Interface | Description |
---|---|
Optimizer |
Interface for different likelihood optimizers
|
Class | Description |
---|---|
GoldenSection |
Implements a golden section search for parameter optimisation.
|
NelderMead |
Implements Nelder-Mead parameter optimization.
|
Enum | Description |
---|---|
GoldenSection.ProgressLevel |
Enumeration of the different levels of output
|
NelderMead.DebugLevel |
Enumeration of the debug level
|
Exception | Description |
---|---|
Optimizer.OptimizerException |
Exception for when there is a problem with an optimiser.
|