Learn R Programming

mco (version 1.0.12)

normalizeFront: Normalize a pareto front

Description

Rescales a pareto front to be in the unit hypercube

Usage

normalizeFront(front, minval, maxval)

Arguments

front
Matrix containing the pareto front
minval
Vector containing the minimum value of each objective. May be omited.
maxval
Vector containing the maximum value of each objective. May be omited.

Value

  • Matrix containing the rescaled pareto front.