normalizeFront: Normalize a pareto front

Description Usage Arguments Value Author(s)

Description

Rescales a pareto front to be in the unit hypercube

Usage

1
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.

Author(s)

Heike Trautmann trautmann@statistik.uni-dortmund.de, Detlef Steuer steuer@hsu-hamburg.de and Olaf Mersmann olafm@statistik.uni-dortmund.de


mco documentation built on May 2, 2019, 5:01 p.m.

Related to normalizeFront in mco...