git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@12 331e1502-861f-0410-8da2-ba01fb791d7f
59 lines
7.2 KiB
HTML
59 lines
7.2 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
|
<title>ParadisEO-MOEO: Class List</title>
|
|
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
|
<link href="tabs.css" rel="stylesheet" type="text/css">
|
|
</head><body>
|
|
<!-- Generated by Doxygen 1.5.1 -->
|
|
<div class="tabs">
|
|
<ul>
|
|
<li><a href="main.html"><span>Main Page</span></a></li>
|
|
<li id="current"><a href="classes.html"><span>Classes</span></a></li>
|
|
<li><a href="files.html"><span>Files</span></a></li>
|
|
<li><a href="pages.html"><span>Related Pages</span></a></li>
|
|
<li>
|
|
<form action="search.php" method="get">
|
|
<table cellspacing="0" cellpadding="0" border="0">
|
|
<tr>
|
|
<td><label> <u>S</u>earch for </label></td>
|
|
<td><input type="text" name="query" value="" size="20" accesskey="s"/></td>
|
|
</tr>
|
|
</table>
|
|
</form>
|
|
</li>
|
|
</ul></div>
|
|
<div class="tabs">
|
|
<ul>
|
|
<li><a href="classes.html"><span>Alphabetical List</span></a></li>
|
|
<li id="current"><a href="annotated.html"><span>Class List</span></a></li>
|
|
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
|
|
<li><a href="functions.html"><span>Class Members</span></a></li>
|
|
</ul></div>
|
|
<h1>ParadisEO-MOEO Class List</h1>Here are the classes, structs, unions and interfaces with brief descriptions:<table>
|
|
<tr><td class="indexkey"><a class="el" href="classmoeoArchive.html">moeoArchive< EOT ></a></td><td class="indexvalue">An archive is a secondary population that stores non-dominated solutions </td></tr>
|
|
<tr><td class="indexkey"><a class="el" href="classmoeoArchiveFitnessSavingUpdater.html">moeoArchiveFitnessSavingUpdater< EOT ></a></td><td class="indexvalue">This class allows to save the fitnesses of solutions contained in an archive into a file at each generation </td></tr>
|
|
<tr><td class="indexkey"><a class="el" href="classmoeoArchiveUpdater.html">moeoArchiveUpdater< EOT ></a></td><td class="indexvalue">This class allows to update the archive at each generation with newly found non-dominated solutions </td></tr>
|
|
<tr><td class="indexkey"><a class="el" href="classmoeoBinaryMetricSavingUpdater.html">moeoBinaryMetricSavingUpdater< EOT ></a></td><td class="indexvalue">This class allows to save the progression of a binary metric comparing the fitness values of the current population (or archive) with the fitness values of the population (or archive) of the generation (n-1) into a file </td></tr>
|
|
<tr><td class="indexkey"><a class="el" href="classmoeoBM.html">moeoBM< A1, A2, R ></a></td><td class="indexvalue">Base class for binary metrics </td></tr>
|
|
<tr><td class="indexkey"><a class="el" href="classmoeoCombinedMOLS.html">moeoCombinedMOLS< EOT ></a></td><td class="indexvalue">This class allows to embed a set of local searches that are sequentially applied, and so working and updating the same archive of non-dominated solutions </td></tr>
|
|
<tr><td class="indexkey"><a class="el" href="classmoeoContributionMetric.html">moeoContributionMetric< EOT ></a></td><td class="indexvalue">The contribution metric evaluates the proportion of non-dominated solutions given by a Pareto set relatively to another Pareto set </td></tr>
|
|
<tr><td class="indexkey"><a class="el" href="classmoeoDisctinctElitistReplacement.html">moeoDisctinctElitistReplacement< EOT, WorthT ></a></td><td class="indexvalue">Same than <a class="el" href="classmoeoElitistReplacement.html">moeoElitistReplacement</a> except that distinct individuals are privilegied </td></tr>
|
|
<tr><td class="indexkey"><a class="el" href="classmoeoElitistReplacement.html">moeoElitistReplacement< EOT, WorthT ></a></td><td class="indexvalue">Keep all the best individuals (almost cut-and-pasted from eoNDPlusReplacement, (c) Maarten Keijzer, Marc Schoenauer and GeNeura Team, 2002) </td></tr>
|
|
<tr><td class="indexkey"><a class="el" href="classmoeoEntropyMetric.html">moeoEntropyMetric< EOT ></a></td><td class="indexvalue">The entropy gives an idea of the diversity of a Pareto set relatively to another Pareto set </td></tr>
|
|
<tr><td class="indexkey"><a class="el" href="classmoeoHybridMOLS.html">moeoHybridMOLS< EOT ></a></td><td class="indexvalue">This class allows to apply a multi-objective local search to a number of selected individuals contained in the archive at every generation until a stopping criteria is verified </td></tr>
|
|
<tr><td class="indexkey"><a class="el" href="classmoeoMetric.html">moeoMetric</a></td><td class="indexvalue">Base class for performance metrics (also called quality indicators) </td></tr>
|
|
<tr><td class="indexkey"><a class="el" href="classmoeoMOLS.html">moeoMOLS< EOT ></a></td><td class="indexvalue">Abstract class for local searches applied to multi-objective optimization </td></tr>
|
|
<tr><td class="indexkey"><a class="el" href="classmoeoReplacement.html">moeoReplacement< EOT, WorthT ></a></td><td class="indexvalue">Replacement strategy for multi-objective optimization </td></tr>
|
|
<tr><td class="indexkey"><a class="el" href="classmoeoSelectOneFromPopAndArch.html">moeoSelectOneFromPopAndArch< EOT ></a></td><td class="indexvalue">Elitist selection process that consists in choosing individuals in the archive as well as in the current population </td></tr>
|
|
<tr><td class="indexkey"><a class="el" href="classmoeoSolutionUM.html">moeoSolutionUM< EOT, R, EOFitness ></a></td><td class="indexvalue">Base class for unary metrics dedicated to the performance evaluation of a single solution's Pareto fitness </td></tr>
|
|
<tr><td class="indexkey"><a class="el" href="classmoeoSolutionVsSolutionBM.html">moeoSolutionVsSolutionBM< EOT, R, EOFitness ></a></td><td class="indexvalue">Base class for binary metrics dedicated to the performance comparison between two solutions's Pareto fitnesses </td></tr>
|
|
<tr><td class="indexkey"><a class="el" href="classmoeoUM.html">moeoUM< A, R ></a></td><td class="indexvalue">Base class for unary metrics </td></tr>
|
|
<tr><td class="indexkey"><a class="el" href="classmoeoVectorUM.html">moeoVectorUM< EOT, R, EOFitness ></a></td><td class="indexvalue">Base class for unary metrics dedicated to the performance evaluation of a Pareto set (a vector of Pareto fitnesses) </td></tr>
|
|
<tr><td class="indexkey"><a class="el" href="classmoeoVectorVsSolutionBM.html">moeoVectorVsSolutionBM< EOT, R, EOFitness ></a></td><td class="indexvalue">Base class for binary metrics dedicated to the performance comparison between a Pareto set (a vector of Pareto fitnesses) and a single solution's Pareto fitness </td></tr>
|
|
<tr><td class="indexkey"><a class="el" href="classmoeoVectorVsVectorBM.html">moeoVectorVsVectorBM< EOT, R, EOFitness ></a></td><td class="indexvalue">Base class for binary metrics dedicated to the performance comparison between two Pareto sets (two vectors of Pareto fitnesses) </td></tr>
|
|
</table>
|
|
<hr size="1"><address style="align: right;"><small>Generated on Wed Dec 6 10:16:12 2006 for ParadisEO-MOEO by
|
|
<a href="http://www.doxygen.org/index.html">
|
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
|
</body>
|
|
</html>
|