•
|
The Nelder–Mead solver walks toward improved objective function values by iteratively replacing the worst corner of a simplex in the control variable space. See The Nelder–Mead Solver.
|
•
|
The BOBYQA solver walks toward improved objective function values by using an iteratively constructed quadratic approximation of the objective. See The BOBYQA Solver.
|
•
|
The COBYLA solver solves a sequence of linear approximations constructed from objective and constraint values sampled at the corners of a simplex in control variable space. See The COBYLA Solver.
|
•
|
The EGO solver iteratively searches for improved objective function values by constructing a Gaussian process surrogate model to approximate the objective function. See The EGO Solver.
|