0.1.33
Loading...
Searching...
No Matches
pyhelios.ParameterOptimization.OptimizationResult Class Reference

Outcome of an optimization run. More...

Detailed Description

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.
 

Member Function Documentation

◆ __getitem__()

float pyhelios.ParameterOptimization.OptimizationResult.__getitem__ ( self,
str name )

Get one optimized value by parameter name.

Definition at line 505 of file ParameterOptimization.py.

Member Data Documentation

◆ parameters

Dict pyhelios.ParameterOptimization.OptimizationResult.parameters [str, Parameter]
static

Definition at line 494 of file ParameterOptimization.py.

Property Documentation

◆ values

float pyhelios.ParameterOptimization.OptimizationResult.values = property
static

The optimized values, as a plain name-to-value mapping.

Definition at line 499 of file ParameterOptimization.py.


The documentation for this class was generated from the following file: