class documentation
Define a callable multiobjective function from single objective ones. Example:
fitness = comocma.FitFun(cma.ff.sphere, lambda x: cma.ff.sphere(x-1))
Define a callable multiobjective function from single objective ones. Example:
fitness = comocma.FitFun(cma.ff.sphere, lambda x: cma.ff.sphere(x-1))