Amoeba Module
Nelder Mead implementation Adapted from original at: https://github.com/mathias-brandewinder/Amoeba
Nested modules
| Modules | Description |
|
Nelder–Mead downhill simplex |
Functions and values
| Function or value |
Description
|
|
|
|
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.
|
bristlecone