Search bar offers the following options:
+foo bar -baz
foo*
+qname:twisted.mail.* +search
Possible fields: 'name', 'qname' (fully qualified name), 'docstring', and 'kind'. Last two fields are only applicable if "search in docstrings" is enabled.
foo~1
Results provided by Lunr.js
BestSolution
__init__
update
evals
f
x
all
purecma
CMAES
CMAESDataLogger
CMAESParameters
DecomposingPositiveMatrix
ff
SquareMatrix
argsort
dot
eig
eye
fmin
minus
plus
safe_str
test
___author__
__author__
__license__
__version__
cma.purecma.BestSolution
cma
class BestSolution(object):
Constructor: BestSolution(x, f, evals)
BestSolution(x, f, evals)
View In Hierarchy
container to keep track of the best solution seen
take x, f, and evals to initialize the best solution
update the best solution if f < self.f
Undocumented
(x, f, evals) of the best seen solution