Home | Trees | Indices | Help |
|
---|
|
object --+ | LocalBruteForce1DStep
Local brute force search for 1D parameter (sub-)space, making no use of gradient information. Takes a "step" in a local neighbourhood to the minimum in that neighbourhood. Specify the neighbourhood by absolute limits as a pair or Interval object, and either the resolution (for uniform sampling of the interval) or the explicit sample values (as a strictly increasing sequence), via keyword args 'resolution' or 'samples'.
Use in conjunction with SimpleLineSearch.
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Dec 2 23:44:23 2012 | http://epydoc.sourceforge.net |