![]() |
0.1.33
|
Outcome of an optimization run. More...
Outcome of an optimization run.
Holds full :class:Parameter objects rather than bare floats so a result can be fed straight back into another run, e.g. refining a CMA-ES result with BOBYQA.
Definition at line 492 of file ParameterOptimization.py.
Public Member Functions | |
| float | __getitem__ (self, str name) |
| Get one optimized value by parameter name. | |
Static Public Attributes | |
| Dict | parameters [str, Parameter] |
Properties | |
| float | values = property |
| The optimized values, as a plain name-to-value mapping. | |
| float pyhelios.ParameterOptimization.OptimizationResult.__getitem__ | ( | self, | |
| str | name ) |
Get one optimized value by parameter name.
Definition at line 505 of file ParameterOptimization.py.
|
static |
Definition at line 494 of file ParameterOptimization.py.
|
static |
The optimized values, as a plain name-to-value mapping.
Definition at line 499 of file ParameterOptimization.py.