optSingleCrit {multiDoE} | R Documentation |
Selection of the best design from the Pareto Front for each criterion
Description
The optSingleCrit
function selects from the Pareto front
those designs that minimize the criteria when considered individually.
Usage
optSingleCrit(ar)
Arguments
ar |
A list as the |
Value
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.
[Package multiDoE version 0.9.4 Index]