View source: R/DesignSelection.R
optMultiCrit | R Documentation |
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, ...)
ar |
A list as the |
... |
optional argument (see below). |
Additional arguments can be specified as follows:
myUtopianPoint
: A vector containing the utopian point coordinates.
The optMultiCrit
function returns a list whose elements are:
solution
: The selected optimal design matrix.
score
: A vector containing the criteria scores for solution
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.