comocma.como.FitFun class documentationcomocma.como
(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)).