Optimisation Module
Types
| Type | Description |
|
Represents the trace of an optimisation heuristic, which may have multiple 'components' (i.e. sub-algorithms) and one or many stages within each. |
|
|
|
|
|
An `Optimiser` is an optimisation algorithm that may work either in 'transformed' parameter space (where parameter constraints are automatically handled) or in 'detatched' space (where the optimisation algorithm is responsible for respecting parameter constraints). |
bristlecone