cma.CMAEvolutionStrategycomocma.como.CmaKernel - inheriting from the cma.CMAEvolutionStrategy class, by adding the property incumbent, the attributes objective_values and _last_offspring_f_values.cma.interfaces.BaseDataLoggercomocma.sofomore_logger.SofomoreDataLogger - data logger for class CMAEvolutionStrategy.cma.interfaces.OOOptimizercomocma.como.Sofomore - Sofomore framework for multiobjective optimization, with the ask-and-tell interface.comocma.como.FitFun - Define a callable multiobjective function from single objective ones. Example:comocma.como.GetKernelPopsizeIncrementer - a callable that returns the result of a call of get_kernel.comocma.como.GetKernelIPOP - non-adaptive IPOP incrementing scheme.comocma.como.IndicatorFront - with hypervolume_improvement method based on a varying empirical front.comocma.como.RampUpSelector - Takes a list of ramp-up methods and a selection "criterion",comocma.como_logger.COMOPlot - A class designed to store, load and plot data relative to a Sofomore object.comocma.hv.HyperVolume - Hypervolume computation based on variant 3 of the algorithm in the paper: C. M. Fonseca, L. Paquete, and M. Lopez-Ibanez. An improved dimension-sweep algorithm for the hypervolume indicator. In IEEE Congress on Evolutionary Computation, pages 1157-1163, Vancouver, Canada, July 2006.comocma.hv.MultiList - A special data structure needed by FonsecaHyperVolume.comocma.hv.MultiList.Node - Undocumenteddictcomocma.como._CounterDict - A dictionary with two additional features.listcomocma.nondominatedarchive.NonDominatedList - A list of objective values in an empirical Pareto front, meaning that no point strictly domminates another one in all objectives.