| Trees | Indices | Help |
|
|---|
|
|
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
| float |
|
||
|
|||
|
|||
|
|||
| float |
|
||
|
|||
numpy.ndarray
|
|
||
|
|||
|
|||
sequence( (key, value) ) where key could be anything
hashable, but is usually a tuple of strings, and value
is a float.
|
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
| a dictionary from parameter name to value. |
|
||
|
|||
|
|||
| int |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Class Variables | |
reprkeys = re.compile(r'.')
|
|
| Properties | |
|
Inherited from |
| Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
|
|
This sets the vector of parameters to be used and modified. Note that p_lower() can affect the prm argument! No copy is made and this side effect is needed for the problem_definition.fixer() function. This function should only be called after the map is established. |
This sets one element of the parameters vector. This function should only be called after the map is established; it cannot be used to set fixed parameters. |
|
Note: this may have side effects on the array passed to prms(). |
Note: this may have side effects on the array passed to prms(). |
A range with periodic boundary conditions 0 to ub.
Note: this may have side effects on the array passed to prms(). |
|
Note: this may have side effects on the array passed to prms(). |
|
Note:
This prints the values without the folding or wrapping that is done
by p_range, p_periodic, p_lower, or |
repr(x)
|
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Sep 22 04:25:07 2011 | http://epydoc.sourceforge.net |