Home | Trees | Indices | Help |
---|
|
Superclass for all the optimizers.
:param x_init: initial set of parameters :param f_fp: function that returns the function AND the gradients at the same time :param f: function to optimize :param fp: gradients :param messages: print messages from the optimizer? :type messages: (True | False) :param max_f_eval: maximum number of function evaluations
:rtype: optimizer object.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
str(x)
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Tue Jul 4 11:59:48 2017 | http://epydoc.sourceforge.net |