normalizeFront {mco} | R Documentation |
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 omitted. |
maxval |
Vector containing the maximum value of each objective. May be omitted. |
Value
Matrix containing the rescaled pareto front.
Author(s)
Heike Trautmann trautmann@statistik.uni-dortmund.de, Detlef Steuer steuer@hsu-hamburg.de and Olaf Mersmann olafm@statistik.uni-dortmund.de
[Package mco version 1.16 Index]