Learn R Programming

multiDoE (version 0.9.4)

optSingleCrit: 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)

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.

Arguments

ar

A list as the megaAR list returned by runTPLS.