Module barecmaes2 :: Class Fcts
[hide private]
[frames] | no frames]

Class Fcts

source code

object --+
         |
        Fcts

versatile collection of test functions
Instance Methods [hide private]

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Static Methods [hide private]
 
elli(x)
ellipsoid test objective function
source code
 
sphere(x)
sphere, sum(x**2), test objective function
source code
 
rosenbrock(x)
Rosenbrock test objective function
source code
Properties [hide private]

Inherited from object: __class__