The optMultiCrit
function provides an objective criterion
for the selection of the best experimental design among all Pareto front solutions.
The selection is based on minimizing the euclidean distance in the criteria space
between all the Pareto front points and an approximate utopian point. By default,
the coordinates of the utopian point correspond to the minimum value reached
by each criterion during the runTPLS
optimization procedure.
Alternatively, the utopian point can be chosen by the user.
optMultiCrit(ar, ...)
The optMultiCrit
function returns a list whose elements are:
solution
: The selected optimal design matrix.
score
: A vector containing the criteria scores for solution
.
A list as the megaAR
list returned by runTPLS
.
optional argument (see below).
Additional arguments can be specified as follows:
myUtopianPoint
: A vector containing the utopian point coordinates.