•
|
The Coordinate search solver aims at improving the objective function along the coordinate directions of the control variable space. See The Coordinate Search Solver.
|
•
|
The Monte Carlo solver samples points randomly with uniform distribution inside a box specified by the user. See The Monte Carlo Solver.
|
•
|
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.
|