You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><code>cma.CMAEvolutionStrategy</code><ul><li><aname="comocma.como.CmaKernel"></a><ahref="comocma.como.CmaKernel.html" data-type="Class" class="code">comocma.como.CmaKernel</a> - <span>inheriting from the <code>cma.CMAEvolutionStrategy</code> class, by adding the property <ahref="comocma.como.CmaKernel.html#incumbent"><code>incumbent</code></a>, the attributes <code>objective_values</code> and <code>_last_offspring_f_values</code>.</span></li></ul></li><li><code>cma.interfaces.BaseDataLogger</code><ul><li><aname="comocma.sofomore_logger.SofomoreDataLogger"></a><ahref="comocma.sofomore_logger.SofomoreDataLogger.html" data-type="Class" class="code">comocma.sofomore_logger.SofomoreDataLogger</a> - <span>data logger for class <code>CMAEvolutionStrategy</code>.</span></li></ul></li><li><code>cma.interfaces.OOOptimizer</code><ul><li><aname="comocma.como.Sofomore"></a><ahref="comocma.como.Sofomore.html" data-type="Class" class="code">comocma.como.Sofomore</a> - <spanclass="undocumented">No summary</span></li></ul></li><li><aname="comocma.como.FitFun"></a><ahref="comocma.como.FitFun.html" data-type="Class" class="code">comocma.como.FitFun</a> - <span>Define a callable multiobjective function from single objective ones. Example: fitness = comocma.FitFun(cma.ff.sphere, lambda x: cma.ff.sphere(x-1)).</span></li><li><aname="comocma.como.IndicatorFront"></a><ahref="comocma.como.IndicatorFront.html" data-type="Class" class="code">comocma.como.IndicatorFront</a> - <span>with <ahref="comocma.como.IndicatorFront.html#hypervolume_improvement"><code>hypervolume_improvement</code></a> method based on a varying empirical front.</span></li><li><aname="comocma.hv.HyperVolume"></a><ahref="comocma.hv.HyperVolume.html" data-type="Class" class="code">comocma.hv.HyperVolume</a> - <spanclass="undocumented">No summary</span></li><li><aname="comocma.hv.MultiList"></a><ahref="comocma.hv.MultiList.html" data-type="Class" class="code">comocma.hv.MultiList</a> - <span>A special data structure needed by FonsecaHyperVolume.</span></li><li><aname="comocma.hv.MultiList.Node"></a><ahref="comocma.hv.MultiList.Node.html" data-type="Class" class="code">comocma.hv.MultiList.Node</a> - <spanclass="undocumented">Undocumented</span></li><li><code>list</code><ul><li><aname="comocma.nondominatedarchive.NonDominatedList"></a><ahref="comocma.nondominatedarchive.NonDominatedList.html" data-type="Class" class="code">comocma.nondominatedarchive.NonDominatedList</a> - <span>A list of objective values in an empirical Pareto front, meaning that no point strictly domminates another one in all objectives.</span></li></ul></li></ul>
142
+
<ulid="summaryTree">
143
+
<li><code>cma.CMAEvolutionStrategy</code><ul><li><aname="comocma.como.CmaKernel"></a><div><code><ahref="comocma.como.CmaKernel.html" class="internal-link">comocma.como.CmaKernel</a></code> - inheriting from the <code>cma.CMAEvolutionStrategy</code> class, by adding the property <code><ahref="comocma.como.CmaKernel.html#incumbent" class="internal-link" title="comocma.como.CmaKernel.incumbent">incumbent</a></code>, the attributes <code><ahref="comocma.como.CmaKernel.html#objective_values" class="internal-link" title="comocma.como.CmaKernel.objective_values">objective_values</a></code> and <code><ahref="comocma.como.CmaKernel.html#_last_offspring_f_values" class="internal-link" title="comocma.como.CmaKernel._last_offspring_f_values">_last_offspring_f_values</a></code>.</div></li></ul></li><li><code>cma.interfaces.BaseDataLogger</code><ul><li><aname="comocma.sofomore_logger.SofomoreDataLogger"></a><div><code><ahref="comocma.sofomore_logger.SofomoreDataLogger.html" class="internal-link">comocma.sofomore_logger.SofomoreDataLogger</a></code> - data logger for class <code>CMAEvolutionStrategy</code>.</div></li></ul></li><li><code>cma.interfaces.OOOptimizer</code><ul><li><aname="comocma.como.Sofomore"></a><div><code><ahref="comocma.como.Sofomore.html" class="internal-link">comocma.como.Sofomore</a></code> - Sofomore framework for multiobjective optimization, with the ask-and-tell interface.</div></li></ul></li><li><aname="comocma.como.FitFun"></a><div><code><ahref="comocma.como.FitFun.html" class="internal-link">comocma.como.FitFun</a></code> - Define a callable multiobjective function from single objective ones. Example:</div></li><li><aname="comocma.como.GetKernelPopsizeIncrementer"></a><div><code><ahref="comocma.como.GetKernelPopsizeIncrementer.html" class="internal-link">comocma.como.GetKernelPopsizeIncrementer</a></code> - a <code>callable</code> that returns the result of a call of <code><ahref="comocma.como.GetKernelPopsizeIncrementer.html#get_kernel" class="internal-link" title="comocma.como.GetKernelPopsizeIncrementer.get_kernel">get_kernel</a></code>.</div><ul><li><aname="comocma.como.GetKernelIPOP"></a><div><code><ahref="comocma.como.GetKernelIPOP.html" class="internal-link">comocma.como.GetKernelIPOP</a></code> - non-adaptive IPOP incrementing scheme.</div></li></ul></li><li><aname="comocma.como.IndicatorFront"></a><div><code><ahref="comocma.como.IndicatorFront.html" class="internal-link">comocma.como.IndicatorFront</a></code> - with <code><ahref="comocma.como.IndicatorFront.html#hypervolume_improvement" class="internal-link" title="comocma.como.IndicatorFront.hypervolume_improvement">hypervolume_improvement</a></code> method based on a varying empirical front.</div></li><li><aname="comocma.como.RampUpSelector"></a><div><code><ahref="comocma.como.RampUpSelector.html" class="internal-link">comocma.como.RampUpSelector</a></code> - Takes a list of ramp-up methods and a selection "criterion",</div></li><li><aname="comocma.como_logger.COMOPlot"></a><div><code><ahref="comocma.como_logger.COMOPlot.html" class="internal-link">comocma.como_logger.COMOPlot</a></code> - A class designed to store, load and plot data relative to a Sofomore object.</div></li><li><aname="comocma.hv.HyperVolume"></a><div><code><ahref="comocma.hv.HyperVolume.html" class="internal-link">comocma.hv.HyperVolume</a></code> - 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.</div></li><li><aname="comocma.hv.MultiList"></a><div><code><ahref="comocma.hv.MultiList.html" class="internal-link">comocma.hv.MultiList</a></code> - A special data structure needed by FonsecaHyperVolume.</div></li><li><aname="comocma.hv.MultiList.Node"></a><div><code><ahref="comocma.hv.MultiList.Node.html" class="internal-link">comocma.hv.MultiList.Node</a></code> - <spanclass="undocumented">Undocumented</span></div></li><liclass="private"><code>dict</code><ul><liclass="private"><aname="comocma.como._CounterDict"></a><div><code><ahref="comocma.como._CounterDict.html" class="internal-link">comocma.como._CounterDict</a></code> - A dictionary with two additional features.</div></li></ul></li><li><code>list</code><ul><li><aname="comocma.nondominatedarchive.NonDominatedList"></a><div><code><ahref="comocma.nondominatedarchive.NonDominatedList.html" class="internal-link">comocma.nondominatedarchive.NonDominatedList</a></code> - A list of objective values in an empirical Pareto front, meaning that no point strictly domminates another one in all objectives.</div></li></ul></li></ul>
31
144
32
145
</div>
146
+
147
+
<footerclass="navbar navbar-default">
148
+
149
+
150
+
<divclass="container">
151
+
<ahref="index.html">API Documentation</a> for comocma,
152
+
generated by <ahref="https://github.com/twisted/pydoctor/">pydoctor</a>
153
+
23.9.1 at 2026-01-24 14:37:29.
154
+
</div>
155
+
156
+
<!-- Search related scripts needs to be loaded at the end of HTML
157
+
parsing not to introduce overhead and display HTML data asap -->
0 commit comments