Define a callable multiobjective function from single objective ones.
Example:
    fitness = comocma.FitFun(cma.ff.sphere, lambda x: cma.ff.sphere(x-1)).
Method __init__ Undocumented
Method __call__ Undocumented
def __init__(self, *args):
Undocumented
def __call__(self, x):
Undocumented
API Documentation for comocma, generated by pydoctor at 2020-04-18 16:47:06.