| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
MetaParameters
meta parameters are either "modifiable constants" or refer to options from CMAOptions or are arguments to fmin or to the NoiseHandler class constructor.
This code contains a single class instance meta_parameters
Some interfaces rely on parameters being either int or
float only. More sophisticated choices are implemented via
choice_value = {1: 'this', 2: 'or that'}[int_param_value] here.
meta_parameters should not be used to determine default arguments, because these are assigned only once and for all during module import.
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see help(type(x)) for signature
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Mar 3 01:17:17 2015 | http://epydoc.sourceforge.net |