comocma API Documentation Modules Classes Names
Clear Help

Search bar offers the following options:

  • Term presence. The below example searches for documents that must contain “foo”, might contain “bar” and must not contain “baz”: +foo bar -baz
  • Wildcards. The below example searches for documents with words beginning with “foo”: foo*
  • Search in specific fields. The following search matches all objects in "twisted.mail" that matches “search”: +qname:twisted.mail.* +search

    Possible fields: 'name', 'qname' (fully qualified name), 'docstring', and 'kind'. Last two fields are only applicable if "search in docstrings" is enabled.

  • Fuzzy matches. The following search matches all documents that have a word within 1 edit distance of “foo”: foo~1

Results provided by Lunr.js

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 - 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 - Undocumented
  • dict
    • comocma.como._CounterDict - A dictionary with two additional features.
  • 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.
API Documentation for comocma, generated by pydoctor 23.9.1 at 2026-01-24 21:18:39.