class documentation

class FitFun:

Constructor: FitFun(*args)

View In Hierarchy

Define a callable multiobjective function from single objective ones. Example:

fitness = comocma.FitFun(cma.ff.sphere, lambda x: cma.ff.sphere(x-1))
Method __call__ Undocumented
Method __init__ Undocumented
Instance Variable callables Undocumented
def __call__(self, x):

Undocumented

def __init__(self, *args):

Undocumented

callables =

Undocumented