comocma API Documentation

Class Hierarchy

  • cma.CMAEvolutionStrategy
    • comocma.como.CmaKernel - inheriting from the cma.CMAEvolutionStrategy class, by adding the property incumbent, the attributes objective_values and _last_offspring_f_values.
  • cma.interfaces.BaseDataLogger
    • comocma.sofomore_logger.SofomoreDataLogger - data logger for class CMAEvolutionStrategy.
  • cma.interfaces.OOOptimizer
    • comocma.como.Sofomore - No summary
  • comocma.como.FitFun - Define a callable multiobjective function from single objective ones. Example: fitness = comocma.FitFun(cma.ff.sphere, lambda x: cma.ff.sphere(x-1)).
  • comocma.como.IndicatorFront - with hypervolume_improvement method based on a varying empirical front.
  • comocma.hv.HyperVolume - No summary
  • comocma.hv.MultiList - A special data structure needed by FonsecaHyperVolume.
  • comocma.hv.MultiList.Node - Undocumented
  • list
    • comocma.nondominatedarchive.NonDominatedList - A list of objective values in an empirical Pareto front, meaning that no point strictly domminates another one in all objectives.