Nelder Mead implementation Adapted from original at: https://github.com/mathias-brandewinder/Amoeba
Solver
single settings
Settings
Optimiser<float>
Optimise an objective function using a single downhill Nelder Mead simplex.
swarm levels amoebaAtLevel settings
int
Optimisation heuristic that creates a swarm of amoeba (Nelder-Mead) solvers. The swarm proceeds for `numberOfLevels` levels, constraining the starting bounds at each level to the 80th percentile of the current set of best likelihoods.
Type something to start searching.