The optSingleCrit
function selects from the Pareto front
those designs that minimize the criteria when considered individually.
optSingleCrit(ar)
A list whose \(i\)-th element corresponds to the solution that optimizes the \(i\)-th criterion. Every solution is a list of two elements:
score
: Scores vector.
solution
: The design matrix.
A list as the megaAR
list returned by runTPLS
.