Home | Trees | Indices | Help |
---|
|
object --+ | BaseAlgorithm --+ | ExplicitAlgorithm
Explicit algorithms are algorithms that minimises a given function.
The function is explicitly minimised from properties of said function.
Implementing classes should update the INTERFACES class variable with the properties that function must implement. Defauls to a list with one element, the Function.
|
|||
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
|||
__metaclass__ = abc.ABCMeta Metaclass for defining Abstract Base Classes (ABCs). |
|||
INTERFACES =
|
|||
__abstractmethods__ =
|
|||
Inherited from |
|
|||
Inherited from |
|
This function obtains a minimiser of a give function. Parameters ---------- function : The function to minimise. x : A starting point.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Apr 6 23:52:10 2015 | http://epydoc.sourceforge.net |