Links to paradiseo-eo/mo doc added

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@119 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
legrand 2006-12-22 08:41:14 +00:00
commit 176eeafc0f
75 changed files with 1916 additions and 1266 deletions

View file

@ -4,13 +4,12 @@
<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 -->
<!-- Generated by Doxygen 1.4.6 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main&nbsp;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&nbsp;Pages</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
@ -30,6 +29,18 @@
<li><a href="functions.html"><span>Class&nbsp;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="classeoAdditiveBinaryEpsilonIndicator.html">eoAdditiveBinaryEpsilonIndicator&lt; EOFitness &gt;</a></td><td class="indexvalue">Functor Additive binary epsilon indicator for <a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pareto_fitness.html">eoParetoFitness</a> </td></tr>
<tr><td class="indexkey"><a class="el" href="classeoBinaryHypervolumeIndicator.html">eoBinaryHypervolumeIndicator&lt; EOFitness &gt;</a></td><td class="indexvalue">Functor Binary hypervolume indicator for <a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pareto_fitness.html">eoParetoFitness</a> </td></tr>
<tr><td class="indexkey"><a class="el" href="classeoBinaryQualityIndicator.html">eoBinaryQualityIndicator&lt; EOFitness &gt;</a></td><td class="indexvalue">Functor Binary quality indicator Binary performance measure to use in the replacement selection process of IBEA (Indicator-Based Evolutionary Algorithm) Of course, EOFitness needs to be an <a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pareto_fitness.html">eoParetoFitness</a> object </td></tr>
<tr><td class="indexkey"><a class="el" href="classeoBinaryQualityIndicator_1_1Range.html">eoBinaryQualityIndicator&lt; EOFitness &gt;::Range</a></td><td class="indexvalue">Private class to represent the bounds </td></tr>
<tr><td class="indexkey"><a class="el" href="classeoIBEA.html">eoIBEA&lt; EOT, Fitness &gt;</a></td><td class="indexvalue">Functor The sorting phase of IBEA (Indicator-Based Evolutionary Algorithm) </td></tr>
<tr><td class="indexkey"><a class="el" href="classeoIBEAAvgSorting.html">eoIBEAAvgSorting&lt; EOT, FitnessEval &gt;</a></td><td class="indexvalue">Functor The sorting phase of IBEA (Indicator-Based Evolutionary Algorithm) under uncertainty using averaged values for each objective Follow the idea presented in the Deb &amp; Gupta paper "Searching for Robust Pareto-Optimal Solutions in Multi-Objective Optimization", 2005 Of course, the fitness of an individual needs to be an eoStochasticParetoFitness object </td></tr>
<tr><td class="indexkey"><a class="el" href="classeoIBEASorting.html">eoIBEASorting&lt; EOT, Fitness &gt;</a></td><td class="indexvalue">Functor The sorting phase of IBEA (Indicator-Based Evolutionary Algorithm) without uncertainty Adapted from the Zitzler and Künzli paper "Indicator-Based Selection in Multiobjective Search" (2004) Of course, Fitness needs to be an <a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pareto_fitness.html">eoParetoFitness</a> object </td></tr>
<tr><td class="indexkey"><a class="el" href="classeoIBEAStochSorting.html">eoIBEAStochSorting&lt; EOT, FitnessEval &gt;</a></td><td class="indexvalue">Functor The sorting phase of IBEA (Indicator-Based Evolutionary Algorithm) under uncertainty Adapted from the Basseur and Zitzler paper "Handling Uncertainty in Indicator-Based Multiobjective Optimization" (2006) Of course, the fitness of an individual needs to be an eoStochasticParetoFitness object </td></tr>
<tr><td class="indexkey"><a class="el" href="classeoParetoEuclidDist.html">eoParetoEuclidDist&lt; EOT, DistType &gt;</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="classeoParetoPhenDist.html">eoParetoPhenDist&lt; EOT, DistType &gt;</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="classeoParetoSharing.html">eoParetoSharing&lt; EOT, worthT &gt;</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="classeoParetoSharing_1_1dMatrix.html">eoParetoSharing&lt; EOT, worthT &gt;::dMatrix</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="classmoeoArchive.html">moeoArchive&lt; EOT &gt;</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&lt; EOT &gt;</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&lt; EOT &gt;</a></td><td class="indexvalue">This class allows to update the archive at each generation with newly found non-dominated solutions </td></tr>
@ -38,11 +49,14 @@
<tr><td class="indexkey"><a class="el" href="classmoeoCombinedMOLS.html">moeoCombinedMOLS&lt; EOT &gt;</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&lt; EOT &gt;</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&lt; EOT, WorthT &gt;</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&lt; EOT, WorthT &gt;</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="classmoeoElitistReplacement.html">moeoElitistReplacement&lt; EOT, WorthT &gt;</a></td><td class="indexvalue">Keep all the best individuals (almost cut-and-pasted from <a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_n_d_plus_replacement.html">eoNDPlusReplacement</a>, (c) Maarten Keijzer, Marc Schoenauer and GeNeura Team, 2002) </td></tr>
<tr><td class="indexkey"><a class="el" href="classmoeoEntropyMetric.html">moeoEntropyMetric&lt; EOT &gt;</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&lt; EOT &gt;</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&lt; EOT &gt;</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="classmoeoNDSorting__II.html">moeoNDSorting_II&lt; EOT &gt;</a></td><td class="indexvalue">Fast Elitist Non-Dominant Sorting Genetic Algorithm </td></tr>
<tr><td class="indexkey"><a class="el" href="classmoeoNDSorting__II_1_1compare__nodes.html">moeoNDSorting_II&lt; EOT &gt;::compare_nodes</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="classmoeoNSGA__II.html">moeoNSGA_II&lt; EOT &gt;</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><a class="el" href="classmoeoReplacement.html">moeoReplacement&lt; EOT, WorthT &gt;</a></td><td class="indexvalue">Replacement strategy for multi-objective optimization </td></tr>
<tr><td class="indexkey"><a class="el" href="classmoeoSelectOneFromPopAndArch.html">moeoSelectOneFromPopAndArch&lt; EOT &gt;</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&lt; EOT, R, EOFitness &gt;</a></td><td class="indexvalue">Base class for unary metrics dedicated to the performance evaluation of a single solution's Pareto fitness </td></tr>
@ -52,8 +66,8 @@
<tr><td class="indexkey"><a class="el" href="classmoeoVectorVsSolutionBM.html">moeoVectorVsSolutionBM&lt; EOT, R, EOFitness &gt;</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&lt; EOT, R, EOFitness &gt;</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 Tue Dec 12 11:16:35 2006 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Fri Dec 22 09:37:11 2006 for ParadisEO-MOEO by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
</body>
</html>

View file

@ -4,13 +4,12 @@
<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 -->
<!-- Generated by Doxygen 1.4.6 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main&nbsp;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&nbsp;Pages</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
@ -29,22 +28,23 @@
<li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
</ul></div>
<h1>ParadisEO-MOEO Class Index</h1><p><div class="qindex"><a class="qindex" href="#letter_A">A</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_B">B</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_C">C</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_D">D</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_E">E</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_H">H</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_M">M</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_R">R</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_S">S</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_U">U</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_V">V</a></div><p>
<h1>ParadisEO-MOEO Class Index</h1><p><div class="qindex"><a class="qindex" href="#letter_A">A</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_B">B</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_C">C</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_D">D</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_E">E</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_H">H</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_M">M</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_N">N</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_R">R</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_S">S</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_U">U</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_V">V</a></div><p>
<table align="center" width="95%" border="0" cellspacing="0" cellpadding="0">
<tr><td><a name="letter_A"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&nbsp;&nbsp;A&nbsp;&nbsp;</div></td></tr></table>
</td><td><a class="el" href="classmoeoDisctinctElitistReplacement.html">moeoDisctinctElitistReplacement</a>&nbsp;&nbsp;&nbsp;</td><td><a name="letter_S"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&nbsp;&nbsp;S&nbsp;&nbsp;</div></td></tr></table>
</td></tr><tr><td><a class="el" href="classmoeoArchive.html">moeoArchive</a>&nbsp;&nbsp;&nbsp;</td><td><a name="letter_E"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&nbsp;&nbsp;E&nbsp;&nbsp;</div></td></tr></table>
</td><td><a class="el" href="classmoeoSelectOneFromPopAndArch.html">moeoSelectOneFromPopAndArch</a>&nbsp;&nbsp;&nbsp;</td></tr><tr><td><a class="el" href="classmoeoArchiveFitnessSavingUpdater.html">moeoArchiveFitnessSavingUpdater</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classmoeoElitistReplacement.html">moeoElitistReplacement</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classmoeoSolutionUM.html">moeoSolutionUM</a>&nbsp;&nbsp;&nbsp;</td></tr><tr><td><a class="el" href="classmoeoArchiveUpdater.html">moeoArchiveUpdater</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classmoeoEntropyMetric.html">moeoEntropyMetric</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classmoeoSolutionVsSolutionBM.html">moeoSolutionVsSolutionBM</a>&nbsp;&nbsp;&nbsp;</td></tr><tr><td><a name="letter_B"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&nbsp;&nbsp;B&nbsp;&nbsp;</div></td></tr></table>
</td><td><a name="letter_H"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&nbsp;&nbsp;H&nbsp;&nbsp;</div></td></tr></table>
</td><td><a name="letter_U"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&nbsp;&nbsp;U&nbsp;&nbsp;</div></td></tr></table>
</td></tr><tr><td><a class="el" href="classmoeoBinaryMetricSavingUpdater.html">moeoBinaryMetricSavingUpdater</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classmoeoHybridMOLS.html">moeoHybridMOLS</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classmoeoUM.html">moeoUM</a>&nbsp;&nbsp;&nbsp;</td></tr><tr><td><a class="el" href="classmoeoBM.html">moeoBM</a>&nbsp;&nbsp;&nbsp;</td><td><a name="letter_M"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&nbsp;&nbsp;M&nbsp;&nbsp;</div></td></tr></table>
</td><td><a name="letter_V"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&nbsp;&nbsp;V&nbsp;&nbsp;</div></td></tr></table>
</td><td><a class="el" href="classeoBinaryHypervolumeIndicator.html">eoBinaryHypervolumeIndicator</a>&nbsp;&nbsp;&nbsp;</td><td><a name="letter_N"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&nbsp;&nbsp;N&nbsp;&nbsp;</div></td></tr></table>
</td></tr><tr><td><a class="el" href="classmoeoArchive.html">moeoArchive</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classeoBinaryQualityIndicator.html">eoBinaryQualityIndicator</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classmoeoNDSorting__II.html">moeoNDSorting_II</a>&nbsp;&nbsp;&nbsp;</td></tr><tr><td><a class="el" href="classmoeoArchiveFitnessSavingUpdater.html">moeoArchiveFitnessSavingUpdater</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classeoBinaryQualityIndicator_1_1Range.html">eoBinaryQualityIndicator::Range</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classmoeoNDSorting__II_1_1compare__nodes.html">moeoNDSorting_II::compare_nodes</a>&nbsp;&nbsp;&nbsp;</td></tr><tr><td><a class="el" href="classmoeoArchiveUpdater.html">moeoArchiveUpdater</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classeoIBEA.html">eoIBEA</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classmoeoNSGA__II.html">moeoNSGA_II</a>&nbsp;&nbsp;&nbsp;</td></tr><tr><td><a name="letter_B"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&nbsp;&nbsp;B&nbsp;&nbsp;</div></td></tr></table>
</td><td><a class="el" href="classeoIBEAAvgSorting.html">eoIBEAAvgSorting</a>&nbsp;&nbsp;&nbsp;</td><td><a name="letter_R"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&nbsp;&nbsp;R&nbsp;&nbsp;</div></td></tr></table>
</td></tr><tr><td><a class="el" href="classmoeoBinaryMetricSavingUpdater.html">moeoBinaryMetricSavingUpdater</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classeoIBEASorting.html">eoIBEASorting</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classmoeoReplacement.html">moeoReplacement</a>&nbsp;&nbsp;&nbsp;</td></tr><tr><td><a class="el" href="classmoeoBM.html">moeoBM</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classeoIBEAStochSorting.html">eoIBEAStochSorting</a>&nbsp;&nbsp;&nbsp;</td><td><a name="letter_S"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&nbsp;&nbsp;S&nbsp;&nbsp;</div></td></tr></table>
</td></tr><tr><td><a name="letter_C"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&nbsp;&nbsp;C&nbsp;&nbsp;</div></td></tr></table>
</td><td><a class="el" href="classmoeoMetric.html">moeoMetric</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classmoeoVectorUM.html">moeoVectorUM</a>&nbsp;&nbsp;&nbsp;</td></tr><tr><td><a class="el" href="classmoeoCombinedMOLS.html">moeoCombinedMOLS</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classmoeoMOLS.html">moeoMOLS</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classmoeoVectorVsSolutionBM.html">moeoVectorVsSolutionBM</a>&nbsp;&nbsp;&nbsp;</td></tr><tr><td><a class="el" href="classmoeoContributionMetric.html">moeoContributionMetric</a>&nbsp;&nbsp;&nbsp;</td><td><a name="letter_R"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&nbsp;&nbsp;R&nbsp;&nbsp;</div></td></tr></table>
</td><td><a class="el" href="classmoeoVectorVsVectorBM.html">moeoVectorVsVectorBM</a>&nbsp;&nbsp;&nbsp;</td></tr><tr><td><a name="letter_D"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&nbsp;&nbsp;D&nbsp;&nbsp;</div></td></tr></table>
</td><td><a class="el" href="classmoeoReplacement.html">moeoReplacement</a>&nbsp;&nbsp;&nbsp;</td></tr></table><p><div class="qindex"><a class="qindex" href="#letter_A">A</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_B">B</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_C">C</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_D">D</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_E">E</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_H">H</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_M">M</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_R">R</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_S">S</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_U">U</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_V">V</a></div><p>
<hr size="1"><address style="align: right;"><small>Generated on Tue Dec 12 11:16:35 2006 for ParadisEO-MOEO by&nbsp;
</td><td><a class="el" href="classeoParetoEuclidDist.html">eoParetoEuclidDist</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classmoeoSelectOneFromPopAndArch.html">moeoSelectOneFromPopAndArch</a>&nbsp;&nbsp;&nbsp;</td></tr><tr><td><a class="el" href="classmoeoCombinedMOLS.html">moeoCombinedMOLS</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classeoParetoPhenDist.html">eoParetoPhenDist</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classmoeoSolutionUM.html">moeoSolutionUM</a>&nbsp;&nbsp;&nbsp;</td></tr><tr><td><a class="el" href="classmoeoContributionMetric.html">moeoContributionMetric</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classeoParetoSharing.html">eoParetoSharing</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classmoeoSolutionVsSolutionBM.html">moeoSolutionVsSolutionBM</a>&nbsp;&nbsp;&nbsp;</td></tr><tr><td><a name="letter_D"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&nbsp;&nbsp;D&nbsp;&nbsp;</div></td></tr></table>
</td><td><a class="el" href="classeoParetoSharing_1_1dMatrix.html">eoParetoSharing::dMatrix</a>&nbsp;&nbsp;&nbsp;</td><td><a name="letter_U"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&nbsp;&nbsp;U&nbsp;&nbsp;</div></td></tr></table>
</td></tr><tr><td><a class="el" href="classmoeoDisctinctElitistReplacement.html">moeoDisctinctElitistReplacement</a>&nbsp;&nbsp;&nbsp;</td><td><a name="letter_H"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&nbsp;&nbsp;H&nbsp;&nbsp;</div></td></tr></table>
</td><td><a class="el" href="classmoeoUM.html">moeoUM</a>&nbsp;&nbsp;&nbsp;</td></tr><tr><td><a name="letter_E"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&nbsp;&nbsp;E&nbsp;&nbsp;</div></td></tr></table>
</td><td><a class="el" href="classmoeoHybridMOLS.html">moeoHybridMOLS</a>&nbsp;&nbsp;&nbsp;</td><td><a name="letter_V"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&nbsp;&nbsp;V&nbsp;&nbsp;</div></td></tr></table>
</td></tr><tr><td><a class="el" href="classmoeoElitistReplacement.html">moeoElitistReplacement</a>&nbsp;&nbsp;&nbsp;</td><td><a name="letter_M"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&nbsp;&nbsp;M&nbsp;&nbsp;</div></td></tr></table>
</td><td><a class="el" href="classmoeoVectorUM.html">moeoVectorUM</a>&nbsp;&nbsp;&nbsp;</td></tr><tr><td><a class="el" href="classmoeoEntropyMetric.html">moeoEntropyMetric</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classmoeoMetric.html">moeoMetric</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classmoeoVectorVsSolutionBM.html">moeoVectorVsSolutionBM</a>&nbsp;&nbsp;&nbsp;</td></tr><tr><td><a class="el" href="classeoAdditiveBinaryEpsilonIndicator.html">eoAdditiveBinaryEpsilonIndicator</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classmoeoMOLS.html">moeoMOLS</a>&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="classmoeoVectorVsVectorBM.html">moeoVectorVsVectorBM</a>&nbsp;&nbsp;&nbsp;</td></tr></table><p><div class="qindex"><a class="qindex" href="#letter_A">A</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_B">B</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_C">C</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_D">D</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_E">E</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_H">H</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_M">M</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_N">N</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_R">R</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_S">S</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_U">U</a>&nbsp;|&nbsp;<a class="qindex" href="#letter_V">V</a></div><p>
<hr size="1"><address style="align: right;"><small>Generated on Fri Dec 22 09:37:11 2006 for ParadisEO-MOEO by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
</body>
</html>

View file

@ -4,13 +4,12 @@
<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 -->
<!-- Generated by Doxygen 1.4.6 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main&nbsp;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&nbsp;Pages</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
@ -30,13 +29,46 @@
<li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
</ul></div>
<h1>moeoArchive&lt; EOT &gt; Member List</h1>This is the complete list of members for <a class="el" href="classmoeoArchive.html">moeoArchive&lt; EOT &gt;</a>, including all inherited members.<p><table>
<tr class="memlist"><td><a class="el" href="classmoeoArchive.html#71feaf270daa7185e829caef40bbf956">contains</a>(const EOFitness &amp;_fit) const</td><td><a class="el" href="classmoeoArchive.html">moeoArchive&lt; EOT &gt;</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classmoeoArchive.html#7786c8bfe67fefa19ac31a4ac700df06">dominates</a>(const EOFitness &amp;_fit) const</td><td><a class="el" href="classmoeoArchive.html">moeoArchive&lt; EOT &gt;</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html#c4bcea4842dd8a9107a7cc5edb029804">append</a>(unsigned _newPopSize, eoInit&lt; EOT &gt; &amp;_chromInit)</td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html">eoPop&lt; EOT &gt;</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html#1b35fcfb66ee601ebc11ced72c993948">best_element</a>() const </td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html">eoPop&lt; EOT &gt;</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html#38b04af1725fe262daabc201781ea16a">className</a>() const </td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html">eoPop&lt; EOT &gt;</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classmoeoArchive.html#b62d5274da2b12802113858be49a21a4">contains</a>(const EOFitness &amp;_fit) const </td><td><a class="el" href="classmoeoArchive.html">moeoArchive&lt; EOT &gt;</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classmoeoArchive.html#22b298bb0e4f4b02f9d8c5d3385134a2">dominates</a>(const EOFitness &amp;_fit) const </td><td><a class="el" href="classmoeoArchive.html">moeoArchive&lt; EOT &gt;</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classmoeoArchive.html#798bc97d8321b1e2c469e5c341a96dac">EOFitness</a> typedef</td><td><a class="el" href="classmoeoArchive.html">moeoArchive&lt; EOT &gt;</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html#4666e99ee2fa8ecc771502b23efe8a47">eoPop</a>()</td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html">eoPop&lt; EOT &gt;</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html#fa3f24cb052972daf1c34b1d0408f5c7">eoPop</a>(unsigned _popSize, eoInit&lt; EOT &gt; &amp;_chromInit)</td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html">eoPop&lt; EOT &gt;</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html#3949c8b20b79200f731e49749986c53e">eoPop</a>(std::istream &amp;_is)</td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html">eoPop&lt; EOT &gt;</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html#5fdc392497df040d7becce28583ce58f">Fitness</a> typedef</td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html">eoPop&lt; EOT &gt;</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html#aa08e4e58099eed6dc768c488fe09072">fitness_traits</a> typedef</td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html">eoPop&lt; EOT &gt;</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html#953646e9e6309157f34945727c161c26">getPerf2Worth</a>()</td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html">eoPop&lt; EOT &gt;</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html#8fb1128ae75dbf363456c845a54971ed">invalidate</a>()</td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html">eoPop&lt; EOT &gt;</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html#1bb6a13163e4a515be1065bc28685914">it_best_element</a>()</td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html">eoPop&lt; EOT &gt;</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html#ade3b11ddd37d47cd3d96aaf7cd6fe0b">it_worse_element</a>()</td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html">eoPop&lt; EOT &gt;</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html#1e4c5f5eefe734928946678518f7468e">nth_element</a>(int nth)</td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html">eoPop&lt; EOT &gt;</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html#a9ee280db790b21388b6d1d74f9ecf67">nth_element</a>(int which, std::vector&lt; const EOT * &gt; &amp;result) const </td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html">eoPop&lt; EOT &gt;</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html#de42f140b377521469d986bbe810a3c7">nth_element_fitness</a>(int which) const </td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html">eoPop&lt; EOT &gt;</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html#ae85f4a51a615de351d03277852fb46b">printOn</a>(std::ostream &amp;_os) const </td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html">eoPop&lt; EOT &gt;</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html#7500ace88ebcfcd33c0e9650131b6dd3">readFrom</a>(std::istream &amp;_is)</td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html">eoPop&lt; EOT &gt;</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html#f94c5360cdb03800e3df9408347d77a0">scale</a>()</td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html">eoPop&lt; EOT &gt;</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html#4939031a862b59166f8d44cf5bef4148">setPerf2Worth</a>(eoPerf2Worth&lt; EOT &gt; &amp;_p2w)</td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html">eoPop&lt; EOT &gt;</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html#6b9ae074655ca43594e11795526e25bf">setPerf2Worth</a>(eoPerf2Worth&lt; EOT &gt; *_p2w)</td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html">eoPop&lt; EOT &gt;</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html#a37c7c3a2c114a2a8d11cea59683168b">shuffle</a>(void)</td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html">eoPop&lt; EOT &gt;</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html#c386b4d32d240624f523421fef4f5bc3">shuffle</a>(std::vector&lt; const EOT * &gt; &amp;result) const </td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html">eoPop&lt; EOT &gt;</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html#872d3ec3f2f8b59e43f4e8e760419423">sort</a>(void)</td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html">eoPop&lt; EOT &gt;</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html#f937c66e4e089036db9fe65cc9e9b8c3">sort</a>(std::vector&lt; const EOT * &gt; &amp;result) const </td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html">eoPop&lt; EOT &gt;</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html#ce2080f1b97b0331fb8512e3176fa37c">sort</a>()</td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html">eoPop&lt; EOT &gt;</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html#01ec18e8785ba5848777032de275dd70">sortedPrintOn</a>(std::ostream &amp;_os) const </td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html">eoPop&lt; EOT &gt;</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html#b2020f831cc3d9abe689f3da8c7e30d6">swap</a>(eoPop&lt; EOT &gt; &amp;other)</td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html">eoPop&lt; EOT &gt;</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html#b2020f831cc3d9abe689f3da8c7e30d6">swap</a>(eoPop&lt; EOT &gt; &amp;other)</td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html">eoPop&lt; EOT &gt;</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classmoeoArchive.html#be9f67bfe41c25537292056d5b30f56a">update</a>(const EOT &amp;_eo)</td><td><a class="el" href="classmoeoArchive.html">moeoArchive&lt; EOT &gt;</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classmoeoArchive.html#58e891ab400ba352e8b0a341d0bdc107">update</a>(const eoPop&lt; EOT &gt; &amp;_pop)</td><td><a class="el" href="classmoeoArchive.html">moeoArchive&lt; EOT &gt;</a></td><td><code> [inline]</code></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Tue Dec 12 11:16:35 2006 for ParadisEO-MOEO by&nbsp;
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html#5ed94ec428641d3df59955e1bf0a9285">worse_element</a>() const </td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html">eoPop&lt; EOT &gt;</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_object.html#8144b27507520c0c19e83bd91db40d17">~eoObject</a>()</td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_object.html">eoObject</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_persistent.html#3a5574eefadc3f8a6343061174cbc0ed">~eoPersistent</a>()</td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_persistent.html">eoPersistent</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html#a71493f3849221948e3d1c15ededcffa">~eoPop</a>()</td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html">eoPop&lt; EOT &gt;</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_printable.html#4d7eb3188107328b104e2e4d8ab17b22">~eoPrintable</a>()</td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_printable.html">eoPrintable</a></td><td><code> [virtual]</code></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Fri Dec 22 09:37:11 2006 for ParadisEO-MOEO by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
</body>
</html>

View file

@ -4,13 +4,12 @@
<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 -->
<!-- Generated by Doxygen 1.4.6 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main&nbsp;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&nbsp;Pages</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
@ -29,11 +28,19 @@
<li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
</ul></div>
<h1>moeoArchive&lt; EOT &gt; Class Template Reference</h1><!-- doxytag: class="moeoArchive" -->An archive is a secondary population that stores non-dominated solutions.
<h1>moeoArchive&lt; EOT &gt; Class Template Reference</h1><!-- doxytag: class="moeoArchive" --><!-- doxytag: inherits="eoPop" -->An archive is a secondary population that stores non-dominated solutions.
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="moeoArchive_8h-source.html">moeoArchive.h</a>&gt;</code>
<p>
<p>Inheritance diagram for moeoArchive&lt; EOT &gt;:
<p><center><img src="classmoeoArchive.png" usemap="#moeoArchive< EOT >_map" border="0" alt=""></center>
<map name="moeoArchive< EOT >_map">
<area doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html" alt="eoPop< EOT >" shape="rect" coords="73,112,209,136">
<area doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_object.html" alt="eoObject" shape="rect" coords="0,56,136,80">
<area doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_persistent.html" alt="eoPersistent" shape="rect" coords="146,56,282,80">
<area doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_printable.html" alt="eoPrintable" shape="rect" coords="146,0,282,24">
</map>
<a href="classmoeoArchive-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Types</h2></td></tr>
@ -42,16 +49,16 @@ typedef EOT::Fitness&nbsp;</td><td class="memItemRight" valign="bottom"><a class
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The fitness type of a solution. <br></td></tr>
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoArchive.html#7786c8bfe67fefa19ac31a4ac700df06">dominates</a> (const <a class="el" href="classmoeoArchive.html#798bc97d8321b1e2c469e5c341a96dac">EOFitness</a> &amp;_fit) const</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoArchive.html#22b298bb0e4f4b02f9d8c5d3385134a2">dominates</a> (const <a class="el" href="classmoeoArchive.html#798bc97d8321b1e2c469e5c341a96dac">EOFitness</a> &amp;_fit) const </td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns true if the current archive dominates _fit. <a href="#7786c8bfe67fefa19ac31a4ac700df06"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoArchive.html#71feaf270daa7185e829caef40bbf956">contains</a> (const <a class="el" href="classmoeoArchive.html#798bc97d8321b1e2c469e5c341a96dac">EOFitness</a> &amp;_fit) const</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns true if the current archive dominates _fit. <a href="#22b298bb0e4f4b02f9d8c5d3385134a2"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoArchive.html#b62d5274da2b12802113858be49a21a4">contains</a> (const <a class="el" href="classmoeoArchive.html#798bc97d8321b1e2c469e5c341a96dac">EOFitness</a> &amp;_fit) const </td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns true if the current archive contains _fit. <a href="#71feaf270daa7185e829caef40bbf956"></a><br></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns true if the current archive contains _fit. <a href="#b62d5274da2b12802113858be49a21a4"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoArchive.html#be9f67bfe41c25537292056d5b30f56a">update</a> (const EOT &amp;_eo)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Updates the archive with a given individual _eo. <a href="#be9f67bfe41c25537292056d5b30f56a"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoArchive.html#58e891ab400ba352e8b0a341d0bdc107">update</a> (const eoPop&lt; EOT &gt; &amp;_pop)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoArchive.html#58e891ab400ba352e8b0a341d0bdc107">update</a> (const <a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html">eoPop</a>&lt; EOT &gt; &amp;_pop)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Updates the archive with a given population _pop. <a href="#58e891ab400ba352e8b0a341d0bdc107"></a><br></td></tr>
</table>
@ -64,23 +71,33 @@ An archive is a secondary population that stores non-dominated solutions.
<p>
Definition at line <a class="el" href="moeoArchive_8h-source.html#l00021">21</a> of file <a class="el" href="moeoArchive_8h-source.html">moeoArchive.h</a>.<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="7786c8bfe67fefa19ac31a4ac700df06"></a><!-- doxytag: member="moeoArchive::dominates" ref="7786c8bfe67fefa19ac31a4ac700df06" args="(const EOFitness &amp;_fit) const" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class EOT&gt; </div>
<table class="memname">
<a class="anchor" name="22b298bb0e4f4b02f9d8c5d3385134a2"></a><!-- doxytag: member="moeoArchive::dominates" ref="22b298bb0e4f4b02f9d8c5d3385134a2" args="(const EOFitness &amp;_fit) const " --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="memname">bool <a class="el" href="classmoeoArchive.html">moeoArchive</a>&lt; EOT &gt;::dominates </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classmoeoArchive.html#798bc97d8321b1e2c469e5c341a96dac">EOFitness</a> &amp;&nbsp;</td>
<td class="paramname"> <em>_fit</em> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"> const<code> [inline]</code></td>
<td class="mdPrefix" colspan="4">
template&lt;class EOT&gt; </td>
</tr>
<tr>
<td class="md" nowrap valign="top">bool <a class="el" href="classmoeoArchive.html">moeoArchive</a>&lt; EOT &gt;::dominates </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="md" nowrap valign="top">const <a class="el" href="classmoeoArchive.html#798bc97d8321b1e2c469e5c341a96dac">EOFitness</a> &amp;&nbsp;</td>
<td class="mdname1" valign="top" nowrap> <em>_fit</em> </td>
<td class="md" valign="top">&nbsp;)&nbsp;</td>
<td class="md" nowrap> const<code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Returns true if the current archive dominates _fit.
@ -92,28 +109,36 @@ Returns true if the current archive dominates _fit.
</dl>
<p>
Definition at line <a class="el" href="moeoArchive_8h-source.html#l00039">39</a> of file <a class="el" href="moeoArchive_8h-source.html">moeoArchive.h</a>.
<p>
Referenced by <a class="el" href="moeoArchive_8h-source.html#l00063">moeoArchive&lt; EOT &gt;::update()</a>.
</div>
</div><p>
<a class="anchor" name="71feaf270daa7185e829caef40bbf956"></a><!-- doxytag: member="moeoArchive::contains" ref="71feaf270daa7185e829caef40bbf956" args="(const EOFitness &amp;_fit) const" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class EOT&gt; </div>
<table class="memname">
Definition at line <a class="el" href="moeoArchive_8h-source.html#l00039">39</a> of file <a class="el" href="moeoArchive_8h-source.html">moeoArchive.h</a>. </td>
</tr>
</table>
<a class="anchor" name="b62d5274da2b12802113858be49a21a4"></a><!-- doxytag: member="moeoArchive::contains" ref="b62d5274da2b12802113858be49a21a4" args="(const EOFitness &amp;_fit) const " --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="memname">bool <a class="el" href="classmoeoArchive.html">moeoArchive</a>&lt; EOT &gt;::contains </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classmoeoArchive.html#798bc97d8321b1e2c469e5c341a96dac">EOFitness</a> &amp;&nbsp;</td>
<td class="paramname"> <em>_fit</em> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"> const<code> [inline]</code></td>
<td class="mdPrefix" colspan="4">
template&lt;class EOT&gt; </td>
</tr>
<tr>
<td class="md" nowrap valign="top">bool <a class="el" href="classmoeoArchive.html">moeoArchive</a>&lt; EOT &gt;::contains </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="md" nowrap valign="top">const <a class="el" href="classmoeoArchive.html#798bc97d8321b1e2c469e5c341a96dac">EOFitness</a> &amp;&nbsp;</td>
<td class="mdname1" valign="top" nowrap> <em>_fit</em> </td>
<td class="md" valign="top">&nbsp;)&nbsp;</td>
<td class="md" nowrap> const<code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Returns true if the current archive contains _fit.
@ -125,26 +150,36 @@ Returns true if the current archive contains _fit.
</dl>
<p>
Definition at line <a class="el" href="moeoArchive_8h-source.html#l00051">51</a> of file <a class="el" href="moeoArchive_8h-source.html">moeoArchive.h</a>.
</div>
</div><p>
<a class="anchor" name="be9f67bfe41c25537292056d5b30f56a"></a><!-- doxytag: member="moeoArchive::update" ref="be9f67bfe41c25537292056d5b30f56a" args="(const EOT &amp;_eo)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class EOT&gt; </div>
<table class="memname">
Definition at line <a class="el" href="moeoArchive_8h-source.html#l00051">51</a> of file <a class="el" href="moeoArchive_8h-source.html">moeoArchive.h</a>. </td>
</tr>
</table>
<a class="anchor" name="be9f67bfe41c25537292056d5b30f56a"></a><!-- doxytag: member="moeoArchive::update" ref="be9f67bfe41c25537292056d5b30f56a" args="(const EOT &amp;_eo)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="memname">void <a class="el" href="classmoeoArchive.html">moeoArchive</a>&lt; EOT &gt;::update </td>
<td>(</td>
<td class="paramtype">const EOT &amp;&nbsp;</td>
<td class="paramname"> <em>_eo</em> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"><code> [inline]</code></td>
<td class="mdPrefix" colspan="4">
template&lt;class EOT&gt; </td>
</tr>
<tr>
<td class="md" nowrap valign="top">void <a class="el" href="classmoeoArchive.html">moeoArchive</a>&lt; EOT &gt;::update </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="md" nowrap valign="top">const EOT &amp;&nbsp;</td>
<td class="mdname1" valign="top" nowrap> <em>_eo</em> </td>
<td class="md" valign="top">&nbsp;)&nbsp;</td>
<td class="md" nowrap><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Updates the archive with a given individual _eo.
@ -156,30 +191,36 @@ Updates the archive with a given individual _eo.
</dl>
<p>
Definition at line <a class="el" href="moeoArchive_8h-source.html#l00063">63</a> of file <a class="el" href="moeoArchive_8h-source.html">moeoArchive.h</a>.
<p>
References <a class="el" href="moeoArchive_8h-source.html#l00039">moeoArchive&lt; EOT &gt;::dominates()</a>.
<p>
Referenced by <a class="el" href="moeoArchive_8h-source.html#l00098">moeoArchive&lt; EOT &gt;::update()</a>.
</div>
</div><p>
<a class="anchor" name="58e891ab400ba352e8b0a341d0bdc107"></a><!-- doxytag: member="moeoArchive::update" ref="58e891ab400ba352e8b0a341d0bdc107" args="(const eoPop&lt; EOT &gt; &amp;_pop)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class EOT&gt; </div>
<table class="memname">
Definition at line <a class="el" href="moeoArchive_8h-source.html#l00063">63</a> of file <a class="el" href="moeoArchive_8h-source.html">moeoArchive.h</a>. </td>
</tr>
</table>
<a class="anchor" name="58e891ab400ba352e8b0a341d0bdc107"></a><!-- doxytag: member="moeoArchive::update" ref="58e891ab400ba352e8b0a341d0bdc107" args="(const eoPop&lt; EOT &gt; &amp;_pop)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="memname">void <a class="el" href="classmoeoArchive.html">moeoArchive</a>&lt; EOT &gt;::update </td>
<td>(</td>
<td class="paramtype">const eoPop&lt; EOT &gt; &amp;&nbsp;</td>
<td class="paramname"> <em>_pop</em> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"><code> [inline]</code></td>
<td class="mdPrefix" colspan="4">
template&lt;class EOT&gt; </td>
</tr>
<tr>
<td class="md" nowrap valign="top">void <a class="el" href="classmoeoArchive.html">moeoArchive</a>&lt; EOT &gt;::update </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="md" nowrap valign="top">const <a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html">eoPop</a>&lt; EOT &gt; &amp;&nbsp;</td>
<td class="mdname1" valign="top" nowrap> <em>_pop</em> </td>
<td class="md" valign="top">&nbsp;)&nbsp;</td>
<td class="md" nowrap><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Updates the archive with a given population _pop.
@ -191,15 +232,13 @@ Updates the archive with a given population _pop.
</dl>
<p>
Definition at line <a class="el" href="moeoArchive_8h-source.html#l00098">98</a> of file <a class="el" href="moeoArchive_8h-source.html">moeoArchive.h</a>.
<p>
References <a class="el" href="moeoArchive_8h-source.html#l00063">moeoArchive&lt; EOT &gt;::update()</a>.
</div>
</div><p>
Definition at line <a class="el" href="moeoArchive_8h-source.html#l00098">98</a> of file <a class="el" href="moeoArchive_8h-source.html">moeoArchive.h</a>. </td>
</tr>
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="moeoArchive_8h-source.html">moeoArchive.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Tue Dec 12 11:16:35 2006 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Fri Dec 22 09:37:11 2006 for ParadisEO-MOEO by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
</body>
</html>

View file

@ -4,13 +4,12 @@
<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 -->
<!-- Generated by Doxygen 1.4.6 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main&nbsp;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&nbsp;Pages</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
@ -31,13 +30,19 @@
</ul></div>
<h1>moeoArchiveFitnessSavingUpdater&lt; EOT &gt; Member List</h1>This is the complete list of members for <a class="el" href="classmoeoArchiveFitnessSavingUpdater.html">moeoArchiveFitnessSavingUpdater&lt; EOT &gt;</a>, including all inherited members.<p><table>
<tr class="memlist"><td><a class="el" href="classmoeoArchiveFitnessSavingUpdater.html#b8eeccd7b43eb11e36cee2ec7d7c9c21">arch</a></td><td><a class="el" href="classmoeoArchiveFitnessSavingUpdater.html">moeoArchiveFitnessSavingUpdater&lt; EOT &gt;</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_updater.html#dbe815dd35b95148405654b6392626cf">className</a>(void) const </td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_updater.html">eoUpdater</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classmoeoArchiveFitnessSavingUpdater.html#e32fab4bb828d40fe19c283dbd2a6423">counter</a></td><td><a class="el" href="classmoeoArchiveFitnessSavingUpdater.html">moeoArchiveFitnessSavingUpdater&lt; EOT &gt;</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classmoeoArchiveFitnessSavingUpdater.html#17c82bea631bf9ff635a3698d08907f0">filename</a></td><td><a class="el" href="classmoeoArchiveFitnessSavingUpdater.html">moeoArchiveFitnessSavingUpdater&lt; EOT &gt;</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_f.html#259d975748cd502c7d69f59223b54703">functor_category</a>()</td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_f.html">eoF&lt; void &gt;</a></td><td><code> [static]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classmoeoArchiveFitnessSavingUpdater.html#e064861d67aae0747c2d8ffab90cbfbf">id</a></td><td><a class="el" href="classmoeoArchiveFitnessSavingUpdater.html">moeoArchiveFitnessSavingUpdater&lt; EOT &gt;</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_updater.html#f6cdb789f367019cc5991e0203cbdba3">lastCall</a>()</td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_updater.html">eoUpdater</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classmoeoArchiveFitnessSavingUpdater.html#b61826bfa0f47064aed460817cf61b92">moeoArchiveFitnessSavingUpdater</a>(moeoArchive&lt; EOT &gt; &amp;_arch, const std::string &amp;_filename=&quot;Res/Arch&quot;, int _id=-1)</td><td><a class="el" href="classmoeoArchiveFitnessSavingUpdater.html">moeoArchiveFitnessSavingUpdater&lt; EOT &gt;</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classmoeoArchiveFitnessSavingUpdater.html#2ad5d3ab2c2066a1a3b85fff2ac14a19">operator()</a>()</td><td><a class="el" href="classmoeoArchiveFitnessSavingUpdater.html">moeoArchiveFitnessSavingUpdater&lt; EOT &gt;</a></td><td><code> [inline]</code></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Tue Dec 12 11:16:35 2006 for ParadisEO-MOEO by&nbsp;
<tr class="memlist"><td><a class="el" href="classmoeoArchiveFitnessSavingUpdater.html#2ad5d3ab2c2066a1a3b85fff2ac14a19">operator()</a>()</td><td><a class="el" href="classmoeoArchiveFitnessSavingUpdater.html">moeoArchiveFitnessSavingUpdater&lt; EOT &gt;</a></td><td><code> [inline, virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_f.html#98ea63444e0a3479776b74e0421c27b9">result_type</a> typedef</td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_f.html">eoF&lt; void &gt;</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_f.html#c7a5e3eccc1397dbc41f72b0b30048f9">~eoF</a>()</td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_f.html">eoF&lt; void &gt;</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_functor_base.html#cdd213af2efae57fa1a7500f92afe5ae">~eoFunctorBase</a>()</td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_functor_base.html">eoFunctorBase</a></td><td><code> [virtual]</code></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Fri Dec 22 09:37:12 2006 for ParadisEO-MOEO by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
</body>
</html>

View file

@ -4,13 +4,12 @@
<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 -->
<!-- Generated by Doxygen 1.4.6 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main&nbsp;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&nbsp;Pages</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
@ -29,11 +28,18 @@
<li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
</ul></div>
<h1>moeoArchiveFitnessSavingUpdater&lt; EOT &gt; Class Template Reference</h1><!-- doxytag: class="moeoArchiveFitnessSavingUpdater" -->This class allows to save the fitnesses of solutions contained in an archive into a file at each generation.
<h1>moeoArchiveFitnessSavingUpdater&lt; EOT &gt; Class Template Reference</h1><!-- doxytag: class="moeoArchiveFitnessSavingUpdater" --><!-- doxytag: inherits="eoUpdater" -->This class allows to save the fitnesses of solutions contained in an archive into a file at each generation.
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="moeoArchiveFitnessSavingUpdater_8h-source.html">moeoArchiveFitnessSavingUpdater.h</a>&gt;</code>
<p>
<p>Inheritance diagram for moeoArchiveFitnessSavingUpdater&lt; EOT &gt;:
<p><center><img src="classmoeoArchiveFitnessSavingUpdater.png" usemap="#moeoArchiveFitnessSavingUpdater< EOT >_map" border="0" alt=""></center>
<map name="moeoArchiveFitnessSavingUpdater< EOT >_map">
<area doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_updater.html" alt="eoUpdater" shape="rect" coords="0,112,259,136">
<area doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_f.html" alt="eoF< void >" shape="rect" coords="0,56,259,80">
<area doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_functor_base.html" alt="eoFunctorBase" shape="rect" coords="0,0,259,24">
</map>
<a href="classmoeoArchiveFitnessSavingUpdater-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
@ -71,38 +77,48 @@ This class allows to save the fitnesses of solutions contained in an archive int
<p>
Definition at line <a class="el" href="moeoArchiveFitnessSavingUpdater_8h-source.html#l00027">27</a> of file <a class="el" href="moeoArchiveFitnessSavingUpdater_8h-source.html">moeoArchiveFitnessSavingUpdater.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="b61826bfa0f47064aed460817cf61b92"></a><!-- doxytag: member="moeoArchiveFitnessSavingUpdater::moeoArchiveFitnessSavingUpdater" ref="b61826bfa0f47064aed460817cf61b92" args="(moeoArchive&lt; EOT &gt; &amp;_arch, const std::string &amp;_filename=&quot;Res/Arch&quot;, int _id=-1)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class EOT&gt; </div>
<table class="memname">
<a class="anchor" name="b61826bfa0f47064aed460817cf61b92"></a><!-- doxytag: member="moeoArchiveFitnessSavingUpdater::moeoArchiveFitnessSavingUpdater" ref="b61826bfa0f47064aed460817cf61b92" args="(moeoArchive&lt; EOT &gt; &amp;_arch, const std::string &amp;_filename=&quot;Res/Arch&quot;, int _id=-1)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="memname"><a class="el" href="classmoeoArchiveFitnessSavingUpdater.html">moeoArchiveFitnessSavingUpdater</a>&lt; EOT &gt;::<a class="el" href="classmoeoArchiveFitnessSavingUpdater.html">moeoArchiveFitnessSavingUpdater</a> </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classmoeoArchive.html">moeoArchive</a>&lt; EOT &gt; &amp;&nbsp;</td>
<td class="paramname"> <em>_arch</em>, </td>
<td class="mdPrefix" colspan="4">
template&lt;class EOT&gt; </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const std::string &amp;&nbsp;</td>
<td class="paramname"> <em>_filename</em> = <code>&quot;Res/Arch&quot;</code>, </td>
<td class="md" nowrap valign="top"><a class="el" href="classmoeoArchiveFitnessSavingUpdater.html">moeoArchiveFitnessSavingUpdater</a>&lt; EOT &gt;::<a class="el" href="classmoeoArchiveFitnessSavingUpdater.html">moeoArchiveFitnessSavingUpdater</a> </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="md" nowrap valign="top"><a class="el" href="classmoeoArchive.html">moeoArchive</a>&lt; EOT &gt; &amp;&nbsp;</td>
<td class="mdname" nowrap> <em>_arch</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&nbsp;</td>
<td class="paramname"> <em>_id</em> = <code>-1</code></td><td>&nbsp;</td>
<td class="md" nowrap align="right"></td>
<td class="md"></td>
<td class="md" nowrap>const std::string &amp;&nbsp;</td>
<td class="mdname" nowrap> <em>_filename</em> = <code>&quot;Res/Arch&quot;</code>, </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"><code> [inline]</code></td>
<td class="md" nowrap align="right"></td>
<td class="md"></td>
<td class="md" nowrap>int&nbsp;</td>
<td class="mdname" nowrap> <em>_id</em> = <code>-1</code></td>
</tr>
<tr>
<td class="md"></td>
<td class="md">)&nbsp;</td>
<td class="md" colspan="2"><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Ctor.
@ -116,13 +132,13 @@ Ctor.
</dl>
<p>
Definition at line <a class="el" href="moeoArchiveFitnessSavingUpdater_8h-source.html#l00037">37</a> of file <a class="el" href="moeoArchiveFitnessSavingUpdater_8h-source.html">moeoArchiveFitnessSavingUpdater.h</a>.
</div>
</div><p>
Definition at line <a class="el" href="moeoArchiveFitnessSavingUpdater_8h-source.html#l00037">37</a> of file <a class="el" href="moeoArchiveFitnessSavingUpdater_8h-source.html">moeoArchiveFitnessSavingUpdater.h</a>. </td>
</tr>
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="moeoArchiveFitnessSavingUpdater_8h-source.html">moeoArchiveFitnessSavingUpdater.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Tue Dec 12 11:16:35 2006 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Fri Dec 22 09:37:12 2006 for ParadisEO-MOEO by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
</body>
</html>

View file

@ -4,13 +4,12 @@
<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 -->
<!-- Generated by Doxygen 1.4.6 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main&nbsp;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&nbsp;Pages</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
@ -31,11 +30,17 @@
</ul></div>
<h1>moeoArchiveUpdater&lt; EOT &gt; Member List</h1>This is the complete list of members for <a class="el" href="classmoeoArchiveUpdater.html">moeoArchiveUpdater&lt; EOT &gt;</a>, including all inherited members.<p><table>
<tr class="memlist"><td><a class="el" href="classmoeoArchiveUpdater.html#2fd7b92786ced836e3d0b5abfb801a86">arch</a></td><td><a class="el" href="classmoeoArchiveUpdater.html">moeoArchiveUpdater&lt; EOT &gt;</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_updater.html#dbe815dd35b95148405654b6392626cf">className</a>(void) const </td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_updater.html">eoUpdater</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_f.html#259d975748cd502c7d69f59223b54703">functor_category</a>()</td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_f.html">eoF&lt; void &gt;</a></td><td><code> [static]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_updater.html#f6cdb789f367019cc5991e0203cbdba3">lastCall</a>()</td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_updater.html">eoUpdater</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classmoeoArchiveUpdater.html#71027fd5f8dac7d8069b682c998c03c5">moeoArchiveUpdater</a>(moeoArchive&lt; EOT &gt; &amp;_arch, const eoPop&lt; EOT &gt; &amp;_pop)</td><td><a class="el" href="classmoeoArchiveUpdater.html">moeoArchiveUpdater&lt; EOT &gt;</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classmoeoArchiveUpdater.html#19e98244f0dd641983af81d8dcaf0f7d">operator()</a>()</td><td><a class="el" href="classmoeoArchiveUpdater.html">moeoArchiveUpdater&lt; EOT &gt;</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classmoeoArchiveUpdater.html#19e98244f0dd641983af81d8dcaf0f7d">operator()</a>()</td><td><a class="el" href="classmoeoArchiveUpdater.html">moeoArchiveUpdater&lt; EOT &gt;</a></td><td><code> [inline, virtual]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classmoeoArchiveUpdater.html#0fc3f08f0385c55569eb056737303363">pop</a></td><td><a class="el" href="classmoeoArchiveUpdater.html">moeoArchiveUpdater&lt; EOT &gt;</a></td><td><code> [private]</code></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Tue Dec 12 11:16:35 2006 for ParadisEO-MOEO by&nbsp;
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_f.html#98ea63444e0a3479776b74e0421c27b9">result_type</a> typedef</td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_f.html">eoF&lt; void &gt;</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_f.html#c7a5e3eccc1397dbc41f72b0b30048f9">~eoF</a>()</td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_f.html">eoF&lt; void &gt;</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_functor_base.html#cdd213af2efae57fa1a7500f92afe5ae">~eoFunctorBase</a>()</td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_functor_base.html">eoFunctorBase</a></td><td><code> [virtual]</code></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Fri Dec 22 09:37:12 2006 for ParadisEO-MOEO by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
</body>
</html>

View file

@ -4,13 +4,12 @@
<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 -->
<!-- Generated by Doxygen 1.4.6 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main&nbsp;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&nbsp;Pages</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
@ -29,15 +28,22 @@
<li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
</ul></div>
<h1>moeoArchiveUpdater&lt; EOT &gt; Class Template Reference</h1><!-- doxytag: class="moeoArchiveUpdater" -->This class allows to update the archive at each generation with newly found non-dominated solutions.
<h1>moeoArchiveUpdater&lt; EOT &gt; Class Template Reference</h1><!-- doxytag: class="moeoArchiveUpdater" --><!-- doxytag: inherits="eoUpdater" -->This class allows to update the archive at each generation with newly found non-dominated solutions.
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="moeoArchiveUpdater_8h-source.html">moeoArchiveUpdater.h</a>&gt;</code>
<p>
<p>Inheritance diagram for moeoArchiveUpdater&lt; EOT &gt;:
<p><center><img src="classmoeoArchiveUpdater.png" usemap="#moeoArchiveUpdater< EOT >_map" border="0" alt=""></center>
<map name="moeoArchiveUpdater< EOT >_map">
<area doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_updater.html" alt="eoUpdater" shape="rect" coords="0,112,180,136">
<area doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_f.html" alt="eoF< void >" shape="rect" coords="0,56,180,80">
<area doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_functor_base.html" alt="eoFunctorBase" shape="rect" coords="0,0,180,24">
</map>
<a href="classmoeoArchiveUpdater-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoArchiveUpdater.html#71027fd5f8dac7d8069b682c998c03c5">moeoArchiveUpdater</a> (<a class="el" href="classmoeoArchive.html">moeoArchive</a>&lt; EOT &gt; &amp;_arch, const eoPop&lt; EOT &gt; &amp;_pop)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoArchiveUpdater.html#71027fd5f8dac7d8069b682c998c03c5">moeoArchiveUpdater</a> (<a class="el" href="classmoeoArchive.html">moeoArchive</a>&lt; EOT &gt; &amp;_arch, const <a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html">eoPop</a>&lt; EOT &gt; &amp;_pop)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Ctor. <a href="#71027fd5f8dac7d8069b682c998c03c5"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="19e98244f0dd641983af81d8dcaf0f7d"></a><!-- doxytag: member="moeoArchiveUpdater::operator()" ref="19e98244f0dd641983af81d8dcaf0f7d" args="()" -->
@ -50,7 +56,7 @@ void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="clas
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">the archive of non-dominated solutions <br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="0fc3f08f0385c55569eb056737303363"></a><!-- doxytag: member="moeoArchiveUpdater::pop" ref="0fc3f08f0385c55569eb056737303363" args="" -->
const eoPop&lt; EOT &gt; &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoArchiveUpdater.html#0fc3f08f0385c55569eb056737303363">pop</a></td></tr>
const <a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html">eoPop</a>&lt; EOT &gt; &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoArchiveUpdater.html#0fc3f08f0385c55569eb056737303363">pop</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">the main population <br></td></tr>
</table>
@ -63,32 +69,42 @@ This class allows to update the archive at each generation with newly found non-
<p>
Definition at line <a class="el" href="moeoArchiveUpdater_8h-source.html#l00023">23</a> of file <a class="el" href="moeoArchiveUpdater_8h-source.html">moeoArchiveUpdater.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="71027fd5f8dac7d8069b682c998c03c5"></a><!-- doxytag: member="moeoArchiveUpdater::moeoArchiveUpdater" ref="71027fd5f8dac7d8069b682c998c03c5" args="(moeoArchive&lt; EOT &gt; &amp;_arch, const eoPop&lt; EOT &gt; &amp;_pop)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class EOT&gt; </div>
<table class="memname">
<a class="anchor" name="71027fd5f8dac7d8069b682c998c03c5"></a><!-- doxytag: member="moeoArchiveUpdater::moeoArchiveUpdater" ref="71027fd5f8dac7d8069b682c998c03c5" args="(moeoArchive&lt; EOT &gt; &amp;_arch, const eoPop&lt; EOT &gt; &amp;_pop)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="memname"><a class="el" href="classmoeoArchiveUpdater.html">moeoArchiveUpdater</a>&lt; EOT &gt;::<a class="el" href="classmoeoArchiveUpdater.html">moeoArchiveUpdater</a> </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classmoeoArchive.html">moeoArchive</a>&lt; EOT &gt; &amp;&nbsp;</td>
<td class="paramname"> <em>_arch</em>, </td>
<td class="mdPrefix" colspan="4">
template&lt;class EOT&gt; </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const eoPop&lt; EOT &gt; &amp;&nbsp;</td>
<td class="paramname"> <em>_pop</em></td><td>&nbsp;</td>
<td class="md" nowrap valign="top"><a class="el" href="classmoeoArchiveUpdater.html">moeoArchiveUpdater</a>&lt; EOT &gt;::<a class="el" href="classmoeoArchiveUpdater.html">moeoArchiveUpdater</a> </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="md" nowrap valign="top"><a class="el" href="classmoeoArchive.html">moeoArchive</a>&lt; EOT &gt; &amp;&nbsp;</td>
<td class="mdname" nowrap> <em>_arch</em>, </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"><code> [inline]</code></td>
<td class="md" nowrap align="right"></td>
<td class="md"></td>
<td class="md" nowrap>const <a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html">eoPop</a>&lt; EOT &gt; &amp;&nbsp;</td>
<td class="mdname" nowrap> <em>_pop</em></td>
</tr>
<tr>
<td class="md"></td>
<td class="md">)&nbsp;</td>
<td class="md" colspan="2"><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Ctor.
@ -101,13 +117,13 @@ Ctor.
</dl>
<p>
Definition at line <a class="el" href="moeoArchiveUpdater_8h-source.html#l00032">32</a> of file <a class="el" href="moeoArchiveUpdater_8h-source.html">moeoArchiveUpdater.h</a>.
</div>
</div><p>
Definition at line <a class="el" href="moeoArchiveUpdater_8h-source.html#l00032">32</a> of file <a class="el" href="moeoArchiveUpdater_8h-source.html">moeoArchiveUpdater.h</a>. </td>
</tr>
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="moeoArchiveUpdater_8h-source.html">moeoArchiveUpdater.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Tue Dec 12 11:16:35 2006 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Fri Dec 22 09:37:12 2006 for ParadisEO-MOEO by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
</body>
</html>

View file

@ -4,13 +4,12 @@
<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 -->
<!-- Generated by Doxygen 1.4.6 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main&nbsp;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&nbsp;Pages</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
@ -29,7 +28,7 @@
<li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
</ul></div>
<h1>moeoBM&lt; A1, A2, R &gt; Class Template Reference</h1><!-- doxytag: class="moeoBM" --><!-- doxytag: inherits="moeoMetric" -->Base class for binary metrics.
<h1>moeoBM&lt; A1, A2, R &gt; Class Template Reference</h1><!-- doxytag: class="moeoBM" --><!-- doxytag: inherits="eoBF,moeoMetric" -->Base class for binary metrics.
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="moeoMetric_8h-source.html">moeoMetric.h</a>&gt;</code>
@ -37,15 +36,12 @@
<p>Inheritance diagram for moeoBM&lt; A1, A2, R &gt;:
<p><center><img src="classmoeoBM.png" usemap="#moeoBM< A1, A2, R >_map" border="0" alt=""></center>
<map name="moeoBM< A1, A2, R >_map">
<area href="classmoeoMetric.html" alt="moeoMetric" shape="rect" coords="463,0,762,24">
<area href="classmoeoSolutionVsSolutionBM.html" alt="moeoSolutionVsSolutionBM< EOT, R, EOFitness >" shape="rect" coords="0,112,299,136">
<area href="classmoeoVectorVsSolutionBM.html" alt="moeoVectorVsSolutionBM< EOT, R, EOFitness >" shape="rect" coords="309,112,608,136">
<area href="classmoeoVectorVsVectorBM.html" alt="moeoVectorVsVectorBM< EOT, R, EOFitness >" shape="rect" coords="618,112,917,136">
<area href="classmoeoVectorVsVectorBM.html" alt="moeoVectorVsVectorBM< EOT, double >" shape="rect" coords="927,112,1226,136">
<area href="classmoeoContributionMetric.html" alt="moeoContributionMetric< EOT >" shape="rect" coords="772,168,1071,192">
<area href="classmoeoEntropyMetric.html" alt="moeoEntropyMetric< EOT >" shape="rect" coords="1081,168,1380,192">
<area doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_b_f.html" alt="eoBF< A1, A2, R >" shape="rect" coords="0,56,143,80">
<area href="classmoeoMetric.html" alt="moeoMetric" shape="rect" coords="153,56,296,80">
<area doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_functor_base.html" alt="eoFunctorBase" shape="rect" coords="0,0,143,24">
<area doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_functor_base.html" alt="eoFunctorBase" shape="rect" coords="153,0,296,24">
</map>
<table border="0" cellpadding="0" cellspacing="0">
<a href="classmoeoBM-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
@ -58,8 +54,8 @@ Base class for binary metrics.
<p>
Definition at line <a class="el" href="moeoMetric_8h-source.html#l00038">38</a> of file <a class="el" href="moeoMetric_8h-source.html">moeoMetric.h</a>.<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="moeoMetric_8h-source.html">moeoMetric.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Tue Dec 12 11:16:35 2006 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Fri Dec 22 09:37:12 2006 for ParadisEO-MOEO by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
</body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 1,012 B

Before After
Before After

View file

@ -4,13 +4,12 @@
<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 -->
<!-- Generated by Doxygen 1.4.6 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main&nbsp;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&nbsp;Pages</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
@ -30,17 +29,23 @@
<li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
</ul></div>
<h1>moeoBinaryMetricSavingUpdater&lt; EOT &gt; Member List</h1>This is the complete list of members for <a class="el" href="classmoeoBinaryMetricSavingUpdater.html">moeoBinaryMetricSavingUpdater&lt; EOT &gt;</a>, including all inherited members.<p><table>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_updater.html#dbe815dd35b95148405654b6392626cf">className</a>(void) const </td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_updater.html">eoUpdater</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classmoeoBinaryMetricSavingUpdater.html#280b52506c280b07356726ad5d497ef8">counter</a></td><td><a class="el" href="classmoeoBinaryMetricSavingUpdater.html">moeoBinaryMetricSavingUpdater&lt; EOT &gt;</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classmoeoBinaryMetricSavingUpdater.html#c22e390633d94bbf69309e8d0cae1f0a">EOFitness</a> typedef</td><td><a class="el" href="classmoeoBinaryMetricSavingUpdater.html">moeoBinaryMetricSavingUpdater&lt; EOT &gt;</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classmoeoBinaryMetricSavingUpdater.html#32c78860e3aee52346df3aa30c5ac42f">filename</a></td><td><a class="el" href="classmoeoBinaryMetricSavingUpdater.html">moeoBinaryMetricSavingUpdater&lt; EOT &gt;</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classmoeoBinaryMetricSavingUpdater.html#1e40103a5cfa592a9d2408102e507a19">firstGen</a></td><td><a class="el" href="classmoeoBinaryMetricSavingUpdater.html">moeoBinaryMetricSavingUpdater&lt; EOT &gt;</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_f.html#259d975748cd502c7d69f59223b54703">functor_category</a>()</td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_f.html">eoF&lt; void &gt;</a></td><td><code> [static]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_updater.html#f6cdb789f367019cc5991e0203cbdba3">lastCall</a>()</td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_updater.html">eoUpdater</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classmoeoBinaryMetricSavingUpdater.html#52e12414a266bce1dbce0b913025fd37">metric</a></td><td><a class="el" href="classmoeoBinaryMetricSavingUpdater.html">moeoBinaryMetricSavingUpdater&lt; EOT &gt;</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classmoeoBinaryMetricSavingUpdater.html#978c6e8a99459722220387f911c1f461">moeoBinaryMetricSavingUpdater</a>(moeoVectorVsVectorBM&lt; EOT, double &gt; &amp;_metric, const eoPop&lt; EOT &gt; &amp;_pop, std::string _filename)</td><td><a class="el" href="classmoeoBinaryMetricSavingUpdater.html">moeoBinaryMetricSavingUpdater&lt; EOT &gt;</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classmoeoBinaryMetricSavingUpdater.html#c1751bf23ef440d895a39cdff25c384c">oldPop</a></td><td><a class="el" href="classmoeoBinaryMetricSavingUpdater.html">moeoBinaryMetricSavingUpdater&lt; EOT &gt;</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classmoeoBinaryMetricSavingUpdater.html#2d051d28def4cadf69957c8a21bf88dc">operator()</a>()</td><td><a class="el" href="classmoeoBinaryMetricSavingUpdater.html">moeoBinaryMetricSavingUpdater&lt; EOT &gt;</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classmoeoBinaryMetricSavingUpdater.html#2d051d28def4cadf69957c8a21bf88dc">operator()</a>()</td><td><a class="el" href="classmoeoBinaryMetricSavingUpdater.html">moeoBinaryMetricSavingUpdater&lt; EOT &gt;</a></td><td><code> [inline, virtual]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classmoeoBinaryMetricSavingUpdater.html#9c30673aca66a1531856cb92068edaf7">pop</a></td><td><a class="el" href="classmoeoBinaryMetricSavingUpdater.html">moeoBinaryMetricSavingUpdater&lt; EOT &gt;</a></td><td><code> [private]</code></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Tue Dec 12 11:16:35 2006 for ParadisEO-MOEO by&nbsp;
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_f.html#98ea63444e0a3479776b74e0421c27b9">result_type</a> typedef</td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_f.html">eoF&lt; void &gt;</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_f.html#c7a5e3eccc1397dbc41f72b0b30048f9">~eoF</a>()</td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_f.html">eoF&lt; void &gt;</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_functor_base.html#cdd213af2efae57fa1a7500f92afe5ae">~eoFunctorBase</a>()</td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_functor_base.html">eoFunctorBase</a></td><td><code> [virtual]</code></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Fri Dec 22 09:37:12 2006 for ParadisEO-MOEO by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
</body>
</html>

View file

@ -4,13 +4,12 @@
<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 -->
<!-- Generated by Doxygen 1.4.6 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main&nbsp;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&nbsp;Pages</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
@ -29,11 +28,18 @@
<li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
</ul></div>
<h1>moeoBinaryMetricSavingUpdater&lt; EOT &gt; Class Template Reference</h1><!-- doxytag: class="moeoBinaryMetricSavingUpdater" -->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.
<h1>moeoBinaryMetricSavingUpdater&lt; EOT &gt; Class Template Reference</h1><!-- doxytag: class="moeoBinaryMetricSavingUpdater" --><!-- doxytag: inherits="eoUpdater" -->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.
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="moeoBinaryMetricSavingUpdater_8h-source.html">moeoBinaryMetricSavingUpdater.h</a>&gt;</code>
<p>
<p>Inheritance diagram for moeoBinaryMetricSavingUpdater&lt; EOT &gt;:
<p><center><img src="classmoeoBinaryMetricSavingUpdater.png" usemap="#moeoBinaryMetricSavingUpdater< EOT >_map" border="0" alt=""></center>
<map name="moeoBinaryMetricSavingUpdater< EOT >_map">
<area doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_updater.html" alt="eoUpdater" shape="rect" coords="0,112,247,136">
<area doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_f.html" alt="eoF< void >" shape="rect" coords="0,56,247,80">
<area doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_functor_base.html" alt="eoFunctorBase" shape="rect" coords="0,0,247,24">
</map>
<a href="classmoeoBinaryMetricSavingUpdater-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Types</h2></td></tr>
@ -42,7 +48,7 @@ typedef EOT::Fitness&nbsp;</td><td class="memItemRight" valign="bottom"><a class
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The fitness type of a solution. <br></td></tr>
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoBinaryMetricSavingUpdater.html#978c6e8a99459722220387f911c1f461">moeoBinaryMetricSavingUpdater</a> (<a class="el" href="classmoeoVectorVsVectorBM.html">moeoVectorVsVectorBM</a>&lt; EOT, double &gt; &amp;_metric, const eoPop&lt; EOT &gt; &amp;_pop, std::string _filename)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoBinaryMetricSavingUpdater.html#978c6e8a99459722220387f911c1f461">moeoBinaryMetricSavingUpdater</a> (<a class="el" href="classmoeoVectorVsVectorBM.html">moeoVectorVsVectorBM</a>&lt; EOT, double &gt; &amp;_metric, const <a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html">eoPop</a>&lt; EOT &gt; &amp;_pop, std::string _filename)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Ctor. <a href="#978c6e8a99459722220387f911c1f461"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="2d051d28def4cadf69957c8a21bf88dc"></a><!-- doxytag: member="moeoBinaryMetricSavingUpdater::operator()" ref="2d051d28def4cadf69957c8a21bf88dc" args="()" -->
@ -56,11 +62,11 @@ void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="clas
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">binary metric comparing two Pareto sets <br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="9c30673aca66a1531856cb92068edaf7"></a><!-- doxytag: member="moeoBinaryMetricSavingUpdater::pop" ref="9c30673aca66a1531856cb92068edaf7" args="" -->
const eoPop&lt; EOT &gt; &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoBinaryMetricSavingUpdater.html#9c30673aca66a1531856cb92068edaf7">pop</a></td></tr>
const <a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html">eoPop</a>&lt; EOT &gt; &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoBinaryMetricSavingUpdater.html#9c30673aca66a1531856cb92068edaf7">pop</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">main population <br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="c1751bf23ef440d895a39cdff25c384c"></a><!-- doxytag: member="moeoBinaryMetricSavingUpdater::oldPop" ref="c1751bf23ef440d895a39cdff25c384c" args="" -->
eoPop&lt; EOT &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoBinaryMetricSavingUpdater.html#c1751bf23ef440d895a39cdff25c384c">oldPop</a></td></tr>
<a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html">eoPop</a>&lt; EOT &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoBinaryMetricSavingUpdater.html#c1751bf23ef440d895a39cdff25c384c">oldPop</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">(n-1) population <br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="32c78860e3aee52346df3aa30c5ac42f"></a><!-- doxytag: member="moeoBinaryMetricSavingUpdater::filename" ref="32c78860e3aee52346df3aa30c5ac42f" args="" -->
@ -85,38 +91,48 @@ This class allows to save the progression of a binary metric comparing the fitne
<p>
Definition at line <a class="el" href="moeoBinaryMetricSavingUpdater_8h-source.html#l00026">26</a> of file <a class="el" href="moeoBinaryMetricSavingUpdater_8h-source.html">moeoBinaryMetricSavingUpdater.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="978c6e8a99459722220387f911c1f461"></a><!-- doxytag: member="moeoBinaryMetricSavingUpdater::moeoBinaryMetricSavingUpdater" ref="978c6e8a99459722220387f911c1f461" args="(moeoVectorVsVectorBM&lt; EOT, double &gt; &amp;_metric, const eoPop&lt; EOT &gt; &amp;_pop, std::string _filename)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class EOT&gt; </div>
<table class="memname">
<a class="anchor" name="978c6e8a99459722220387f911c1f461"></a><!-- doxytag: member="moeoBinaryMetricSavingUpdater::moeoBinaryMetricSavingUpdater" ref="978c6e8a99459722220387f911c1f461" args="(moeoVectorVsVectorBM&lt; EOT, double &gt; &amp;_metric, const eoPop&lt; EOT &gt; &amp;_pop, std::string _filename)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="memname"><a class="el" href="classmoeoBinaryMetricSavingUpdater.html">moeoBinaryMetricSavingUpdater</a>&lt; EOT &gt;::<a class="el" href="classmoeoBinaryMetricSavingUpdater.html">moeoBinaryMetricSavingUpdater</a> </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classmoeoVectorVsVectorBM.html">moeoVectorVsVectorBM</a>&lt; EOT, double &gt; &amp;&nbsp;</td>
<td class="paramname"> <em>_metric</em>, </td>
<td class="mdPrefix" colspan="4">
template&lt;class EOT&gt; </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const eoPop&lt; EOT &gt; &amp;&nbsp;</td>
<td class="paramname"> <em>_pop</em>, </td>
<td class="md" nowrap valign="top"><a class="el" href="classmoeoBinaryMetricSavingUpdater.html">moeoBinaryMetricSavingUpdater</a>&lt; EOT &gt;::<a class="el" href="classmoeoBinaryMetricSavingUpdater.html">moeoBinaryMetricSavingUpdater</a> </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="md" nowrap valign="top"><a class="el" href="classmoeoVectorVsVectorBM.html">moeoVectorVsVectorBM</a>&lt; EOT, double &gt; &amp;&nbsp;</td>
<td class="mdname" nowrap> <em>_metric</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">std::string&nbsp;</td>
<td class="paramname"> <em>_filename</em></td><td>&nbsp;</td>
<td class="md" nowrap align="right"></td>
<td class="md"></td>
<td class="md" nowrap>const <a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html">eoPop</a>&lt; EOT &gt; &amp;&nbsp;</td>
<td class="mdname" nowrap> <em>_pop</em>, </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"><code> [inline]</code></td>
<td class="md" nowrap align="right"></td>
<td class="md"></td>
<td class="md" nowrap>std::string&nbsp;</td>
<td class="mdname" nowrap> <em>_filename</em></td>
</tr>
<tr>
<td class="md"></td>
<td class="md">)&nbsp;</td>
<td class="md" colspan="2"><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Ctor.
@ -130,13 +146,13 @@ Ctor.
</dl>
<p>
Definition at line <a class="el" href="moeoBinaryMetricSavingUpdater_8h-source.html#l00041">41</a> of file <a class="el" href="moeoBinaryMetricSavingUpdater_8h-source.html">moeoBinaryMetricSavingUpdater.h</a>.
</div>
</div><p>
Definition at line <a class="el" href="moeoBinaryMetricSavingUpdater_8h-source.html#l00041">41</a> of file <a class="el" href="moeoBinaryMetricSavingUpdater_8h-source.html">moeoBinaryMetricSavingUpdater.h</a>. </td>
</tr>
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="moeoBinaryMetricSavingUpdater_8h-source.html">moeoBinaryMetricSavingUpdater.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Tue Dec 12 11:16:35 2006 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Fri Dec 22 09:37:12 2006 for ParadisEO-MOEO by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
</body>
</html>

View file

@ -4,13 +4,12 @@
<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 -->
<!-- Generated by Doxygen 1.4.6 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main&nbsp;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&nbsp;Pages</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
@ -33,10 +32,13 @@
<tr class="memlist"><td><a class="el" href="classmoeoCombinedMOLS.html#bd6b8f46211d5d531753c69fcd76cba4">add</a>(moeoMOLS&lt; EOT &gt; &amp;_ls)</td><td><a class="el" href="classmoeoCombinedMOLS.html">moeoCombinedMOLS&lt; EOT &gt;</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classmoeoCombinedMOLS.html#a5ccc182c0d61421fc524c2da3671099">combinedMOLS</a></td><td><a class="el" href="classmoeoCombinedMOLS.html">moeoCombinedMOLS&lt; EOT &gt;</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classmoeoCombinedMOLS.html#b2c0866a1808022bd3a9dac89e528a01">eval</a></td><td><a class="el" href="classmoeoCombinedMOLS.html">moeoCombinedMOLS&lt; EOT &gt;</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_b_f.html#259d975748cd502c7d69f59223b54703">functor_category</a>()</td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_b_f.html">eoBF&lt; const EOT &amp;, moeoArchive&lt; EOT &gt; &amp;, void &gt;</a></td><td><code> [static]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classmoeoCombinedMOLS.html#9305380cd8f5a4d85ef603fa85c1860b">moeoCombinedMOLS</a>(eoEvalFunc&lt; EOT &gt; &amp;_eval, moeoMOLS&lt; EOT &gt; &amp;_first_ls)</td><td><a class="el" href="classmoeoCombinedMOLS.html">moeoCombinedMOLS&lt; EOT &gt;</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classmoeoCombinedMOLS.html#fa7de12db00b89feb139372603bba4aa">operator()</a>(const EOT &amp;_eo, moeoArchive&lt; EOT &gt; &amp;_arch)</td><td><a class="el" href="classmoeoCombinedMOLS.html">moeoCombinedMOLS&lt; EOT &gt;</a></td><td><code> [inline]</code></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Tue Dec 12 11:16:35 2006 for ParadisEO-MOEO by&nbsp;
<tr class="memlist"><td><a class="el" href="classmoeoCombinedMOLS.html#fa7de12db00b89feb139372603bba4aa">operator()</a>(const EOT &amp;_eo, moeoArchive&lt; EOT &gt; &amp;_arch)</td><td><a class="el" href="classmoeoCombinedMOLS.html">moeoCombinedMOLS&lt; EOT &gt;</a></td><td><code> [inline, virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_b_f.html#fef68081cc756ece13428a4ab4cf8d5f">~eoBF</a>()</td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_b_f.html">eoBF&lt; const EOT &amp;, moeoArchive&lt; EOT &gt; &amp;, void &gt;</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_functor_base.html#cdd213af2efae57fa1a7500f92afe5ae">~eoFunctorBase</a>()</td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_functor_base.html">eoFunctorBase</a></td><td><code> [virtual]</code></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Fri Dec 22 09:37:12 2006 for ParadisEO-MOEO by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
</body>
</html>

View file

@ -4,13 +4,12 @@
<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 -->
<!-- Generated by Doxygen 1.4.6 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main&nbsp;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&nbsp;Pages</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
@ -37,12 +36,14 @@
<p>Inheritance diagram for moeoCombinedMOLS&lt; EOT &gt;:
<p><center><img src="classmoeoCombinedMOLS.png" usemap="#moeoCombinedMOLS< EOT >_map" border="0" alt=""></center>
<map name="moeoCombinedMOLS< EOT >_map">
<area href="classmoeoMOLS.html" alt="moeoMOLS< EOT >" shape="rect" coords="0,0,183,24">
<area href="classmoeoMOLS.html" alt="moeoMOLS< EOT >" shape="rect" coords="0,112,320,136">
<area doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_b_f.html" alt="eoBF< const EOT &, moeoArchive< EOT > &, void >" shape="rect" coords="0,56,320,80">
<area doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_functor_base.html" alt="eoFunctorBase" shape="rect" coords="0,0,320,24">
</map>
<a href="classmoeoCombinedMOLS-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoCombinedMOLS.html#9305380cd8f5a4d85ef603fa85c1860b">moeoCombinedMOLS</a> (eoEvalFunc&lt; EOT &gt; &amp;_eval, <a class="el" href="classmoeoMOLS.html">moeoMOLS</a>&lt; EOT &gt; &amp;_first_ls)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoCombinedMOLS.html#9305380cd8f5a4d85ef603fa85c1860b">moeoCombinedMOLS</a> (<a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_eval_func.html">eoEvalFunc</a>&lt; EOT &gt; &amp;_eval, <a class="el" href="classmoeoMOLS.html">moeoMOLS</a>&lt; EOT &gt; &amp;_first_ls)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Ctor. <a href="#9305380cd8f5a4d85ef603fa85c1860b"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoCombinedMOLS.html#bd6b8f46211d5d531753c69fcd76cba4">add</a> (<a class="el" href="classmoeoMOLS.html">moeoMOLS</a>&lt; EOT &gt; &amp;_ls)</td></tr>
@ -53,7 +54,7 @@
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Gives a new solution in order to explore the neigborhood. <a href="#fa7de12db00b89feb139372603bba4aa"></a><br></td></tr>
<tr><td colspan="2"><br><h2>Private Attributes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="b2c0866a1808022bd3a9dac89e528a01"></a><!-- doxytag: member="moeoCombinedMOLS::eval" ref="b2c0866a1808022bd3a9dac89e528a01" args="" -->
eoEvalFunc&lt; EOT &gt; &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoCombinedMOLS.html#b2c0866a1808022bd3a9dac89e528a01">eval</a></td></tr>
<a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_eval_func.html">eoEvalFunc</a>&lt; EOT &gt; &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoCombinedMOLS.html#b2c0866a1808022bd3a9dac89e528a01">eval</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">the full evaluator of a solution <br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a5ccc182c0d61421fc524c2da3671099"></a><!-- doxytag: member="moeoCombinedMOLS::combinedMOLS" ref="a5ccc182c0d61421fc524c2da3671099" args="" -->
@ -70,32 +71,42 @@ This class allows to embed a set of local searches that are sequentially applied
<p>
Definition at line <a class="el" href="moeoCombinedMOLS_8h-source.html#l00024">24</a> of file <a class="el" href="moeoCombinedMOLS_8h-source.html">moeoCombinedMOLS.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="9305380cd8f5a4d85ef603fa85c1860b"></a><!-- doxytag: member="moeoCombinedMOLS::moeoCombinedMOLS" ref="9305380cd8f5a4d85ef603fa85c1860b" args="(eoEvalFunc&lt; EOT &gt; &amp;_eval, moeoMOLS&lt; EOT &gt; &amp;_first_ls)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class EOT&gt; </div>
<table class="memname">
<a class="anchor" name="9305380cd8f5a4d85ef603fa85c1860b"></a><!-- doxytag: member="moeoCombinedMOLS::moeoCombinedMOLS" ref="9305380cd8f5a4d85ef603fa85c1860b" args="(eoEvalFunc&lt; EOT &gt; &amp;_eval, moeoMOLS&lt; EOT &gt; &amp;_first_ls)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="memname"><a class="el" href="classmoeoCombinedMOLS.html">moeoCombinedMOLS</a>&lt; EOT &gt;::<a class="el" href="classmoeoCombinedMOLS.html">moeoCombinedMOLS</a> </td>
<td>(</td>
<td class="paramtype">eoEvalFunc&lt; EOT &gt; &amp;&nbsp;</td>
<td class="paramname"> <em>_eval</em>, </td>
<td class="mdPrefix" colspan="4">
template&lt;class EOT&gt; </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classmoeoMOLS.html">moeoMOLS</a>&lt; EOT &gt; &amp;&nbsp;</td>
<td class="paramname"> <em>_first_ls</em></td><td>&nbsp;</td>
<td class="md" nowrap valign="top"><a class="el" href="classmoeoCombinedMOLS.html">moeoCombinedMOLS</a>&lt; EOT &gt;::<a class="el" href="classmoeoCombinedMOLS.html">moeoCombinedMOLS</a> </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="md" nowrap valign="top"><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_eval_func.html">eoEvalFunc</a>&lt; EOT &gt; &amp;&nbsp;</td>
<td class="mdname" nowrap> <em>_eval</em>, </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"><code> [inline]</code></td>
<td class="md" nowrap align="right"></td>
<td class="md"></td>
<td class="md" nowrap><a class="el" href="classmoeoMOLS.html">moeoMOLS</a>&lt; EOT &gt; &amp;&nbsp;</td>
<td class="mdname" nowrap> <em>_first_ls</em></td>
</tr>
<tr>
<td class="md"></td>
<td class="md">)&nbsp;</td>
<td class="md" colspan="2"><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Ctor.
@ -110,27 +121,37 @@ Ctor.
<p>
Definition at line <a class="el" href="moeoCombinedMOLS_8h-source.html#l00033">33</a> of file <a class="el" href="moeoCombinedMOLS_8h-source.html">moeoCombinedMOLS.h</a>.
<p>
References <a class="el" href="moeoCombinedMOLS_8h-source.html#l00067">moeoCombinedMOLS&lt; EOT &gt;::combinedMOLS</a>.
</div>
</div><p>
References <a class="el" href="moeoCombinedMOLS_8h-source.html#l00067">moeoCombinedMOLS&lt; EOT &gt;::combinedMOLS</a>. </td>
</tr>
</table>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="bd6b8f46211d5d531753c69fcd76cba4"></a><!-- doxytag: member="moeoCombinedMOLS::add" ref="bd6b8f46211d5d531753c69fcd76cba4" args="(moeoMOLS&lt; EOT &gt; &amp;_ls)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class EOT&gt; </div>
<table class="memname">
<a class="anchor" name="bd6b8f46211d5d531753c69fcd76cba4"></a><!-- doxytag: member="moeoCombinedMOLS::add" ref="bd6b8f46211d5d531753c69fcd76cba4" args="(moeoMOLS&lt; EOT &gt; &amp;_ls)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="memname">void <a class="el" href="classmoeoCombinedMOLS.html">moeoCombinedMOLS</a>&lt; EOT &gt;::add </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classmoeoMOLS.html">moeoMOLS</a>&lt; EOT &gt; &amp;&nbsp;</td>
<td class="paramname"> <em>_ls</em> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"><code> [inline]</code></td>
<td class="mdPrefix" colspan="4">
template&lt;class EOT&gt; </td>
</tr>
<tr>
<td class="md" nowrap valign="top">void <a class="el" href="classmoeoCombinedMOLS.html">moeoCombinedMOLS</a>&lt; EOT &gt;::add </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="md" nowrap valign="top"><a class="el" href="classmoeoMOLS.html">moeoMOLS</a>&lt; EOT &gt; &amp;&nbsp;</td>
<td class="mdname1" valign="top" nowrap> <em>_ls</em> </td>
<td class="md" valign="top">&nbsp;)&nbsp;</td>
<td class="md" nowrap><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Adds a new local search to combine.
@ -144,35 +165,45 @@ Adds a new local search to combine.
<p>
Definition at line <a class="el" href="moeoCombinedMOLS_8h-source.html#l00043">43</a> of file <a class="el" href="moeoCombinedMOLS_8h-source.html">moeoCombinedMOLS.h</a>.
<p>
References <a class="el" href="moeoCombinedMOLS_8h-source.html#l00067">moeoCombinedMOLS&lt; EOT &gt;::combinedMOLS</a>.
</div>
</div><p>
<a class="anchor" name="fa7de12db00b89feb139372603bba4aa"></a><!-- doxytag: member="moeoCombinedMOLS::operator()" ref="fa7de12db00b89feb139372603bba4aa" args="(const EOT &amp;_eo, moeoArchive&lt; EOT &gt; &amp;_arch)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class EOT&gt; </div>
<table class="memname">
References <a class="el" href="moeoCombinedMOLS_8h-source.html#l00067">moeoCombinedMOLS&lt; EOT &gt;::combinedMOLS</a>. </td>
</tr>
</table>
<a class="anchor" name="fa7de12db00b89feb139372603bba4aa"></a><!-- doxytag: member="moeoCombinedMOLS::operator()" ref="fa7de12db00b89feb139372603bba4aa" args="(const EOT &amp;_eo, moeoArchive&lt; EOT &gt; &amp;_arch)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="memname">void <a class="el" href="classmoeoCombinedMOLS.html">moeoCombinedMOLS</a>&lt; EOT &gt;::operator() </td>
<td>(</td>
<td class="paramtype">const EOT &amp;&nbsp;</td>
<td class="paramname"> <em>_eo</em>, </td>
<td class="mdPrefix" colspan="4">
template&lt;class EOT&gt; </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classmoeoArchive.html">moeoArchive</a>&lt; EOT &gt; &amp;&nbsp;</td>
<td class="paramname"> <em>_arch</em></td><td>&nbsp;</td>
<td class="md" nowrap valign="top">void <a class="el" href="classmoeoCombinedMOLS.html">moeoCombinedMOLS</a>&lt; EOT &gt;::operator() </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="md" nowrap valign="top">const EOT &amp;&nbsp;</td>
<td class="mdname" nowrap> <em>_eo</em>, </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"><code> [inline]</code></td>
<td class="md" nowrap align="right"></td>
<td class="md"></td>
<td class="md" nowrap><a class="el" href="classmoeoArchive.html">moeoArchive</a>&lt; EOT &gt; &amp;&nbsp;</td>
<td class="mdname" nowrap> <em>_arch</em></td>
</tr>
<tr>
<td class="md"></td>
<td class="md">)&nbsp;</td>
<td class="md" colspan="2"><code> [inline, virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Gives a new solution in order to explore the neigborhood.
@ -184,16 +215,18 @@ The new non-dominated solutions are added to the archive <dl compact><dt><b>Para
</table>
</dl>
<p>
Implements <a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_b_f.html#903cba74df8193d09f4fb1a638b55eb8">eoBF&lt; const EOT &amp;, moeoArchive&lt; EOT &gt; &amp;, void &gt;</a>.
<p>
Definition at line <a class="el" href="moeoCombinedMOLS_8h-source.html#l00054">54</a> of file <a class="el" href="moeoCombinedMOLS_8h-source.html">moeoCombinedMOLS.h</a>.
<p>
References <a class="el" href="moeoCombinedMOLS_8h-source.html#l00067">moeoCombinedMOLS&lt; EOT &gt;::combinedMOLS</a>, and <a class="el" href="moeoCombinedMOLS_8h-source.html#l00065">moeoCombinedMOLS&lt; EOT &gt;::eval</a>.
</div>
</div><p>
References <a class="el" href="moeoCombinedMOLS_8h-source.html#l00067">moeoCombinedMOLS&lt; EOT &gt;::combinedMOLS</a>, and <a class="el" href="moeoCombinedMOLS_8h-source.html#l00065">moeoCombinedMOLS&lt; EOT &gt;::eval</a>. </td>
</tr>
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="moeoCombinedMOLS_8h-source.html">moeoCombinedMOLS.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Tue Dec 12 11:16:35 2006 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Fri Dec 22 09:37:12 2006 for ParadisEO-MOEO by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
</body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 532 B

After

Width:  |  Height:  |  Size: 1.4 KiB

Before After
Before After

View file

@ -4,13 +4,12 @@
<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 -->
<!-- Generated by Doxygen 1.4.6 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main&nbsp;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&nbsp;Pages</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
@ -34,9 +33,13 @@
<tr class="memlist"><td><a class="el" href="classmoeoContributionMetric.html#9960fc1396dbadb412719aaeeedcf961">card_N</a>(const std::vector&lt; EOFitness &gt; &amp;_set1, const std::vector&lt; EOFitness &gt; &amp;_set2)</td><td><a class="el" href="classmoeoContributionMetric.html">moeoContributionMetric&lt; EOT &gt;</a></td><td><code> [inline, private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classmoeoContributionMetric.html#64a72db699a10d6b4794773d4adbae3c">card_W</a>(const std::vector&lt; EOFitness &gt; &amp;_set1, const std::vector&lt; EOFitness &gt; &amp;_set2)</td><td><a class="el" href="classmoeoContributionMetric.html">moeoContributionMetric&lt; EOT &gt;</a></td><td><code> [inline, private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classmoeoContributionMetric.html#06c0247b9558eeb34e32c9a694924a66">EOFitness</a> typedef</td><td><a class="el" href="classmoeoContributionMetric.html">moeoContributionMetric&lt; EOT &gt;</a></td><td></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_b_f.html#259d975748cd502c7d69f59223b54703">functor_category</a>()</td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_b_f.html">eoBF&lt; const std::vector&lt; typename EOT::Fitness &gt; &amp;, const std::vector&lt; typename EOT::Fitness &gt; &amp;, double &gt;</a></td><td><code> [static]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classmoeoContributionMetric.html#76b6b93124263ca1a8232b12a556d843">operator()</a>(const std::vector&lt; EOFitness &gt; &amp;_set1, const std::vector&lt; EOFitness &gt; &amp;_set2)</td><td><a class="el" href="classmoeoContributionMetric.html">moeoContributionMetric&lt; EOT &gt;</a></td><td><code> [inline]</code></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Tue Dec 12 11:16:35 2006 for ParadisEO-MOEO by&nbsp;
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_b_f.html#903cba74df8193d09f4fb1a638b55eb8">moeoVectorVsVectorBM&lt; EOT, double &gt;::operator()</a>(const std::vector&lt; typename EOT::Fitness &gt; &amp;, const std::vector&lt; typename EOT::Fitness &gt; &amp;)=0</td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_b_f.html">eoBF&lt; const std::vector&lt; typename EOT::Fitness &gt; &amp;, const std::vector&lt; typename EOT::Fitness &gt; &amp;, double &gt;</a></td><td><code> [pure virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_b_f.html#fef68081cc756ece13428a4ab4cf8d5f">~eoBF</a>()</td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_b_f.html">eoBF&lt; const std::vector&lt; typename EOT::Fitness &gt; &amp;, const std::vector&lt; typename EOT::Fitness &gt; &amp;, double &gt;</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_functor_base.html#cdd213af2efae57fa1a7500f92afe5ae">~eoFunctorBase</a>()</td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_functor_base.html">eoFunctorBase</a></td><td><code> [virtual]</code></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Fri Dec 22 09:37:12 2006 for ParadisEO-MOEO by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
</body>
</html>

View file

@ -4,13 +4,12 @@
<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 -->
<!-- Generated by Doxygen 1.4.6 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main&nbsp;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&nbsp;Pages</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
@ -37,9 +36,12 @@
<p>Inheritance diagram for moeoContributionMetric&lt; EOT &gt;:
<p><center><img src="classmoeoContributionMetric.png" usemap="#moeoContributionMetric< EOT >_map" border="0" alt=""></center>
<map name="moeoContributionMetric< EOT >_map">
<area href="classmoeoVectorVsVectorBM.html" alt="moeoVectorVsVectorBM< EOT, double >" shape="rect" coords="0,112,248,136">
<area href="classmoeoBM.html" alt="moeoBM< A1, A2, R >" shape="rect" coords="0,56,248,80">
<area href="classmoeoMetric.html" alt="moeoMetric" shape="rect" coords="0,0,248,24">
<area href="classmoeoVectorVsVectorBM.html" alt="moeoVectorVsVectorBM< EOT, double >" shape="rect" coords="336,168,999,192">
<area href="classmoeoBM.html" alt="moeoBM< const std::vector< typename EOT::Fitness > &, const std::vector< typename EOT::Fitness > &, double >" shape="rect" coords="336,112,999,136">
<area doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_b_f.html" alt="eoBF< const std::vector< typename EOT::Fitness > &, const std::vector< typename EOT::Fitness > &, double >" shape="rect" coords="0,56,663,80">
<area href="classmoeoMetric.html" alt="moeoMetric" shape="rect" coords="673,56,1336,80">
<area doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_functor_base.html" alt="eoFunctorBase" shape="rect" coords="0,0,663,24">
<area doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_functor_base.html" alt="eoFunctorBase" shape="rect" coords="673,0,1336,24">
</map>
<a href="classmoeoContributionMetric-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
@ -74,32 +76,42 @@ The contribution metric evaluates the proportion of non-dominated solutions give
<p>
Definition at line <a class="el" href="moeoContributionMetric_8h-source.html#l00023">23</a> of file <a class="el" href="moeoContributionMetric_8h-source.html">moeoContributionMetric.h</a>.<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="76b6b93124263ca1a8232b12a556d843"></a><!-- doxytag: member="moeoContributionMetric::operator()" ref="76b6b93124263ca1a8232b12a556d843" args="(const std::vector&lt; EOFitness &gt; &amp;_set1, const std::vector&lt; EOFitness &gt; &amp;_set2)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class EOT&gt; </div>
<table class="memname">
<a class="anchor" name="76b6b93124263ca1a8232b12a556d843"></a><!-- doxytag: member="moeoContributionMetric::operator()" ref="76b6b93124263ca1a8232b12a556d843" args="(const std::vector&lt; EOFitness &gt; &amp;_set1, const std::vector&lt; EOFitness &gt; &amp;_set2)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="memname">double <a class="el" href="classmoeoContributionMetric.html">moeoContributionMetric</a>&lt; EOT &gt;::operator() </td>
<td>(</td>
<td class="paramtype">const std::vector&lt; <a class="el" href="classmoeoContributionMetric.html#06c0247b9558eeb34e32c9a694924a66">EOFitness</a> &gt; &amp;&nbsp;</td>
<td class="paramname"> <em>_set1</em>, </td>
<td class="mdPrefix" colspan="4">
template&lt;class EOT&gt; </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const std::vector&lt; <a class="el" href="classmoeoContributionMetric.html#06c0247b9558eeb34e32c9a694924a66">EOFitness</a> &gt; &amp;&nbsp;</td>
<td class="paramname"> <em>_set2</em></td><td>&nbsp;</td>
<td class="md" nowrap valign="top">double <a class="el" href="classmoeoContributionMetric.html">moeoContributionMetric</a>&lt; EOT &gt;::operator() </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="md" nowrap valign="top">const std::vector&lt; <a class="el" href="classmoeoContributionMetric.html#06c0247b9558eeb34e32c9a694924a66">EOFitness</a> &gt; &amp;&nbsp;</td>
<td class="mdname" nowrap> <em>_set1</em>, </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"><code> [inline]</code></td>
<td class="md" nowrap align="right"></td>
<td class="md"></td>
<td class="md" nowrap>const std::vector&lt; <a class="el" href="classmoeoContributionMetric.html#06c0247b9558eeb34e32c9a694924a66">EOFitness</a> &gt; &amp;&nbsp;</td>
<td class="mdname" nowrap> <em>_set2</em></td>
</tr>
<tr>
<td class="md"></td>
<td class="md">)&nbsp;</td>
<td class="md" colspan="2"><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Returns the contribution of the Pareto set '_set1' relatively to the Pareto set '_set2'.
@ -114,35 +126,45 @@ Returns the contribution of the Pareto set '_set1' relatively to the Pareto set
<p>
Definition at line <a class="el" href="moeoContributionMetric_8h-source.html#l00038">38</a> of file <a class="el" href="moeoContributionMetric_8h-source.html">moeoContributionMetric.h</a>.
<p>
References <a class="el" href="moeoContributionMetric_8h-source.html#l00057">moeoContributionMetric&lt; EOT &gt;::card_C()</a>, <a class="el" href="moeoContributionMetric_8h-source.html#l00095">moeoContributionMetric&lt; EOT &gt;::card_N()</a>, and <a class="el" href="moeoContributionMetric_8h-source.html#l00076">moeoContributionMetric&lt; EOT &gt;::card_W()</a>.
</div>
</div><p>
<a class="anchor" name="a0041e60c941dd1909f28fadcf011b87"></a><!-- doxytag: member="moeoContributionMetric::card_C" ref="a0041e60c941dd1909f28fadcf011b87" args="(const std::vector&lt; EOFitness &gt; &amp;_set1, const std::vector&lt; EOFitness &gt; &amp;_set2)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class EOT&gt; </div>
<table class="memname">
References <a class="el" href="moeoContributionMetric_8h-source.html#l00057">moeoContributionMetric&lt; EOT &gt;::card_C()</a>, <a class="el" href="moeoContributionMetric_8h-source.html#l00095">moeoContributionMetric&lt; EOT &gt;::card_N()</a>, and <a class="el" href="moeoContributionMetric_8h-source.html#l00076">moeoContributionMetric&lt; EOT &gt;::card_W()</a>. </td>
</tr>
</table>
<a class="anchor" name="a0041e60c941dd1909f28fadcf011b87"></a><!-- doxytag: member="moeoContributionMetric::card_C" ref="a0041e60c941dd1909f28fadcf011b87" args="(const std::vector&lt; EOFitness &gt; &amp;_set1, const std::vector&lt; EOFitness &gt; &amp;_set2)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="memname">unsigned <a class="el" href="classmoeoContributionMetric.html">moeoContributionMetric</a>&lt; EOT &gt;::card_C </td>
<td>(</td>
<td class="paramtype">const std::vector&lt; <a class="el" href="classmoeoContributionMetric.html#06c0247b9558eeb34e32c9a694924a66">EOFitness</a> &gt; &amp;&nbsp;</td>
<td class="paramname"> <em>_set1</em>, </td>
<td class="mdPrefix" colspan="4">
template&lt;class EOT&gt; </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const std::vector&lt; <a class="el" href="classmoeoContributionMetric.html#06c0247b9558eeb34e32c9a694924a66">EOFitness</a> &gt; &amp;&nbsp;</td>
<td class="paramname"> <em>_set2</em></td><td>&nbsp;</td>
<td class="md" nowrap valign="top">unsigned <a class="el" href="classmoeoContributionMetric.html">moeoContributionMetric</a>&lt; EOT &gt;::card_C </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="md" nowrap valign="top">const std::vector&lt; <a class="el" href="classmoeoContributionMetric.html#06c0247b9558eeb34e32c9a694924a66">EOFitness</a> &gt; &amp;&nbsp;</td>
<td class="mdname" nowrap> <em>_set1</em>, </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"><code> [inline, private]</code></td>
<td class="md" nowrap align="right"></td>
<td class="md"></td>
<td class="md" nowrap>const std::vector&lt; <a class="el" href="classmoeoContributionMetric.html#06c0247b9558eeb34e32c9a694924a66">EOFitness</a> &gt; &amp;&nbsp;</td>
<td class="mdname" nowrap> <em>_set2</em></td>
</tr>
<tr>
<td class="md"></td>
<td class="md">)&nbsp;</td>
<td class="md" colspan="2"><code> [inline, private]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Returns the number of solutions both in '_set1' and '_set2'.
@ -157,35 +179,45 @@ Returns the number of solutions both in '_set1' and '_set2'.
<p>
Definition at line <a class="el" href="moeoContributionMetric_8h-source.html#l00057">57</a> of file <a class="el" href="moeoContributionMetric_8h-source.html">moeoContributionMetric.h</a>.
<p>
Referenced by <a class="el" href="moeoContributionMetric_8h-source.html#l00038">moeoContributionMetric&lt; EOT &gt;::operator()()</a>.
</div>
</div><p>
<a class="anchor" name="64a72db699a10d6b4794773d4adbae3c"></a><!-- doxytag: member="moeoContributionMetric::card_W" ref="64a72db699a10d6b4794773d4adbae3c" args="(const std::vector&lt; EOFitness &gt; &amp;_set1, const std::vector&lt; EOFitness &gt; &amp;_set2)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class EOT&gt; </div>
<table class="memname">
Referenced by <a class="el" href="moeoContributionMetric_8h-source.html#l00038">moeoContributionMetric&lt; EOT &gt;::operator()()</a>. </td>
</tr>
</table>
<a class="anchor" name="64a72db699a10d6b4794773d4adbae3c"></a><!-- doxytag: member="moeoContributionMetric::card_W" ref="64a72db699a10d6b4794773d4adbae3c" args="(const std::vector&lt; EOFitness &gt; &amp;_set1, const std::vector&lt; EOFitness &gt; &amp;_set2)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="memname">unsigned <a class="el" href="classmoeoContributionMetric.html">moeoContributionMetric</a>&lt; EOT &gt;::card_W </td>
<td>(</td>
<td class="paramtype">const std::vector&lt; <a class="el" href="classmoeoContributionMetric.html#06c0247b9558eeb34e32c9a694924a66">EOFitness</a> &gt; &amp;&nbsp;</td>
<td class="paramname"> <em>_set1</em>, </td>
<td class="mdPrefix" colspan="4">
template&lt;class EOT&gt; </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const std::vector&lt; <a class="el" href="classmoeoContributionMetric.html#06c0247b9558eeb34e32c9a694924a66">EOFitness</a> &gt; &amp;&nbsp;</td>
<td class="paramname"> <em>_set2</em></td><td>&nbsp;</td>
<td class="md" nowrap valign="top">unsigned <a class="el" href="classmoeoContributionMetric.html">moeoContributionMetric</a>&lt; EOT &gt;::card_W </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="md" nowrap valign="top">const std::vector&lt; <a class="el" href="classmoeoContributionMetric.html#06c0247b9558eeb34e32c9a694924a66">EOFitness</a> &gt; &amp;&nbsp;</td>
<td class="mdname" nowrap> <em>_set1</em>, </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"><code> [inline, private]</code></td>
<td class="md" nowrap align="right"></td>
<td class="md"></td>
<td class="md" nowrap>const std::vector&lt; <a class="el" href="classmoeoContributionMetric.html#06c0247b9558eeb34e32c9a694924a66">EOFitness</a> &gt; &amp;&nbsp;</td>
<td class="mdname" nowrap> <em>_set2</em></td>
</tr>
<tr>
<td class="md"></td>
<td class="md">)&nbsp;</td>
<td class="md" colspan="2"><code> [inline, private]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Returns the number of solutions in '_set1' dominating at least one solution of '_set2'.
@ -200,35 +232,45 @@ Returns the number of solutions in '_set1' dominating at least one solution of '
<p>
Definition at line <a class="el" href="moeoContributionMetric_8h-source.html#l00076">76</a> of file <a class="el" href="moeoContributionMetric_8h-source.html">moeoContributionMetric.h</a>.
<p>
Referenced by <a class="el" href="moeoContributionMetric_8h-source.html#l00038">moeoContributionMetric&lt; EOT &gt;::operator()()</a>.
</div>
</div><p>
<a class="anchor" name="9960fc1396dbadb412719aaeeedcf961"></a><!-- doxytag: member="moeoContributionMetric::card_N" ref="9960fc1396dbadb412719aaeeedcf961" args="(const std::vector&lt; EOFitness &gt; &amp;_set1, const std::vector&lt; EOFitness &gt; &amp;_set2)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class EOT&gt; </div>
<table class="memname">
Referenced by <a class="el" href="moeoContributionMetric_8h-source.html#l00038">moeoContributionMetric&lt; EOT &gt;::operator()()</a>. </td>
</tr>
</table>
<a class="anchor" name="9960fc1396dbadb412719aaeeedcf961"></a><!-- doxytag: member="moeoContributionMetric::card_N" ref="9960fc1396dbadb412719aaeeedcf961" args="(const std::vector&lt; EOFitness &gt; &amp;_set1, const std::vector&lt; EOFitness &gt; &amp;_set2)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="memname">unsigned <a class="el" href="classmoeoContributionMetric.html">moeoContributionMetric</a>&lt; EOT &gt;::card_N </td>
<td>(</td>
<td class="paramtype">const std::vector&lt; <a class="el" href="classmoeoContributionMetric.html#06c0247b9558eeb34e32c9a694924a66">EOFitness</a> &gt; &amp;&nbsp;</td>
<td class="paramname"> <em>_set1</em>, </td>
<td class="mdPrefix" colspan="4">
template&lt;class EOT&gt; </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const std::vector&lt; <a class="el" href="classmoeoContributionMetric.html#06c0247b9558eeb34e32c9a694924a66">EOFitness</a> &gt; &amp;&nbsp;</td>
<td class="paramname"> <em>_set2</em></td><td>&nbsp;</td>
<td class="md" nowrap valign="top">unsigned <a class="el" href="classmoeoContributionMetric.html">moeoContributionMetric</a>&lt; EOT &gt;::card_N </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="md" nowrap valign="top">const std::vector&lt; <a class="el" href="classmoeoContributionMetric.html#06c0247b9558eeb34e32c9a694924a66">EOFitness</a> &gt; &amp;&nbsp;</td>
<td class="mdname" nowrap> <em>_set1</em>, </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"><code> [inline, private]</code></td>
<td class="md" nowrap align="right"></td>
<td class="md"></td>
<td class="md" nowrap>const std::vector&lt; <a class="el" href="classmoeoContributionMetric.html#06c0247b9558eeb34e32c9a694924a66">EOFitness</a> &gt; &amp;&nbsp;</td>
<td class="mdname" nowrap> <em>_set2</em></td>
</tr>
<tr>
<td class="md"></td>
<td class="md">)&nbsp;</td>
<td class="md" colspan="2"><code> [inline, private]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Returns the number of solutions in '_set1' having no relation of dominance with those from '_set2'.
@ -243,13 +285,13 @@ Returns the number of solutions in '_set1' having no relation of dominance with
<p>
Definition at line <a class="el" href="moeoContributionMetric_8h-source.html#l00095">95</a> of file <a class="el" href="moeoContributionMetric_8h-source.html">moeoContributionMetric.h</a>.
<p>
Referenced by <a class="el" href="moeoContributionMetric_8h-source.html#l00038">moeoContributionMetric&lt; EOT &gt;::operator()()</a>.
</div>
</div><p>
Referenced by <a class="el" href="moeoContributionMetric_8h-source.html#l00038">moeoContributionMetric&lt; EOT &gt;::operator()()</a>. </td>
</tr>
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="moeoContributionMetric_8h-source.html">moeoContributionMetric.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Tue Dec 12 11:16:35 2006 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Fri Dec 22 09:37:12 2006 for ParadisEO-MOEO by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
</body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

Before After
Before After

View file

@ -4,13 +4,12 @@
<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 -->
<!-- Generated by Doxygen 1.4.6 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main&nbsp;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&nbsp;Pages</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
@ -31,11 +30,14 @@
</ul></div>
<h1>moeoDisctinctElitistReplacement&lt; EOT, WorthT &gt; Member List</h1>This is the complete list of members for <a class="el" href="classmoeoDisctinctElitistReplacement.html">moeoDisctinctElitistReplacement&lt; EOT, WorthT &gt;</a>, including all inherited members.<p><table>
<tr class="memlist"><td><a class="el" href="classmoeoDisctinctElitistReplacement.html#7aed100016940e4806a7c93c0e22bf85">createNewPop</a>(eoPop&lt; EOT &gt; &amp;_pop, unsigned _size)</td><td><a class="el" href="classmoeoDisctinctElitistReplacement.html">moeoDisctinctElitistReplacement&lt; EOT, WorthT &gt;</a></td><td><code> [inline, private]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_b_f.html#259d975748cd502c7d69f59223b54703">functor_category</a>()</td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_b_f.html">eoBF&lt; eoPop&lt; EOT &gt; &amp;, eoPop&lt; EOT &gt; &amp;, void &gt;</a></td><td><code> [static]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classmoeoDisctinctElitistReplacement.html#f39200df2b68f6d35fbed2a2688a9d75">moeoDisctinctElitistReplacement</a>(eoPerf2Worth&lt; EOT, WorthT &gt; &amp;_perf2worth)</td><td><a class="el" href="classmoeoDisctinctElitistReplacement.html">moeoDisctinctElitistReplacement&lt; EOT, WorthT &gt;</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classmoeoDisctinctElitistReplacement.html#ca73704e827074092e7d228253427a8a">operator()</a>(eoPop&lt; EOT &gt; &amp;_parents, eoPop&lt; EOT &gt; &amp;_offspring)</td><td><a class="el" href="classmoeoDisctinctElitistReplacement.html">moeoDisctinctElitistReplacement&lt; EOT, WorthT &gt;</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classmoeoDisctinctElitistReplacement.html#ca73704e827074092e7d228253427a8a">operator()</a>(eoPop&lt; EOT &gt; &amp;_parents, eoPop&lt; EOT &gt; &amp;_offspring)</td><td><a class="el" href="classmoeoDisctinctElitistReplacement.html">moeoDisctinctElitistReplacement&lt; EOT, WorthT &gt;</a></td><td><code> [inline, virtual]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classmoeoDisctinctElitistReplacement.html#3d1616ba57c10f5a77e0ec021cc8beb2">perf2worth</a></td><td><a class="el" href="classmoeoDisctinctElitistReplacement.html">moeoDisctinctElitistReplacement&lt; EOT, WorthT &gt;</a></td><td><code> [private]</code></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Tue Dec 12 11:16:35 2006 for ParadisEO-MOEO by&nbsp;
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_b_f.html#fef68081cc756ece13428a4ab4cf8d5f">~eoBF</a>()</td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_b_f.html">eoBF&lt; eoPop&lt; EOT &gt; &amp;, eoPop&lt; EOT &gt; &amp;, void &gt;</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_functor_base.html#cdd213af2efae57fa1a7500f92afe5ae">~eoFunctorBase</a>()</td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_functor_base.html">eoFunctorBase</a></td><td><code> [virtual]</code></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Fri Dec 22 09:37:12 2006 for ParadisEO-MOEO by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
</body>
</html>

View file

@ -4,13 +4,12 @@
<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 -->
<!-- Generated by Doxygen 1.4.6 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main&nbsp;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&nbsp;Pages</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
@ -37,24 +36,27 @@
<p>Inheritance diagram for moeoDisctinctElitistReplacement&lt; EOT, WorthT &gt;:
<p><center><img src="classmoeoDisctinctElitistReplacement.png" usemap="#moeoDisctinctElitistReplacement< EOT, WorthT >_map" border="0" alt=""></center>
<map name="moeoDisctinctElitistReplacement< EOT, WorthT >_map">
<area href="classmoeoReplacement.html" alt="moeoReplacement< EOT, WorthT >" shape="rect" coords="0,0,289,24">
<area href="classmoeoReplacement.html" alt="moeoReplacement< EOT, WorthT >" shape="rect" coords="0,168,306,192">
<area doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_replacement.html" alt="eoReplacement< EOT >" shape="rect" coords="0,112,306,136">
<area doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_b_f.html" alt="eoBF< eoPop< EOT > &, eoPop< EOT > &, void >" shape="rect" coords="0,56,306,80">
<area doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_functor_base.html" alt="eoFunctorBase" shape="rect" coords="0,0,306,24">
</map>
<a href="classmoeoDisctinctElitistReplacement-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoDisctinctElitistReplacement.html#f39200df2b68f6d35fbed2a2688a9d75">moeoDisctinctElitistReplacement</a> (eoPerf2Worth&lt; EOT, WorthT &gt; &amp;_perf2worth)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoDisctinctElitistReplacement.html#f39200df2b68f6d35fbed2a2688a9d75">moeoDisctinctElitistReplacement</a> (<a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_perf2_worth.html">eoPerf2Worth</a>&lt; EOT, WorthT &gt; &amp;_perf2worth)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">constructor <a href="#f39200df2b68f6d35fbed2a2688a9d75"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoDisctinctElitistReplacement.html#ca73704e827074092e7d228253427a8a">operator()</a> (eoPop&lt; EOT &gt; &amp;_parents, eoPop&lt; EOT &gt; &amp;_offspring)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoDisctinctElitistReplacement.html#ca73704e827074092e7d228253427a8a">operator()</a> (<a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html">eoPop</a>&lt; EOT &gt; &amp;_parents, <a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html">eoPop</a>&lt; EOT &gt; &amp;_offspring)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">replacement - result in _parents <a href="#ca73704e827074092e7d228253427a8a"></a><br></td></tr>
<tr><td colspan="2"><br><h2>Private Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoDisctinctElitistReplacement.html#7aed100016940e4806a7c93c0e22bf85">createNewPop</a> (eoPop&lt; EOT &gt; &amp;_pop, unsigned _size)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoDisctinctElitistReplacement.html#7aed100016940e4806a7c93c0e22bf85">createNewPop</a> (<a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html">eoPop</a>&lt; EOT &gt; &amp;_pop, unsigned _size)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">creation of the new population of size _size <a href="#7aed100016940e4806a7c93c0e22bf85"></a><br></td></tr>
<tr><td colspan="2"><br><h2>Private Attributes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="3d1616ba57c10f5a77e0ec021cc8beb2"></a><!-- doxytag: member="moeoDisctinctElitistReplacement::perf2worth" ref="3d1616ba57c10f5a77e0ec021cc8beb2" args="" -->
eoPerf2Worth&lt; EOT, WorthT &gt; &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoDisctinctElitistReplacement.html#3d1616ba57c10f5a77e0ec021cc8beb2">perf2worth</a></td></tr>
<a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_perf2_worth.html">eoPerf2Worth</a>&lt; EOT, WorthT &gt; &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoDisctinctElitistReplacement.html#3d1616ba57c10f5a77e0ec021cc8beb2">perf2worth</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">the functor object to transform raw fitnesses into fitness for selection <br></td></tr>
</table>
@ -67,23 +69,33 @@ Same than <a class="el" href="classmoeoElitistReplacement.html">moeoElitistRepla
<p>
Definition at line <a class="el" href="moeoReplacement_8h-source.html#l00078">78</a> of file <a class="el" href="moeoReplacement_8h-source.html">moeoReplacement.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="f39200df2b68f6d35fbed2a2688a9d75"></a><!-- doxytag: member="moeoDisctinctElitistReplacement::moeoDisctinctElitistReplacement" ref="f39200df2b68f6d35fbed2a2688a9d75" args="(eoPerf2Worth&lt; EOT, WorthT &gt; &amp;_perf2worth)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class EOT, class WorthT = double&gt; </div>
<table class="memname">
<a class="anchor" name="f39200df2b68f6d35fbed2a2688a9d75"></a><!-- doxytag: member="moeoDisctinctElitistReplacement::moeoDisctinctElitistReplacement" ref="f39200df2b68f6d35fbed2a2688a9d75" args="(eoPerf2Worth&lt; EOT, WorthT &gt; &amp;_perf2worth)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="memname"><a class="el" href="classmoeoDisctinctElitistReplacement.html">moeoDisctinctElitistReplacement</a>&lt; EOT, WorthT &gt;::<a class="el" href="classmoeoDisctinctElitistReplacement.html">moeoDisctinctElitistReplacement</a> </td>
<td>(</td>
<td class="paramtype">eoPerf2Worth&lt; EOT, WorthT &gt; &amp;&nbsp;</td>
<td class="paramname"> <em>_perf2worth</em> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"><code> [inline]</code></td>
<td class="mdPrefix" colspan="4">
template&lt;class EOT, class WorthT = double&gt; </td>
</tr>
<tr>
<td class="md" nowrap valign="top"><a class="el" href="classmoeoDisctinctElitistReplacement.html">moeoDisctinctElitistReplacement</a>&lt; EOT, WorthT &gt;::<a class="el" href="classmoeoDisctinctElitistReplacement.html">moeoDisctinctElitistReplacement</a> </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="md" nowrap valign="top"><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_perf2_worth.html">eoPerf2Worth</a>&lt; EOT, WorthT &gt; &amp;&nbsp;</td>
<td class="mdname1" valign="top" nowrap> <em>_perf2worth</em> </td>
<td class="md" valign="top">&nbsp;)&nbsp;</td>
<td class="md" nowrap><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
&nbsp;
</td>
<td>
<p>
constructor
@ -95,36 +107,46 @@ constructor
</dl>
<p>
Definition at line <a class="el" href="moeoReplacement_8h-source.html#l00087">87</a> of file <a class="el" href="moeoReplacement_8h-source.html">moeoReplacement.h</a>.
</div>
</div><p>
Definition at line <a class="el" href="moeoReplacement_8h-source.html#l00087">87</a> of file <a class="el" href="moeoReplacement_8h-source.html">moeoReplacement.h</a>. </td>
</tr>
</table>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="ca73704e827074092e7d228253427a8a"></a><!-- doxytag: member="moeoDisctinctElitistReplacement::operator()" ref="ca73704e827074092e7d228253427a8a" args="(eoPop&lt; EOT &gt; &amp;_parents, eoPop&lt; EOT &gt; &amp;_offspring)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class EOT, class WorthT = double&gt; </div>
<table class="memname">
<a class="anchor" name="ca73704e827074092e7d228253427a8a"></a><!-- doxytag: member="moeoDisctinctElitistReplacement::operator()" ref="ca73704e827074092e7d228253427a8a" args="(eoPop&lt; EOT &gt; &amp;_parents, eoPop&lt; EOT &gt; &amp;_offspring)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="memname">void <a class="el" href="classmoeoDisctinctElitistReplacement.html">moeoDisctinctElitistReplacement</a>&lt; EOT, WorthT &gt;::operator() </td>
<td>(</td>
<td class="paramtype">eoPop&lt; EOT &gt; &amp;&nbsp;</td>
<td class="paramname"> <em>_parents</em>, </td>
<td class="mdPrefix" colspan="4">
template&lt;class EOT, class WorthT = double&gt; </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">eoPop&lt; EOT &gt; &amp;&nbsp;</td>
<td class="paramname"> <em>_offspring</em></td><td>&nbsp;</td>
<td class="md" nowrap valign="top">void <a class="el" href="classmoeoDisctinctElitistReplacement.html">moeoDisctinctElitistReplacement</a>&lt; EOT, WorthT &gt;::operator() </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="md" nowrap valign="top"><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html">eoPop</a>&lt; EOT &gt; &amp;&nbsp;</td>
<td class="mdname" nowrap> <em>_parents</em>, </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"><code> [inline]</code></td>
<td class="md" nowrap align="right"></td>
<td class="md"></td>
<td class="md" nowrap><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html">eoPop</a>&lt; EOT &gt; &amp;&nbsp;</td>
<td class="mdname" nowrap> <em>_offspring</em></td>
</tr>
<tr>
<td class="md"></td>
<td class="md">)&nbsp;</td>
<td class="md" colspan="2"><code> [inline, virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
&nbsp;
</td>
<td>
<p>
replacement - result in _parents
@ -136,38 +158,50 @@ replacement - result in _parents
</table>
</dl>
<p>
Implements <a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_b_f.html#903cba74df8193d09f4fb1a638b55eb8">eoBF&lt; eoPop&lt; EOT &gt; &amp;, eoPop&lt; EOT &gt; &amp;, void &gt;</a>.
<p>
Definition at line <a class="el" href="moeoReplacement_8h-source.html#l00099">99</a> of file <a class="el" href="moeoReplacement_8h-source.html">moeoReplacement.h</a>.
<p>
References <a class="el" href="moeoReplacement_8h-source.html#l00123">moeoDisctinctElitistReplacement&lt; EOT, WorthT &gt;::createNewPop()</a>.
</div>
</div><p>
<a class="anchor" name="7aed100016940e4806a7c93c0e22bf85"></a><!-- doxytag: member="moeoDisctinctElitistReplacement::createNewPop" ref="7aed100016940e4806a7c93c0e22bf85" args="(eoPop&lt; EOT &gt; &amp;_pop, unsigned _size)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class EOT, class WorthT = double&gt; </div>
<table class="memname">
References <a class="el" href="moeoReplacement_8h-source.html#l00123">moeoDisctinctElitistReplacement&lt; EOT, WorthT &gt;::createNewPop()</a>. </td>
</tr>
</table>
<a class="anchor" name="7aed100016940e4806a7c93c0e22bf85"></a><!-- doxytag: member="moeoDisctinctElitistReplacement::createNewPop" ref="7aed100016940e4806a7c93c0e22bf85" args="(eoPop&lt; EOT &gt; &amp;_pop, unsigned _size)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="memname">void <a class="el" href="classmoeoDisctinctElitistReplacement.html">moeoDisctinctElitistReplacement</a>&lt; EOT, WorthT &gt;::createNewPop </td>
<td>(</td>
<td class="paramtype">eoPop&lt; EOT &gt; &amp;&nbsp;</td>
<td class="paramname"> <em>_pop</em>, </td>
<td class="mdPrefix" colspan="4">
template&lt;class EOT, class WorthT = double&gt; </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">unsigned&nbsp;</td>
<td class="paramname"> <em>_size</em></td><td>&nbsp;</td>
<td class="md" nowrap valign="top">void <a class="el" href="classmoeoDisctinctElitistReplacement.html">moeoDisctinctElitistReplacement</a>&lt; EOT, WorthT &gt;::createNewPop </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="md" nowrap valign="top"><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html">eoPop</a>&lt; EOT &gt; &amp;&nbsp;</td>
<td class="mdname" nowrap> <em>_pop</em>, </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"><code> [inline, private]</code></td>
<td class="md" nowrap align="right"></td>
<td class="md"></td>
<td class="md" nowrap>unsigned&nbsp;</td>
<td class="mdname" nowrap> <em>_size</em></td>
</tr>
<tr>
<td class="md"></td>
<td class="md">)&nbsp;</td>
<td class="md" colspan="2"><code> [inline, private]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
&nbsp;
</td>
<td>
<p>
creation of the new population of size _size
@ -182,15 +216,13 @@ creation of the new population of size _size
<p>
Definition at line <a class="el" href="moeoReplacement_8h-source.html#l00123">123</a> of file <a class="el" href="moeoReplacement_8h-source.html">moeoReplacement.h</a>.
<p>
References <a class="el" href="moeoReplacement_8h-source.html#l00115">moeoDisctinctElitistReplacement&lt; EOT, WorthT &gt;::perf2worth</a>.
<p>
Referenced by <a class="el" href="moeoReplacement_8h-source.html#l00099">moeoDisctinctElitistReplacement&lt; EOT, WorthT &gt;::operator()()</a>.
</div>
</div><p>
Referenced by <a class="el" href="moeoReplacement_8h-source.html#l00099">moeoDisctinctElitistReplacement&lt; EOT, WorthT &gt;::operator()()</a>. </td>
</tr>
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="moeoReplacement_8h-source.html">moeoReplacement.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Tue Dec 12 11:16:35 2006 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Fri Dec 22 09:37:12 2006 for ParadisEO-MOEO by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
</body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 848 B

After

Width:  |  Height:  |  Size: 1.5 KiB

Before After
Before After

View file

@ -4,13 +4,12 @@
<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 -->
<!-- Generated by Doxygen 1.4.6 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main&nbsp;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&nbsp;Pages</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
@ -30,11 +29,14 @@
<li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
</ul></div>
<h1>moeoElitistReplacement&lt; EOT, WorthT &gt; Member List</h1>This is the complete list of members for <a class="el" href="classmoeoElitistReplacement.html">moeoElitistReplacement&lt; EOT, WorthT &gt;</a>, including all inherited members.<p><table>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_b_f.html#259d975748cd502c7d69f59223b54703">functor_category</a>()</td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_b_f.html">eoBF&lt; eoPop&lt; EOT &gt; &amp;, eoPop&lt; EOT &gt; &amp;, void &gt;</a></td><td><code> [static]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classmoeoElitistReplacement.html#fa62ed508ac194ed7b720e37dd22458c">moeoElitistReplacement</a>(eoPerf2Worth&lt; EOT, WorthT &gt; &amp;_perf2worth)</td><td><a class="el" href="classmoeoElitistReplacement.html">moeoElitistReplacement&lt; EOT, WorthT &gt;</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classmoeoElitistReplacement.html#aad627deb45859e65ace0709c004049a">operator()</a>(eoPop&lt; EOT &gt; &amp;_parents, eoPop&lt; EOT &gt; &amp;_offspring)</td><td><a class="el" href="classmoeoElitistReplacement.html">moeoElitistReplacement&lt; EOT, WorthT &gt;</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classmoeoElitistReplacement.html#aad627deb45859e65ace0709c004049a">operator()</a>(eoPop&lt; EOT &gt; &amp;_parents, eoPop&lt; EOT &gt; &amp;_offspring)</td><td><a class="el" href="classmoeoElitistReplacement.html">moeoElitistReplacement&lt; EOT, WorthT &gt;</a></td><td><code> [inline, virtual]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classmoeoElitistReplacement.html#020f0e0b6b88a0081d922cca5b05990e">perf2worth</a></td><td><a class="el" href="classmoeoElitistReplacement.html">moeoElitistReplacement&lt; EOT, WorthT &gt;</a></td><td><code> [private]</code></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Tue Dec 12 11:16:35 2006 for ParadisEO-MOEO by&nbsp;
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_b_f.html#fef68081cc756ece13428a4ab4cf8d5f">~eoBF</a>()</td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_b_f.html">eoBF&lt; eoPop&lt; EOT &gt; &amp;, eoPop&lt; EOT &gt; &amp;, void &gt;</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_functor_base.html#cdd213af2efae57fa1a7500f92afe5ae">~eoFunctorBase</a>()</td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_functor_base.html">eoFunctorBase</a></td><td><code> [virtual]</code></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Fri Dec 22 09:37:12 2006 for ParadisEO-MOEO by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
</body>
</html>

View file

@ -4,13 +4,12 @@
<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 -->
<!-- Generated by Doxygen 1.4.6 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main&nbsp;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&nbsp;Pages</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
@ -29,7 +28,7 @@
<li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
</ul></div>
<h1>moeoElitistReplacement&lt; EOT, WorthT &gt; Class Template Reference</h1><!-- doxytag: class="moeoElitistReplacement" --><!-- doxytag: inherits="moeoReplacement" -->Keep all the best individuals (almost cut-and-pasted from eoNDPlusReplacement, (c) Maarten Keijzer, Marc Schoenauer and GeNeura Team, 2002).
<h1>moeoElitistReplacement&lt; EOT, WorthT &gt; Class Template Reference</h1><!-- doxytag: class="moeoElitistReplacement" --><!-- doxytag: inherits="moeoReplacement" -->Keep all the best individuals (almost cut-and-pasted from <a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_n_d_plus_replacement.html">eoNDPlusReplacement</a>, (c) Maarten Keijzer, Marc Schoenauer and GeNeura Team, 2002).
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="moeoReplacement_8h-source.html">moeoReplacement.h</a>&gt;</code>
@ -37,20 +36,23 @@
<p>Inheritance diagram for moeoElitistReplacement&lt; EOT, WorthT &gt;:
<p><center><img src="classmoeoElitistReplacement.png" usemap="#moeoElitistReplacement< EOT, WorthT >_map" border="0" alt=""></center>
<map name="moeoElitistReplacement< EOT, WorthT >_map">
<area href="classmoeoReplacement.html" alt="moeoReplacement< EOT, WorthT >" shape="rect" coords="0,0,241,24">
<area href="classmoeoReplacement.html" alt="moeoReplacement< EOT, WorthT >" shape="rect" coords="0,168,306,192">
<area doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_replacement.html" alt="eoReplacement< EOT >" shape="rect" coords="0,112,306,136">
<area doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_b_f.html" alt="eoBF< eoPop< EOT > &, eoPop< EOT > &, void >" shape="rect" coords="0,56,306,80">
<area doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_functor_base.html" alt="eoFunctorBase" shape="rect" coords="0,0,306,24">
</map>
<a href="classmoeoElitistReplacement-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoElitistReplacement.html#fa62ed508ac194ed7b720e37dd22458c">moeoElitistReplacement</a> (eoPerf2Worth&lt; EOT, WorthT &gt; &amp;_perf2worth)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoElitistReplacement.html#fa62ed508ac194ed7b720e37dd22458c">moeoElitistReplacement</a> (<a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_perf2_worth.html">eoPerf2Worth</a>&lt; EOT, WorthT &gt; &amp;_perf2worth)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">constructor <a href="#fa62ed508ac194ed7b720e37dd22458c"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoElitistReplacement.html#aad627deb45859e65ace0709c004049a">operator()</a> (eoPop&lt; EOT &gt; &amp;_parents, eoPop&lt; EOT &gt; &amp;_offspring)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoElitistReplacement.html#aad627deb45859e65ace0709c004049a">operator()</a> (<a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html">eoPop</a>&lt; EOT &gt; &amp;_parents, <a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html">eoPop</a>&lt; EOT &gt; &amp;_offspring)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">replacement - result in _parents <a href="#aad627deb45859e65ace0709c004049a"></a><br></td></tr>
<tr><td colspan="2"><br><h2>Private Attributes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="020f0e0b6b88a0081d922cca5b05990e"></a><!-- doxytag: member="moeoElitistReplacement::perf2worth" ref="020f0e0b6b88a0081d922cca5b05990e" args="" -->
eoPerf2Worth&lt; EOT, WorthT &gt; &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoElitistReplacement.html#020f0e0b6b88a0081d922cca5b05990e">perf2worth</a></td></tr>
<a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_perf2_worth.html">eoPerf2Worth</a>&lt; EOT, WorthT &gt; &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoElitistReplacement.html#020f0e0b6b88a0081d922cca5b05990e">perf2worth</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">the functor object to transform raw fitnesses into fitness for selection <br></td></tr>
</table>
@ -58,28 +60,38 @@ eoPerf2Worth&lt; EOT, WorthT &gt; &amp;&nbsp;</td><td class="memItemRight" valig
<h3>template&lt;class EOT, class WorthT = double&gt;<br>
class moeoElitistReplacement&lt; EOT, WorthT &gt;</h3>
Keep all the best individuals (almost cut-and-pasted from eoNDPlusReplacement, (c) Maarten Keijzer, Marc Schoenauer and GeNeura Team, 2002).
Keep all the best individuals (almost cut-and-pasted from <a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_n_d_plus_replacement.html">eoNDPlusReplacement</a>, (c) Maarten Keijzer, Marc Schoenauer and GeNeura Team, 2002).
<p>
<p>
Definition at line <a class="el" href="moeoReplacement_8h-source.html#l00035">35</a> of file <a class="el" href="moeoReplacement_8h-source.html">moeoReplacement.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="fa62ed508ac194ed7b720e37dd22458c"></a><!-- doxytag: member="moeoElitistReplacement::moeoElitistReplacement" ref="fa62ed508ac194ed7b720e37dd22458c" args="(eoPerf2Worth&lt; EOT, WorthT &gt; &amp;_perf2worth)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class EOT, class WorthT = double&gt; </div>
<table class="memname">
<a class="anchor" name="fa62ed508ac194ed7b720e37dd22458c"></a><!-- doxytag: member="moeoElitistReplacement::moeoElitistReplacement" ref="fa62ed508ac194ed7b720e37dd22458c" args="(eoPerf2Worth&lt; EOT, WorthT &gt; &amp;_perf2worth)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="memname"><a class="el" href="classmoeoElitistReplacement.html">moeoElitistReplacement</a>&lt; EOT, WorthT &gt;::<a class="el" href="classmoeoElitistReplacement.html">moeoElitistReplacement</a> </td>
<td>(</td>
<td class="paramtype">eoPerf2Worth&lt; EOT, WorthT &gt; &amp;&nbsp;</td>
<td class="paramname"> <em>_perf2worth</em> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"><code> [inline]</code></td>
<td class="mdPrefix" colspan="4">
template&lt;class EOT, class WorthT = double&gt; </td>
</tr>
<tr>
<td class="md" nowrap valign="top"><a class="el" href="classmoeoElitistReplacement.html">moeoElitistReplacement</a>&lt; EOT, WorthT &gt;::<a class="el" href="classmoeoElitistReplacement.html">moeoElitistReplacement</a> </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="md" nowrap valign="top"><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_perf2_worth.html">eoPerf2Worth</a>&lt; EOT, WorthT &gt; &amp;&nbsp;</td>
<td class="mdname1" valign="top" nowrap> <em>_perf2worth</em> </td>
<td class="md" valign="top">&nbsp;)&nbsp;</td>
<td class="md" nowrap><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
&nbsp;
</td>
<td>
<p>
constructor
@ -91,36 +103,46 @@ constructor
</dl>
<p>
Definition at line <a class="el" href="moeoReplacement_8h-source.html#l00043">43</a> of file <a class="el" href="moeoReplacement_8h-source.html">moeoReplacement.h</a>.
</div>
</div><p>
Definition at line <a class="el" href="moeoReplacement_8h-source.html#l00043">43</a> of file <a class="el" href="moeoReplacement_8h-source.html">moeoReplacement.h</a>. </td>
</tr>
</table>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="aad627deb45859e65ace0709c004049a"></a><!-- doxytag: member="moeoElitistReplacement::operator()" ref="aad627deb45859e65ace0709c004049a" args="(eoPop&lt; EOT &gt; &amp;_parents, eoPop&lt; EOT &gt; &amp;_offspring)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class EOT, class WorthT = double&gt; </div>
<table class="memname">
<a class="anchor" name="aad627deb45859e65ace0709c004049a"></a><!-- doxytag: member="moeoElitistReplacement::operator()" ref="aad627deb45859e65ace0709c004049a" args="(eoPop&lt; EOT &gt; &amp;_parents, eoPop&lt; EOT &gt; &amp;_offspring)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="memname">void <a class="el" href="classmoeoElitistReplacement.html">moeoElitistReplacement</a>&lt; EOT, WorthT &gt;::operator() </td>
<td>(</td>
<td class="paramtype">eoPop&lt; EOT &gt; &amp;&nbsp;</td>
<td class="paramname"> <em>_parents</em>, </td>
<td class="mdPrefix" colspan="4">
template&lt;class EOT, class WorthT = double&gt; </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">eoPop&lt; EOT &gt; &amp;&nbsp;</td>
<td class="paramname"> <em>_offspring</em></td><td>&nbsp;</td>
<td class="md" nowrap valign="top">void <a class="el" href="classmoeoElitistReplacement.html">moeoElitistReplacement</a>&lt; EOT, WorthT &gt;::operator() </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="md" nowrap valign="top"><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html">eoPop</a>&lt; EOT &gt; &amp;&nbsp;</td>
<td class="mdname" nowrap> <em>_parents</em>, </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"><code> [inline]</code></td>
<td class="md" nowrap align="right"></td>
<td class="md"></td>
<td class="md" nowrap><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html">eoPop</a>&lt; EOT &gt; &amp;&nbsp;</td>
<td class="mdname" nowrap> <em>_offspring</em></td>
</tr>
<tr>
<td class="md"></td>
<td class="md">)&nbsp;</td>
<td class="md" colspan="2"><code> [inline, virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
&nbsp;
</td>
<td>
<p>
replacement - result in _parents
@ -133,15 +155,15 @@ replacement - result in _parents
</dl>
<p>
Definition at line <a class="el" href="moeoReplacement_8h-source.html#l00054">54</a> of file <a class="el" href="moeoReplacement_8h-source.html">moeoReplacement.h</a>.
Implements <a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_b_f.html#903cba74df8193d09f4fb1a638b55eb8">eoBF&lt; eoPop&lt; EOT &gt; &amp;, eoPop&lt; EOT &gt; &amp;, void &gt;</a>.
<p>
References <a class="el" href="moeoReplacement_8h-source.html#l00070">moeoElitistReplacement&lt; EOT, WorthT &gt;::perf2worth</a>.
</div>
</div><p>
Definition at line <a class="el" href="moeoReplacement_8h-source.html#l00054">54</a> of file <a class="el" href="moeoReplacement_8h-source.html">moeoReplacement.h</a>. </td>
</tr>
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="moeoReplacement_8h-source.html">moeoReplacement.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Tue Dec 12 11:16:35 2006 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Fri Dec 22 09:37:12 2006 for ParadisEO-MOEO by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
</body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 674 B

After

Width:  |  Height:  |  Size: 1.4 KiB

Before After
Before After

View file

@ -4,13 +4,12 @@
<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 -->
<!-- Generated by Doxygen 1.4.6 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main&nbsp;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&nbsp;Pages</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
@ -33,15 +32,19 @@
<tr class="memlist"><td><a class="el" href="classmoeoEntropyMetric.html#2de60a0e6be362f074b50e6b455152ab">computeUnion</a>(const std::vector&lt; EOFitness &gt; &amp;_f1, const std::vector&lt; EOFitness &gt; &amp;_f2, std::vector&lt; EOFitness &gt; &amp;_f)</td><td><a class="el" href="classmoeoEntropyMetric.html">moeoEntropyMetric&lt; EOT &gt;</a></td><td><code> [inline, private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classmoeoEntropyMetric.html#306b72d2236de1ecbae986c65490a8fe">EOFitness</a> typedef</td><td><a class="el" href="classmoeoEntropyMetric.html">moeoEntropyMetric&lt; EOT &gt;</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classmoeoEntropyMetric.html#34f825ce7c53132f7218483130da8652">euclidianDistance</a>(const EOFitness &amp;_set1, const EOFitness &amp;_to, unsigned _deg=2)</td><td><a class="el" href="classmoeoEntropyMetric.html">moeoEntropyMetric&lt; EOT &gt;</a></td><td><code> [inline, private]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_b_f.html#259d975748cd502c7d69f59223b54703">functor_category</a>()</td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_b_f.html">eoBF&lt; const std::vector&lt; typename EOT::Fitness &gt; &amp;, const std::vector&lt; typename EOT::Fitness &gt; &amp;, double &gt;</a></td><td><code> [static]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classmoeoEntropyMetric.html#a9369be315e139ebdf19fac09ad0563f">howManyInNicheOf</a>(const std::vector&lt; EOFitness &gt; &amp;_f, const EOFitness &amp;_s, unsigned _size)</td><td><a class="el" href="classmoeoEntropyMetric.html">moeoEntropyMetric&lt; EOT &gt;</a></td><td><code> [inline, private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classmoeoEntropyMetric.html#bc32468b148a0da4eb21a9fc14dfafae">normalize</a>(std::vector&lt; EOFitness &gt; &amp;_f)</td><td><a class="el" href="classmoeoEntropyMetric.html">moeoEntropyMetric&lt; EOT &gt;</a></td><td><code> [inline, private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classmoeoEntropyMetric.html#58136405dfed951efa340ddf541c29fd">operator()</a>(const std::vector&lt; EOFitness &gt; &amp;_set1, const std::vector&lt; EOFitness &gt; &amp;_set2)</td><td><a class="el" href="classmoeoEntropyMetric.html">moeoEntropyMetric&lt; EOT &gt;</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_b_f.html#903cba74df8193d09f4fb1a638b55eb8">moeoVectorVsVectorBM&lt; EOT, double &gt;::operator()</a>(const std::vector&lt; typename EOT::Fitness &gt; &amp;, const std::vector&lt; typename EOT::Fitness &gt; &amp;)=0</td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_b_f.html">eoBF&lt; const std::vector&lt; typename EOT::Fitness &gt; &amp;, const std::vector&lt; typename EOT::Fitness &gt; &amp;, double &gt;</a></td><td><code> [pure virtual]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classmoeoEntropyMetric.html#c9f0c65b4de69accbfb42486f6445cb0">prenormalize</a>(const std::vector&lt; EOFitness &gt; &amp;_f)</td><td><a class="el" href="classmoeoEntropyMetric.html">moeoEntropyMetric&lt; EOT &gt;</a></td><td><code> [inline, private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classmoeoEntropyMetric.html#3252e7534b1ceb1317936c5d2b3abcbe">removeDominated</a>(std::vector&lt; EOFitness &gt; &amp;_f)</td><td><a class="el" href="classmoeoEntropyMetric.html">moeoEntropyMetric&lt; EOT &gt;</a></td><td><code> [inline, private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classmoeoEntropyMetric.html#af0ae9645bdbb993de4bc990a0a08883">vect_max_val</a></td><td><a class="el" href="classmoeoEntropyMetric.html">moeoEntropyMetric&lt; EOT &gt;</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classmoeoEntropyMetric.html#d4046a304badfe78aa35b2d57938ffe9">vect_min_val</a></td><td><a class="el" href="classmoeoEntropyMetric.html">moeoEntropyMetric&lt; EOT &gt;</a></td><td><code> [private]</code></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Tue Dec 12 11:16:35 2006 for ParadisEO-MOEO by&nbsp;
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_b_f.html#fef68081cc756ece13428a4ab4cf8d5f">~eoBF</a>()</td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_b_f.html">eoBF&lt; const std::vector&lt; typename EOT::Fitness &gt; &amp;, const std::vector&lt; typename EOT::Fitness &gt; &amp;, double &gt;</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_functor_base.html#cdd213af2efae57fa1a7500f92afe5ae">~eoFunctorBase</a>()</td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_functor_base.html">eoFunctorBase</a></td><td><code> [virtual]</code></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Fri Dec 22 09:37:12 2006 for ParadisEO-MOEO by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
</body>
</html>

View file

@ -4,13 +4,12 @@
<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 -->
<!-- Generated by Doxygen 1.4.6 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main&nbsp;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&nbsp;Pages</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
@ -37,9 +36,12 @@
<p>Inheritance diagram for moeoEntropyMetric&lt; EOT &gt;:
<p><center><img src="classmoeoEntropyMetric.png" usemap="#moeoEntropyMetric< EOT >_map" border="0" alt=""></center>
<map name="moeoEntropyMetric< EOT >_map">
<area href="classmoeoVectorVsVectorBM.html" alt="moeoVectorVsVectorBM< EOT, double >" shape="rect" coords="0,112,248,136">
<area href="classmoeoBM.html" alt="moeoBM< A1, A2, R >" shape="rect" coords="0,56,248,80">
<area href="classmoeoMetric.html" alt="moeoMetric" shape="rect" coords="0,0,248,24">
<area href="classmoeoVectorVsVectorBM.html" alt="moeoVectorVsVectorBM< EOT, double >" shape="rect" coords="336,168,999,192">
<area href="classmoeoBM.html" alt="moeoBM< const std::vector< typename EOT::Fitness > &, const std::vector< typename EOT::Fitness > &, double >" shape="rect" coords="336,112,999,136">
<area doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_b_f.html" alt="eoBF< const std::vector< typename EOT::Fitness > &, const std::vector< typename EOT::Fitness > &, double >" shape="rect" coords="0,56,663,80">
<area href="classmoeoMetric.html" alt="moeoMetric" shape="rect" coords="673,56,1336,80">
<area doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_functor_base.html" alt="eoFunctorBase" shape="rect" coords="0,0,663,24">
<area doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_functor_base.html" alt="eoFunctorBase" shape="rect" coords="673,0,1336,24">
</map>
<a href="classmoeoEntropyMetric-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
@ -90,32 +92,42 @@ The entropy gives an idea of the diversity of a Pareto set relatively to another
<p>
Definition at line <a class="el" href="moeoEntropyMetric_8h-source.html#l00023">23</a> of file <a class="el" href="moeoEntropyMetric_8h-source.html">moeoEntropyMetric.h</a>.<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="58136405dfed951efa340ddf541c29fd"></a><!-- doxytag: member="moeoEntropyMetric::operator()" ref="58136405dfed951efa340ddf541c29fd" args="(const std::vector&lt; EOFitness &gt; &amp;_set1, const std::vector&lt; EOFitness &gt; &amp;_set2)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class EOT&gt; </div>
<table class="memname">
<a class="anchor" name="58136405dfed951efa340ddf541c29fd"></a><!-- doxytag: member="moeoEntropyMetric::operator()" ref="58136405dfed951efa340ddf541c29fd" args="(const std::vector&lt; EOFitness &gt; &amp;_set1, const std::vector&lt; EOFitness &gt; &amp;_set2)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="memname">double <a class="el" href="classmoeoEntropyMetric.html">moeoEntropyMetric</a>&lt; EOT &gt;::operator() </td>
<td>(</td>
<td class="paramtype">const std::vector&lt; <a class="el" href="classmoeoEntropyMetric.html#306b72d2236de1ecbae986c65490a8fe">EOFitness</a> &gt; &amp;&nbsp;</td>
<td class="paramname"> <em>_set1</em>, </td>
<td class="mdPrefix" colspan="4">
template&lt;class EOT&gt; </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const std::vector&lt; <a class="el" href="classmoeoEntropyMetric.html#306b72d2236de1ecbae986c65490a8fe">EOFitness</a> &gt; &amp;&nbsp;</td>
<td class="paramname"> <em>_set2</em></td><td>&nbsp;</td>
<td class="md" nowrap valign="top">double <a class="el" href="classmoeoEntropyMetric.html">moeoEntropyMetric</a>&lt; EOT &gt;::operator() </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="md" nowrap valign="top">const std::vector&lt; <a class="el" href="classmoeoEntropyMetric.html#306b72d2236de1ecbae986c65490a8fe">EOFitness</a> &gt; &amp;&nbsp;</td>
<td class="mdname" nowrap> <em>_set1</em>, </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"><code> [inline]</code></td>
<td class="md" nowrap align="right"></td>
<td class="md"></td>
<td class="md" nowrap>const std::vector&lt; <a class="el" href="classmoeoEntropyMetric.html#306b72d2236de1ecbae986c65490a8fe">EOFitness</a> &gt; &amp;&nbsp;</td>
<td class="mdname" nowrap> <em>_set2</em></td>
</tr>
<tr>
<td class="md"></td>
<td class="md">)&nbsp;</td>
<td class="md" colspan="2"><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Returns the entropy of the Pareto set '_set1' relatively to the Pareto set '_set2'.
@ -130,13 +142,13 @@ Returns the entropy of the Pareto set '_set1' relatively to the Pareto set '_set
<p>
Definition at line <a class="el" href="moeoEntropyMetric_8h-source.html#l00038">38</a> of file <a class="el" href="moeoEntropyMetric_8h-source.html">moeoEntropyMetric.h</a>.
<p>
References <a class="el" href="moeoEntropyMetric_8h-source.html#l00137">moeoEntropyMetric&lt; EOT &gt;::computeUnion()</a>, <a class="el" href="moeoEntropyMetric_8h-source.html#l00156">moeoEntropyMetric&lt; EOT &gt;::howManyInNicheOf()</a>, <a class="el" href="moeoEntropyMetric_8h-source.html#l00129">moeoEntropyMetric&lt; EOT &gt;::normalize()</a>, <a class="el" href="moeoEntropyMetric_8h-source.html#l00108">moeoEntropyMetric&lt; EOT &gt;::prenormalize()</a>, and <a class="el" href="moeoEntropyMetric_8h-source.html#l00088">moeoEntropyMetric&lt; EOT &gt;::removeDominated()</a>.
</div>
</div><p>
References <a class="el" href="moeoEntropyMetric_8h-source.html#l00137">moeoEntropyMetric&lt; EOT &gt;::computeUnion()</a>, <a class="el" href="moeoEntropyMetric_8h-source.html#l00156">moeoEntropyMetric&lt; EOT &gt;::howManyInNicheOf()</a>, <a class="el" href="moeoEntropyMetric_8h-source.html#l00129">moeoEntropyMetric&lt; EOT &gt;::normalize()</a>, <a class="el" href="moeoEntropyMetric_8h-source.html#l00108">moeoEntropyMetric&lt; EOT &gt;::prenormalize()</a>, and <a class="el" href="moeoEntropyMetric_8h-source.html#l00088">moeoEntropyMetric&lt; EOT &gt;::removeDominated()</a>. </td>
</tr>
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="moeoEntropyMetric_8h-source.html">moeoEntropyMetric.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Tue Dec 12 11:16:35 2006 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Fri Dec 22 09:37:12 2006 for ParadisEO-MOEO by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
</body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

Before After
Before After

View file

@ -4,13 +4,12 @@
<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 -->
<!-- Generated by Doxygen 1.4.6 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main&nbsp;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&nbsp;Pages</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
@ -31,13 +30,19 @@
</ul></div>
<h1>moeoHybridMOLS&lt; EOT &gt; Member List</h1>This is the complete list of members for <a class="el" href="classmoeoHybridMOLS.html">moeoHybridMOLS&lt; EOT &gt;</a>, including all inherited members.<p><table>
<tr class="memlist"><td><a class="el" href="classmoeoHybridMOLS.html#4aecb1f300f2f09b8d45998cc140576b">arch</a></td><td><a class="el" href="classmoeoHybridMOLS.html">moeoHybridMOLS&lt; EOT &gt;</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_updater.html#dbe815dd35b95148405654b6392626cf">className</a>(void) const </td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_updater.html">eoUpdater</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classmoeoHybridMOLS.html#ced4b6d35035bfe3339dd571646e570d">eoHybridMOLS</a>(eoContinue&lt; EOT &gt; &amp;_term, eoSelect&lt; EOT &gt; &amp;_select, moeoMOLS&lt; EOT &gt; &amp;_mols, moeoArchive&lt; EOT &gt; &amp;_arch)</td><td><a class="el" href="classmoeoHybridMOLS.html">moeoHybridMOLS&lt; EOT &gt;</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_f.html#259d975748cd502c7d69f59223b54703">functor_category</a>()</td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_f.html">eoF&lt; void &gt;</a></td><td><code> [static]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_updater.html#f6cdb789f367019cc5991e0203cbdba3">lastCall</a>()</td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_updater.html">eoUpdater</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classmoeoHybridMOLS.html#5ecf318c321a71857c11da1ff5000092">mols</a></td><td><a class="el" href="classmoeoHybridMOLS.html">moeoHybridMOLS&lt; EOT &gt;</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classmoeoHybridMOLS.html#f62b4221d0ec094e39b73b386b508fc1">operator()</a>()</td><td><a class="el" href="classmoeoHybridMOLS.html">moeoHybridMOLS&lt; EOT &gt;</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classmoeoHybridMOLS.html#f62b4221d0ec094e39b73b386b508fc1">operator()</a>()</td><td><a class="el" href="classmoeoHybridMOLS.html">moeoHybridMOLS&lt; EOT &gt;</a></td><td><code> [inline, virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_f.html#98ea63444e0a3479776b74e0421c27b9">result_type</a> typedef</td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_f.html">eoF&lt; void &gt;</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classmoeoHybridMOLS.html#b47c4d1bce77c5648b437a5884a7c41f">select</a></td><td><a class="el" href="classmoeoHybridMOLS.html">moeoHybridMOLS&lt; EOT &gt;</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classmoeoHybridMOLS.html#cd05dc1c82febb819945663c3b5c6a75">term</a></td><td><a class="el" href="classmoeoHybridMOLS.html">moeoHybridMOLS&lt; EOT &gt;</a></td><td><code> [private]</code></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Tue Dec 12 11:16:35 2006 for ParadisEO-MOEO by&nbsp;
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_f.html#c7a5e3eccc1397dbc41f72b0b30048f9">~eoF</a>()</td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_f.html">eoF&lt; void &gt;</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_functor_base.html#cdd213af2efae57fa1a7500f92afe5ae">~eoFunctorBase</a>()</td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_functor_base.html">eoFunctorBase</a></td><td><code> [virtual]</code></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Fri Dec 22 09:37:12 2006 for ParadisEO-MOEO by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
</body>
</html>

View file

@ -4,13 +4,12 @@
<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 -->
<!-- Generated by Doxygen 1.4.6 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main&nbsp;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&nbsp;Pages</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
@ -29,15 +28,22 @@
<li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
</ul></div>
<h1>moeoHybridMOLS&lt; EOT &gt; Class Template Reference</h1><!-- doxytag: class="moeoHybridMOLS" -->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.
<h1>moeoHybridMOLS&lt; EOT &gt; Class Template Reference</h1><!-- doxytag: class="moeoHybridMOLS" --><!-- doxytag: inherits="eoUpdater" -->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.
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="moeoHybridMOLS_8h-source.html">moeoHybridMOLS.h</a>&gt;</code>
<p>
<p>Inheritance diagram for moeoHybridMOLS&lt; EOT &gt;:
<p><center><img src="classmoeoHybridMOLS.png" usemap="#moeoHybridMOLS< EOT >_map" border="0" alt=""></center>
<map name="moeoHybridMOLS< EOT >_map">
<area doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_updater.html" alt="eoUpdater" shape="rect" coords="0,112,165,136">
<area doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_f.html" alt="eoF< void >" shape="rect" coords="0,56,165,80">
<area doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_functor_base.html" alt="eoFunctorBase" shape="rect" coords="0,0,165,24">
</map>
<a href="classmoeoHybridMOLS-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoHybridMOLS.html#ced4b6d35035bfe3339dd571646e570d">eoHybridMOLS</a> (eoContinue&lt; EOT &gt; &amp;_term, eoSelect&lt; EOT &gt; &amp;_select, <a class="el" href="classmoeoMOLS.html">moeoMOLS</a>&lt; EOT &gt; &amp;_mols, <a class="el" href="classmoeoArchive.html">moeoArchive</a>&lt; EOT &gt; &amp;_arch)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoHybridMOLS.html#ced4b6d35035bfe3339dd571646e570d">eoHybridMOLS</a> (<a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_continue.html">eoContinue</a>&lt; EOT &gt; &amp;_term, <a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_select.html">eoSelect</a>&lt; EOT &gt; &amp;_select, <a class="el" href="classmoeoMOLS.html">moeoMOLS</a>&lt; EOT &gt; &amp;_mols, <a class="el" href="classmoeoArchive.html">moeoArchive</a>&lt; EOT &gt; &amp;_arch)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Ctor. <a href="#ced4b6d35035bfe3339dd571646e570d"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="f62b4221d0ec094e39b73b386b508fc1"></a><!-- doxytag: member="moeoHybridMOLS::operator()" ref="f62b4221d0ec094e39b73b386b508fc1" args="()" -->
@ -46,11 +52,11 @@ void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="clas
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Applies the multi-objective local search to selected individuals contained in the archive if the stopping criteria is not verified. <br></td></tr>
<tr><td colspan="2"><br><h2>Private Attributes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="cd05dc1c82febb819945663c3b5c6a75"></a><!-- doxytag: member="moeoHybridMOLS::term" ref="cd05dc1c82febb819945663c3b5c6a75" args="" -->
eoContinue&lt; EOT &gt; &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoHybridMOLS.html#cd05dc1c82febb819945663c3b5c6a75">term</a></td></tr>
<a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_continue.html">eoContinue</a>&lt; EOT &gt; &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoHybridMOLS.html#cd05dc1c82febb819945663c3b5c6a75">term</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">stopping criteria <br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="b47c4d1bce77c5648b437a5884a7c41f"></a><!-- doxytag: member="moeoHybridMOLS::select" ref="b47c4d1bce77c5648b437a5884a7c41f" args="" -->
eoSelect&lt; EOT &gt; &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoHybridMOLS.html#b47c4d1bce77c5648b437a5884a7c41f">select</a></td></tr>
<a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_select.html">eoSelect</a>&lt; EOT &gt; &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoHybridMOLS.html#b47c4d1bce77c5648b437a5884a7c41f">select</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">selector <br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="5ecf318c321a71857c11da1ff5000092"></a><!-- doxytag: member="moeoHybridMOLS::mols" ref="5ecf318c321a71857c11da1ff5000092" args="" -->
@ -71,44 +77,54 @@ This class allows to apply a multi-objective local search to a number of selecte
<p>
Definition at line <a class="el" href="moeoHybridMOLS_8h-source.html#l00027">27</a> of file <a class="el" href="moeoHybridMOLS_8h-source.html">moeoHybridMOLS.h</a>.<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="ced4b6d35035bfe3339dd571646e570d"></a><!-- doxytag: member="moeoHybridMOLS::eoHybridMOLS" ref="ced4b6d35035bfe3339dd571646e570d" args="(eoContinue&lt; EOT &gt; &amp;_term, eoSelect&lt; EOT &gt; &amp;_select, moeoMOLS&lt; EOT &gt; &amp;_mols, moeoArchive&lt; EOT &gt; &amp;_arch)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class EOT&gt; </div>
<table class="memname">
<a class="anchor" name="ced4b6d35035bfe3339dd571646e570d"></a><!-- doxytag: member="moeoHybridMOLS::eoHybridMOLS" ref="ced4b6d35035bfe3339dd571646e570d" args="(eoContinue&lt; EOT &gt; &amp;_term, eoSelect&lt; EOT &gt; &amp;_select, moeoMOLS&lt; EOT &gt; &amp;_mols, moeoArchive&lt; EOT &gt; &amp;_arch)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="memname"><a class="el" href="classmoeoHybridMOLS.html">moeoHybridMOLS</a>&lt; EOT &gt;::eoHybridMOLS </td>
<td>(</td>
<td class="paramtype">eoContinue&lt; EOT &gt; &amp;&nbsp;</td>
<td class="paramname"> <em>_term</em>, </td>
<td class="mdPrefix" colspan="4">
template&lt;class EOT&gt; </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">eoSelect&lt; EOT &gt; &amp;&nbsp;</td>
<td class="paramname"> <em>_select</em>, </td>
<td class="md" nowrap valign="top"><a class="el" href="classmoeoHybridMOLS.html">moeoHybridMOLS</a>&lt; EOT &gt;::eoHybridMOLS </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="md" nowrap valign="top"><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_continue.html">eoContinue</a>&lt; EOT &gt; &amp;&nbsp;</td>
<td class="mdname" nowrap> <em>_term</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classmoeoMOLS.html">moeoMOLS</a>&lt; EOT &gt; &amp;&nbsp;</td>
<td class="paramname"> <em>_mols</em>, </td>
<td class="md" nowrap align="right"></td>
<td class="md"></td>
<td class="md" nowrap><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_select.html">eoSelect</a>&lt; EOT &gt; &amp;&nbsp;</td>
<td class="mdname" nowrap> <em>_select</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classmoeoArchive.html">moeoArchive</a>&lt; EOT &gt; &amp;&nbsp;</td>
<td class="paramname"> <em>_arch</em></td><td>&nbsp;</td>
<td class="md" nowrap align="right"></td>
<td class="md"></td>
<td class="md" nowrap><a class="el" href="classmoeoMOLS.html">moeoMOLS</a>&lt; EOT &gt; &amp;&nbsp;</td>
<td class="mdname" nowrap> <em>_mols</em>, </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"><code> [inline]</code></td>
<td class="md" nowrap align="right"></td>
<td class="md"></td>
<td class="md" nowrap><a class="el" href="classmoeoArchive.html">moeoArchive</a>&lt; EOT &gt; &amp;&nbsp;</td>
<td class="mdname" nowrap> <em>_arch</em></td>
</tr>
<tr>
<td class="md"></td>
<td class="md">)&nbsp;</td>
<td class="md" colspan="2"><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Ctor.
@ -123,13 +139,13 @@ Ctor.
</dl>
<p>
Definition at line <a class="el" href="moeoHybridMOLS_8h-source.html#l00038">38</a> of file <a class="el" href="moeoHybridMOLS_8h-source.html">moeoHybridMOLS.h</a>.
</div>
</div><p>
Definition at line <a class="el" href="moeoHybridMOLS_8h-source.html#l00038">38</a> of file <a class="el" href="moeoHybridMOLS_8h-source.html">moeoHybridMOLS.h</a>. </td>
</tr>
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="moeoHybridMOLS_8h-source.html">moeoHybridMOLS.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Tue Dec 12 11:16:35 2006 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Fri Dec 22 09:37:12 2006 for ParadisEO-MOEO by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
</body>
</html>

View file

@ -4,13 +4,12 @@
<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 -->
<!-- Generated by Doxygen 1.4.6 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main&nbsp;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&nbsp;Pages</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
@ -29,7 +28,7 @@
<li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
</ul></div>
<h1>moeoMOLS&lt; EOT &gt; Class Template Reference</h1><!-- doxytag: class="moeoMOLS" -->Abstract class for local searches applied to multi-objective optimization.
<h1>moeoMOLS&lt; EOT &gt; Class Template Reference</h1><!-- doxytag: class="moeoMOLS" --><!-- doxytag: inherits="eoBF&lt; const EOT &amp;, moeoArchive&lt; EOT &gt; &amp;, void &gt;" -->Abstract class for local searches applied to multi-objective optimization.
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="moeoMOLS_8h-source.html">moeoMOLS.h</a>&gt;</code>
@ -37,9 +36,11 @@
<p>Inheritance diagram for moeoMOLS&lt; EOT &gt;:
<p><center><img src="classmoeoMOLS.png" usemap="#moeoMOLS< EOT >_map" border="0" alt=""></center>
<map name="moeoMOLS< EOT >_map">
<area href="classmoeoCombinedMOLS.html" alt="moeoCombinedMOLS< EOT >" shape="rect" coords="0,56,183,80">
<area doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_b_f.html" alt="eoBF< const EOT &, moeoArchive< EOT > &, void >" shape="rect" coords="0,56,320,80">
<area doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_functor_base.html" alt="eoFunctorBase" shape="rect" coords="0,0,320,24">
<area href="classmoeoCombinedMOLS.html" alt="moeoCombinedMOLS< EOT >" shape="rect" coords="0,168,320,192">
</map>
<table border="0" cellpadding="0" cellspacing="0">
<a href="classmoeoMOLS-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
@ -54,8 +55,8 @@ Starting from only one solution, it produces a set of new non-dominated solution
<p>
Definition at line <a class="el" href="moeoMOLS_8h-source.html#l00023">23</a> of file <a class="el" href="moeoMOLS_8h-source.html">moeoMOLS.h</a>.<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="moeoMOLS_8h-source.html">moeoMOLS.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Tue Dec 12 11:16:35 2006 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Fri Dec 22 09:37:12 2006 for ParadisEO-MOEO by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
</body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 539 B

After

Width:  |  Height:  |  Size: 1.4 KiB

Before After
Before After

View file

@ -4,13 +4,12 @@
<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 -->
<!-- Generated by Doxygen 1.4.6 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main&nbsp;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&nbsp;Pages</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
@ -29,7 +28,7 @@
<li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
</ul></div>
<h1>moeoMetric Class Reference</h1><!-- doxytag: class="moeoMetric" -->Base class for performance metrics (also called quality indicators).
<h1>moeoMetric Class Reference</h1><!-- doxytag: class="moeoMetric" --><!-- doxytag: inherits="eoFunctorBase" -->Base class for performance metrics (also called quality indicators).
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="moeoMetric_8h-source.html">moeoMetric.h</a>&gt;</code>
@ -37,16 +36,17 @@
<p>Inheritance diagram for moeoMetric:
<p><center><img src="classmoeoMetric.png" usemap="#moeoMetric_map" border="0" alt=""></center>
<map name="moeoMetric_map">
<area href="classmoeoBM.html" alt="moeoBM< A1, A2, R >" shape="rect" coords="673,56,1336,80">
<area href="classmoeoBM.html" alt="moeoBM< const const EOFitness &, EOFitness &, R >" shape="rect" coords="673,112,1336,136">
<area href="classmoeoBM.html" alt="moeoBM< const const std::vector< EOFitness > &, EOFitness &, R >" shape="rect" coords="673,168,1336,192">
<area href="classmoeoBM.html" alt="moeoBM< const const std::vector< EOFitness > &, std::vector< EOFitness > &, R >" shape="rect" coords="673,224,1336,248">
<area href="classmoeoBM.html" alt="moeoBM< const const std::vector< typename EOT::Fitness > &, std::vector< typename EOT::Fitness > &, double >" shape="rect" coords="673,280,1336,304">
<area href="classmoeoUM.html" alt="moeoUM< A, R >" shape="rect" coords="673,336,1336,360">
<area href="classmoeoUM.html" alt="moeoUM< const EOFitness &, R >" shape="rect" coords="673,392,1336,416">
<area href="classmoeoUM.html" alt="moeoUM< const std::vector< EOFitness > &, R >" shape="rect" coords="673,448,1336,472">
<area doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_functor_base.html" alt="eoFunctorBase" shape="rect" coords="0,0,663,24">
<area href="classmoeoBM.html" alt="moeoBM< A1, A2, R >" shape="rect" coords="673,112,1336,136">
<area href="classmoeoBM.html" alt="moeoBM< const EOFitness &, const EOFitness &, R >" shape="rect" coords="673,168,1336,192">
<area href="classmoeoBM.html" alt="moeoBM< const std::vector< EOFitness > &, const EOFitness &, R >" shape="rect" coords="673,224,1336,248">
<area href="classmoeoBM.html" alt="moeoBM< const std::vector< EOFitness > &, const std::vector< EOFitness > &, R >" shape="rect" coords="673,280,1336,304">
<area href="classmoeoBM.html" alt="moeoBM< const std::vector< typename EOT::Fitness > &, const std::vector< typename EOT::Fitness > &, double >" shape="rect" coords="673,336,1336,360">
<area href="classmoeoUM.html" alt="moeoUM< A, R >" shape="rect" coords="673,392,1336,416">
<area href="classmoeoUM.html" alt="moeoUM< const EOFitness &, R >" shape="rect" coords="673,448,1336,472">
<area href="classmoeoUM.html" alt="moeoUM< const std::vector< EOFitness > &, R >" shape="rect" coords="673,504,1336,528">
</map>
<table border="0" cellpadding="0" cellspacing="0">
<a href="classmoeoMetric-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
@ -56,8 +56,8 @@ Base class for performance metrics (also called quality indicators).
<p>
Definition at line <a class="el" href="moeoMetric_8h-source.html#l00021">21</a> of file <a class="el" href="moeoMetric_8h-source.html">moeoMetric.h</a>.<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="moeoMetric_8h-source.html">moeoMetric.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Tue Dec 12 11:16:35 2006 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Fri Dec 22 09:37:12 2006 for ParadisEO-MOEO by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
</body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

Before After
Before After

View file

@ -4,13 +4,12 @@
<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 -->
<!-- Generated by Doxygen 1.4.6 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main&nbsp;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&nbsp;Pages</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
@ -29,7 +28,7 @@
<li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
</ul></div>
<h1>moeoReplacement&lt; EOT, WorthT &gt; Class Template Reference</h1><!-- doxytag: class="moeoReplacement" -->Replacement strategy for multi-objective optimization.
<h1>moeoReplacement&lt; EOT, WorthT &gt; Class Template Reference</h1><!-- doxytag: class="moeoReplacement" --><!-- doxytag: inherits="eoReplacement" -->Replacement strategy for multi-objective optimization.
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="moeoReplacement_8h-source.html">moeoReplacement.h</a>&gt;</code>
@ -37,10 +36,13 @@
<p>Inheritance diagram for moeoReplacement&lt; EOT, WorthT &gt;:
<p><center><img src="classmoeoReplacement.png" usemap="#moeoReplacement< EOT, WorthT >_map" border="0" alt=""></center>
<map name="moeoReplacement< EOT, WorthT >_map">
<area href="classmoeoDisctinctElitistReplacement.html" alt="moeoDisctinctElitistReplacement< EOT, WorthT >" shape="rect" coords="0,56,289,80">
<area href="classmoeoElitistReplacement.html" alt="moeoElitistReplacement< EOT, WorthT >" shape="rect" coords="299,56,588,80">
<area doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_replacement.html" alt="eoReplacement< EOT >" shape="rect" coords="158,112,464,136">
<area doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_b_f.html" alt="eoBF< eoPop< EOT > &, eoPop< EOT > &, void >" shape="rect" coords="158,56,464,80">
<area doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_functor_base.html" alt="eoFunctorBase" shape="rect" coords="158,0,464,24">
<area href="classmoeoDisctinctElitistReplacement.html" alt="moeoDisctinctElitistReplacement< EOT, WorthT >" shape="rect" coords="0,224,306,248">
<area href="classmoeoElitistReplacement.html" alt="moeoElitistReplacement< EOT, WorthT >" shape="rect" coords="316,224,622,248">
</map>
<table border="0" cellpadding="0" cellspacing="0">
<a href="classmoeoReplacement-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
@ -53,8 +55,8 @@ Replacement strategy for multi-objective optimization.
<p>
Definition at line <a class="el" href="moeoReplacement_8h-source.html#l00024">24</a> of file <a class="el" href="moeoReplacement_8h-source.html">moeoReplacement.h</a>.<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="moeoReplacement_8h-source.html">moeoReplacement.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Tue Dec 12 11:16:35 2006 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Fri Dec 22 09:37:12 2006 for ParadisEO-MOEO by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
</body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 2 KiB

Before After
Before After

View file

@ -4,13 +4,12 @@
<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 -->
<!-- Generated by Doxygen 1.4.6 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main&nbsp;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&nbsp;Pages</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
@ -32,6 +31,7 @@
<h1>moeoSelectOneFromPopAndArch&lt; EOT &gt; Member List</h1>This is the complete list of members for <a class="el" href="classmoeoSelectOneFromPopAndArch.html">moeoSelectOneFromPopAndArch&lt; EOT &gt;</a>, including all inherited members.<p><table>
<tr class="memlist"><td><a class="el" href="classmoeoSelectOneFromPopAndArch.html#3ca71296847a931355a1e88d0cc524cb">arch</a></td><td><a class="el" href="classmoeoSelectOneFromPopAndArch.html">moeoSelectOneFromPopAndArch&lt; EOT &gt;</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classmoeoSelectOneFromPopAndArch.html#5e062a1deca0307a91121271d3b976ba">archSelectOne</a></td><td><a class="el" href="classmoeoSelectOneFromPopAndArch.html">moeoSelectOneFromPopAndArch&lt; EOT &gt;</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_u_f.html#259d975748cd502c7d69f59223b54703">functor_category</a>()</td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_u_f.html">eoUF&lt; const eoPop&lt; EOT &gt; &amp;, const EOT &amp; &gt;</a></td><td><code> [static]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classmoeoSelectOneFromPopAndArch.html#8d75155e2bb6994b080c696d6382c6c9">moeoSelectOneFromPopAndArch</a>(eoSelectOne&lt; EOT &gt; &amp;_popSelectOne, eoSelectOne&lt; EOT &gt; _archSelectOne, moeoArchive&lt; EOT &gt; &amp;_arch, double _ratioFromPop=0.5)</td><td><a class="el" href="classmoeoSelectOneFromPopAndArch.html">moeoSelectOneFromPopAndArch&lt; EOT &gt;</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classmoeoSelectOneFromPopAndArch.html#1aeab159a74bf4cd171e2045e25be2b7">moeoSelectOneFromPopAndArch</a>(eoSelectOne&lt; EOT &gt; &amp;_popSelectOne, moeoArchive&lt; EOT &gt; &amp;_arch, double _ratioFromPop=0.5)</td><td><a class="el" href="classmoeoSelectOneFromPopAndArch.html">moeoSelectOneFromPopAndArch&lt; EOT &gt;</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classmoeoSelectOneFromPopAndArch.html#3c97abfde2dd9959ae4db4c32038017d">operator()</a>(const eoPop&lt; EOT &gt; &amp;pop)</td><td><a class="el" href="classmoeoSelectOneFromPopAndArch.html">moeoSelectOneFromPopAndArch&lt; EOT &gt;</a></td><td><code> [inline, virtual]</code></td></tr>
@ -39,8 +39,10 @@
<tr class="memlist"><td><a class="el" href="classmoeoSelectOneFromPopAndArch.html#77cbe0150e70219e5a7fd48296acc4c7">randomSelect</a></td><td><a class="el" href="classmoeoSelectOneFromPopAndArch.html">moeoSelectOneFromPopAndArch&lt; EOT &gt;</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classmoeoSelectOneFromPopAndArch.html#97b57e598752bccafaaf6a8a724d9a43">ratioFromPop</a></td><td><a class="el" href="classmoeoSelectOneFromPopAndArch.html">moeoSelectOneFromPopAndArch&lt; EOT &gt;</a></td><td><code> [private]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classmoeoSelectOneFromPopAndArch.html#a2acc5ddcf045c0c63c22f8d04274858">setup</a>(const eoPop&lt; EOT &gt; &amp;_pop)</td><td><a class="el" href="classmoeoSelectOneFromPopAndArch.html">moeoSelectOneFromPopAndArch&lt; EOT &gt;</a></td><td><code> [inline, virtual]</code></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Tue Dec 12 11:16:35 2006 for ParadisEO-MOEO by&nbsp;
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_functor_base.html#cdd213af2efae57fa1a7500f92afe5ae">~eoFunctorBase</a>()</td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_functor_base.html">eoFunctorBase</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_u_f.html#bc677e023197a5f43cc7fc9a497a3811">~eoUF</a>()</td><td><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_u_f.html">eoUF&lt; const eoPop&lt; EOT &gt; &amp;, const EOT &amp; &gt;</a></td><td><code> [virtual]</code></td></tr>
</table><hr size="1"><address style="align: right;"><small>Generated on Fri Dec 22 09:37:12 2006 for ParadisEO-MOEO by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
</body>
</html>

View file

@ -4,13 +4,12 @@
<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 -->
<!-- Generated by Doxygen 1.4.6 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main&nbsp;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&nbsp;Pages</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
@ -29,35 +28,42 @@
<li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
</ul></div>
<h1>moeoSelectOneFromPopAndArch&lt; EOT &gt; Class Template Reference</h1><!-- doxytag: class="moeoSelectOneFromPopAndArch" -->Elitist selection process that consists in choosing individuals in the archive as well as in the current population.
<h1>moeoSelectOneFromPopAndArch&lt; EOT &gt; Class Template Reference</h1><!-- doxytag: class="moeoSelectOneFromPopAndArch" --><!-- doxytag: inherits="eoSelectOne&lt; EOT &gt;" -->Elitist selection process that consists in choosing individuals in the archive as well as in the current population.
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="moeoSelectOneFromPopAndArch_8h-source.html">moeoSelectOneFromPopAndArch.h</a>&gt;</code>
<p>
<p>Inheritance diagram for moeoSelectOneFromPopAndArch&lt; EOT &gt;:
<p><center><img src="classmoeoSelectOneFromPopAndArch.png" usemap="#moeoSelectOneFromPopAndArch< EOT >_map" border="0" alt=""></center>
<map name="moeoSelectOneFromPopAndArch< EOT >_map">
<area doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_select_one.html" alt="eoSelectOne< EOT >" shape="rect" coords="0,112,283,136">
<area doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_u_f.html" alt="eoUF< const eoPop< EOT > &, const EOT & >" shape="rect" coords="0,56,283,80">
<area doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_functor_base.html" alt="eoFunctorBase" shape="rect" coords="0,0,283,24">
</map>
<a href="classmoeoSelectOneFromPopAndArch-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoSelectOneFromPopAndArch.html#8d75155e2bb6994b080c696d6382c6c9">moeoSelectOneFromPopAndArch</a> (eoSelectOne&lt; EOT &gt; &amp;_popSelectOne, eoSelectOne&lt; EOT &gt; _archSelectOne, <a class="el" href="classmoeoArchive.html">moeoArchive</a>&lt; EOT &gt; &amp;_arch, double _ratioFromPop=0.5)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoSelectOneFromPopAndArch.html#8d75155e2bb6994b080c696d6382c6c9">moeoSelectOneFromPopAndArch</a> (<a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_select_one.html">eoSelectOne</a>&lt; EOT &gt; &amp;_popSelectOne, <a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_select_one.html">eoSelectOne</a>&lt; EOT &gt; _archSelectOne, <a class="el" href="classmoeoArchive.html">moeoArchive</a>&lt; EOT &gt; &amp;_arch, double _ratioFromPop=0.5)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Ctor. <a href="#8d75155e2bb6994b080c696d6382c6c9"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoSelectOneFromPopAndArch.html#1aeab159a74bf4cd171e2045e25be2b7">moeoSelectOneFromPopAndArch</a> (eoSelectOne&lt; EOT &gt; &amp;_popSelectOne, <a class="el" href="classmoeoArchive.html">moeoArchive</a>&lt; EOT &gt; &amp;_arch, double _ratioFromPop=0.5)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoSelectOneFromPopAndArch.html#1aeab159a74bf4cd171e2045e25be2b7">moeoSelectOneFromPopAndArch</a> (<a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_select_one.html">eoSelectOne</a>&lt; EOT &gt; &amp;_popSelectOne, <a class="el" href="classmoeoArchive.html">moeoArchive</a>&lt; EOT &gt; &amp;_arch, double _ratioFromPop=0.5)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Ctor - the archive's selection operator is a random selector. <a href="#1aeab159a74bf4cd171e2045e25be2b7"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="3c97abfde2dd9959ae4db4c32038017d"></a><!-- doxytag: member="moeoSelectOneFromPopAndArch::operator()" ref="3c97abfde2dd9959ae4db4c32038017d" args="(const eoPop&lt; EOT &gt; &amp;pop)" -->
virtual const EOT &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoSelectOneFromPopAndArch.html#3c97abfde2dd9959ae4db4c32038017d">operator()</a> (const eoPop&lt; EOT &gt; &amp;pop)</td></tr>
virtual const EOT &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoSelectOneFromPopAndArch.html#3c97abfde2dd9959ae4db4c32038017d">operator()</a> (const <a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html">eoPop</a>&lt; EOT &gt; &amp;pop)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The selection process. <br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a2acc5ddcf045c0c63c22f8d04274858"></a><!-- doxytag: member="moeoSelectOneFromPopAndArch::setup" ref="a2acc5ddcf045c0c63c22f8d04274858" args="(const eoPop&lt; EOT &gt; &amp;_pop)" -->
virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoSelectOneFromPopAndArch.html#a2acc5ddcf045c0c63c22f8d04274858">setup</a> (const eoPop&lt; EOT &gt; &amp;_pop)</td></tr>
virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoSelectOneFromPopAndArch.html#a2acc5ddcf045c0c63c22f8d04274858">setup</a> (const <a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html">eoPop</a>&lt; EOT &gt; &amp;_pop)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Setups some population stats. <br></td></tr>
<tr><td colspan="2"><br><h2>Private Attributes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="4f6d51d06d92b0a3383f9f47e3b2b682"></a><!-- doxytag: member="moeoSelectOneFromPopAndArch::popSelectOne" ref="4f6d51d06d92b0a3383f9f47e3b2b682" args="" -->
eoSelectOne&lt; EOT &gt; &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoSelectOneFromPopAndArch.html#4f6d51d06d92b0a3383f9f47e3b2b682">popSelectOne</a></td></tr>
<a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_select_one.html">eoSelectOne</a>&lt; EOT &gt; &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoSelectOneFromPopAndArch.html#4f6d51d06d92b0a3383f9f47e3b2b682">popSelectOne</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The population's selection operator. <br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="5e062a1deca0307a91121271d3b976ba"></a><!-- doxytag: member="moeoSelectOneFromPopAndArch::archSelectOne" ref="5e062a1deca0307a91121271d3b976ba" args="" -->
eoSelectOne&lt; EOT &gt; &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoSelectOneFromPopAndArch.html#5e062a1deca0307a91121271d3b976ba">archSelectOne</a></td></tr>
<a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_select_one.html">eoSelectOne</a>&lt; EOT &gt; &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoSelectOneFromPopAndArch.html#5e062a1deca0307a91121271d3b976ba">archSelectOne</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The archive's selection operator. <br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="3ca71296847a931355a1e88d0cc524cb"></a><!-- doxytag: member="moeoSelectOneFromPopAndArch::arch" ref="3ca71296847a931355a1e88d0cc524cb" args="" -->
@ -69,7 +75,7 @@ double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="cl
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">the ratio of selected individuals from the population <br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="77cbe0150e70219e5a7fd48296acc4c7"></a><!-- doxytag: member="moeoSelectOneFromPopAndArch::randomSelect" ref="77cbe0150e70219e5a7fd48296acc4c7" args="" -->
eoRandomSelect&lt; EOT &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoSelectOneFromPopAndArch.html#77cbe0150e70219e5a7fd48296acc4c7">randomSelect</a></td></tr>
<a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_random_select.html">eoRandomSelect</a>&lt; EOT &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classmoeoSelectOneFromPopAndArch.html#77cbe0150e70219e5a7fd48296acc4c7">randomSelect</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">the random selection operator <br></td></tr>
</table>
@ -82,44 +88,54 @@ Elitist selection process that consists in choosing individuals in the archive a
<p>
Definition at line <a class="el" href="moeoSelectOneFromPopAndArch_8h-source.html#l00025">25</a> of file <a class="el" href="moeoSelectOneFromPopAndArch_8h-source.html">moeoSelectOneFromPopAndArch.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="8d75155e2bb6994b080c696d6382c6c9"></a><!-- doxytag: member="moeoSelectOneFromPopAndArch::moeoSelectOneFromPopAndArch" ref="8d75155e2bb6994b080c696d6382c6c9" args="(eoSelectOne&lt; EOT &gt; &amp;_popSelectOne, eoSelectOne&lt; EOT &gt; _archSelectOne, moeoArchive&lt; EOT &gt; &amp;_arch, double _ratioFromPop=0.5)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class EOT&gt; </div>
<table class="memname">
<a class="anchor" name="8d75155e2bb6994b080c696d6382c6c9"></a><!-- doxytag: member="moeoSelectOneFromPopAndArch::moeoSelectOneFromPopAndArch" ref="8d75155e2bb6994b080c696d6382c6c9" args="(eoSelectOne&lt; EOT &gt; &amp;_popSelectOne, eoSelectOne&lt; EOT &gt; _archSelectOne, moeoArchive&lt; EOT &gt; &amp;_arch, double _ratioFromPop=0.5)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="memname"><a class="el" href="classmoeoSelectOneFromPopAndArch.html">moeoSelectOneFromPopAndArch</a>&lt; EOT &gt;::<a class="el" href="classmoeoSelectOneFromPopAndArch.html">moeoSelectOneFromPopAndArch</a> </td>
<td>(</td>
<td class="paramtype">eoSelectOne&lt; EOT &gt; &amp;&nbsp;</td>
<td class="paramname"> <em>_popSelectOne</em>, </td>
<td class="mdPrefix" colspan="4">
template&lt;class EOT&gt; </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">eoSelectOne&lt; EOT &gt;&nbsp;</td>
<td class="paramname"> <em>_archSelectOne</em>, </td>
<td class="md" nowrap valign="top"><a class="el" href="classmoeoSelectOneFromPopAndArch.html">moeoSelectOneFromPopAndArch</a>&lt; EOT &gt;::<a class="el" href="classmoeoSelectOneFromPopAndArch.html">moeoSelectOneFromPopAndArch</a> </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="md" nowrap valign="top"><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_select_one.html">eoSelectOne</a>&lt; EOT &gt; &amp;&nbsp;</td>
<td class="mdname" nowrap> <em>_popSelectOne</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classmoeoArchive.html">moeoArchive</a>&lt; EOT &gt; &amp;&nbsp;</td>
<td class="paramname"> <em>_arch</em>, </td>
<td class="md" nowrap align="right"></td>
<td class="md"></td>
<td class="md" nowrap><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_select_one.html">eoSelectOne</a>&lt; EOT &gt;&nbsp;</td>
<td class="mdname" nowrap> <em>_archSelectOne</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">double&nbsp;</td>
<td class="paramname"> <em>_ratioFromPop</em> = <code>0.5</code></td><td>&nbsp;</td>
<td class="md" nowrap align="right"></td>
<td class="md"></td>
<td class="md" nowrap><a class="el" href="classmoeoArchive.html">moeoArchive</a>&lt; EOT &gt; &amp;&nbsp;</td>
<td class="mdname" nowrap> <em>_arch</em>, </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"><code> [inline]</code></td>
<td class="md" nowrap align="right"></td>
<td class="md"></td>
<td class="md" nowrap>double&nbsp;</td>
<td class="mdname" nowrap> <em>_ratioFromPop</em> = <code>0.5</code></td>
</tr>
<tr>
<td class="md"></td>
<td class="md">)&nbsp;</td>
<td class="md" colspan="2"><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Ctor.
@ -134,41 +150,51 @@ Ctor.
</dl>
<p>
Definition at line <a class="el" href="moeoSelectOneFromPopAndArch_8h-source.html#l00037">37</a> of file <a class="el" href="moeoSelectOneFromPopAndArch_8h-source.html">moeoSelectOneFromPopAndArch.h</a>.
</div>
</div><p>
<a class="anchor" name="1aeab159a74bf4cd171e2045e25be2b7"></a><!-- doxytag: member="moeoSelectOneFromPopAndArch::moeoSelectOneFromPopAndArch" ref="1aeab159a74bf4cd171e2045e25be2b7" args="(eoSelectOne&lt; EOT &gt; &amp;_popSelectOne, moeoArchive&lt; EOT &gt; &amp;_arch, double _ratioFromPop=0.5)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class EOT&gt; </div>
<table class="memname">
Definition at line <a class="el" href="moeoSelectOneFromPopAndArch_8h-source.html#l00037">37</a> of file <a class="el" href="moeoSelectOneFromPopAndArch_8h-source.html">moeoSelectOneFromPopAndArch.h</a>. </td>
</tr>
</table>
<a class="anchor" name="1aeab159a74bf4cd171e2045e25be2b7"></a><!-- doxytag: member="moeoSelectOneFromPopAndArch::moeoSelectOneFromPopAndArch" ref="1aeab159a74bf4cd171e2045e25be2b7" args="(eoSelectOne&lt; EOT &gt; &amp;_popSelectOne, moeoArchive&lt; EOT &gt; &amp;_arch, double _ratioFromPop=0.5)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="memname"><a class="el" href="classmoeoSelectOneFromPopAndArch.html">moeoSelectOneFromPopAndArch</a>&lt; EOT &gt;::<a class="el" href="classmoeoSelectOneFromPopAndArch.html">moeoSelectOneFromPopAndArch</a> </td>
<td>(</td>
<td class="paramtype">eoSelectOne&lt; EOT &gt; &amp;&nbsp;</td>
<td class="paramname"> <em>_popSelectOne</em>, </td>
<td class="mdPrefix" colspan="4">
template&lt;class EOT&gt; </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classmoeoArchive.html">moeoArchive</a>&lt; EOT &gt; &amp;&nbsp;</td>
<td class="paramname"> <em>_arch</em>, </td>
<td class="md" nowrap valign="top"><a class="el" href="classmoeoSelectOneFromPopAndArch.html">moeoSelectOneFromPopAndArch</a>&lt; EOT &gt;::<a class="el" href="classmoeoSelectOneFromPopAndArch.html">moeoSelectOneFromPopAndArch</a> </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="md" nowrap valign="top"><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_select_one.html">eoSelectOne</a>&lt; EOT &gt; &amp;&nbsp;</td>
<td class="mdname" nowrap> <em>_popSelectOne</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">double&nbsp;</td>
<td class="paramname"> <em>_ratioFromPop</em> = <code>0.5</code></td><td>&nbsp;</td>
<td class="md" nowrap align="right"></td>
<td class="md"></td>
<td class="md" nowrap><a class="el" href="classmoeoArchive.html">moeoArchive</a>&lt; EOT &gt; &amp;&nbsp;</td>
<td class="mdname" nowrap> <em>_arch</em>, </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"><code> [inline]</code></td>
<td class="md" nowrap align="right"></td>
<td class="md"></td>
<td class="md" nowrap>double&nbsp;</td>
<td class="mdname" nowrap> <em>_ratioFromPop</em> = <code>0.5</code></td>
</tr>
<tr>
<td class="md"></td>
<td class="md">)&nbsp;</td>
<td class="md" colspan="2"><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Ctor - the archive's selection operator is a random selector.
@ -182,13 +208,13 @@ Ctor - the archive's selection operator is a random selector.
</dl>
<p>
Definition at line <a class="el" href="moeoSelectOneFromPopAndArch_8h-source.html#l00049">49</a> of file <a class="el" href="moeoSelectOneFromPopAndArch_8h-source.html">moeoSelectOneFromPopAndArch.h</a>.
</div>
</div><p>
Definition at line <a class="el" href="moeoSelectOneFromPopAndArch_8h-source.html#l00049">49</a> of file <a class="el" href="moeoSelectOneFromPopAndArch_8h-source.html">moeoSelectOneFromPopAndArch.h</a>. </td>
</tr>
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="moeoSelectOneFromPopAndArch_8h-source.html">moeoSelectOneFromPopAndArch.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Tue Dec 12 11:16:35 2006 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Fri Dec 22 09:37:12 2006 for ParadisEO-MOEO by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
</body>
</html>

View file

@ -4,13 +4,12 @@
<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 -->
<!-- Generated by Doxygen 1.4.6 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main&nbsp;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&nbsp;Pages</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
@ -37,10 +36,13 @@
<p>Inheritance diagram for moeoSolutionUM&lt; EOT, R, EOFitness &gt;:
<p><center><img src="classmoeoSolutionUM.png" usemap="#moeoSolutionUM< EOT, R, EOFitness >_map" border="0" alt=""></center>
<map name="moeoSolutionUM< EOT, R, EOFitness >_map">
<area href="classmoeoUM.html" alt="moeoUM< const EOFitness &, R >" shape="rect" coords="0,56,239,80">
<area href="classmoeoMetric.html" alt="moeoMetric" shape="rect" coords="0,0,239,24">
<area href="classmoeoUM.html" alt="moeoUM< const EOFitness &, R >" shape="rect" coords="124,112,363,136">
<area doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_u_f.html" alt="eoUF< const EOFitness &, R >" shape="rect" coords="0,56,239,80">
<area href="classmoeoMetric.html" alt="moeoMetric" shape="rect" coords="249,56,488,80">
<area doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_functor_base.html" alt="eoFunctorBase" shape="rect" coords="0,0,239,24">
<area doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_functor_base.html" alt="eoFunctorBase" shape="rect" coords="249,0,488,24">
</map>
<table border="0" cellpadding="0" cellspacing="0">
<a href="classmoeoSolutionUM-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
@ -53,8 +55,8 @@ Base class for unary metrics dedicated to the performance evaluation of a single
<p>
Definition at line <a class="el" href="moeoMetric_8h-source.html#l00047">47</a> of file <a class="el" href="moeoMetric_8h-source.html">moeoMetric.h</a>.<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="moeoMetric_8h-source.html">moeoMetric.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Tue Dec 12 11:16:35 2006 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Fri Dec 22 09:37:12 2006 for ParadisEO-MOEO by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
</body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 813 B

After

Width:  |  Height:  |  Size: 1.5 KiB

Before After
Before After

View file

@ -4,13 +4,12 @@
<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 -->
<!-- Generated by Doxygen 1.4.6 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main&nbsp;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&nbsp;Pages</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
@ -29,7 +28,7 @@
<li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
</ul></div>
<h1>moeoSolutionVsSolutionBM&lt; EOT, R, EOFitness &gt; Class Template Reference</h1><!-- doxytag: class="moeoSolutionVsSolutionBM" --><!-- doxytag: inherits="moeoBM" -->Base class for binary metrics dedicated to the performance comparison between two solutions's Pareto fitnesses.
<h1>moeoSolutionVsSolutionBM&lt; EOT, R, EOFitness &gt; Class Template Reference</h1><!-- doxytag: class="moeoSolutionVsSolutionBM" --><!-- doxytag: inherits="moeoBM&lt; const EOFitness &amp;, const EOFitness &amp;, R &gt;" -->Base class for binary metrics dedicated to the performance comparison between two solutions's Pareto fitnesses.
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="moeoMetric_8h-source.html">moeoMetric.h</a>&gt;</code>
@ -37,10 +36,13 @@
<p>Inheritance diagram for moeoSolutionVsSolutionBM&lt; EOT, R, EOFitness &gt;:
<p><center><img src="classmoeoSolutionVsSolutionBM.png" usemap="#moeoSolutionVsSolutionBM< EOT, R, EOFitness >_map" border="0" alt=""></center>
<map name="moeoSolutionVsSolutionBM< EOT, R, EOFitness >_map">
<area href="classmoeoBM.html" alt="moeoBM< A1, A2, R >" shape="rect" coords="0,56,299,80">
<area href="classmoeoMetric.html" alt="moeoMetric" shape="rect" coords="0,0,299,24">
<area href="classmoeoBM.html" alt="moeoBM< const EOFitness &, const EOFitness &, R >" shape="rect" coords="167,112,492,136">
<area doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_b_f.html" alt="eoBF< const EOFitness &, const EOFitness &, R >" shape="rect" coords="0,56,325,80">
<area href="classmoeoMetric.html" alt="moeoMetric" shape="rect" coords="335,56,660,80">
<area doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_functor_base.html" alt="eoFunctorBase" shape="rect" coords="0,0,325,24">
<area doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_functor_base.html" alt="eoFunctorBase" shape="rect" coords="335,0,660,24">
</map>
<table border="0" cellpadding="0" cellspacing="0">
<a href="classmoeoSolutionVsSolutionBM-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
@ -53,8 +55,8 @@ Base class for binary metrics dedicated to the performance comparison between tw
<p>
Definition at line <a class="el" href="moeoMetric_8h-source.html#l00070">70</a> of file <a class="el" href="moeoMetric_8h-source.html">moeoMetric.h</a>.<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="moeoMetric_8h-source.html">moeoMetric.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Tue Dec 12 11:16:35 2006 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Fri Dec 22 09:37:12 2006 for ParadisEO-MOEO by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
</body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 894 B

After

Width:  |  Height:  |  Size: 1.9 KiB

Before After
Before After

View file

@ -4,13 +4,12 @@
<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 -->
<!-- Generated by Doxygen 1.4.6 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main&nbsp;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&nbsp;Pages</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
@ -29,7 +28,7 @@
<li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
</ul></div>
<h1>moeoUM&lt; A, R &gt; Class Template Reference</h1><!-- doxytag: class="moeoUM" --><!-- doxytag: inherits="moeoMetric" -->Base class for unary metrics.
<h1>moeoUM&lt; A, R &gt; Class Template Reference</h1><!-- doxytag: class="moeoUM" --><!-- doxytag: inherits="eoUF&lt; A, R &gt;,moeoMetric" -->Base class for unary metrics.
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="moeoMetric_8h-source.html">moeoMetric.h</a>&gt;</code>
@ -37,9 +36,12 @@
<p>Inheritance diagram for moeoUM&lt; A, R &gt;:
<p><center><img src="classmoeoUM.png" usemap="#moeoUM< A, R >_map" border="0" alt=""></center>
<map name="moeoUM< A, R >_map">
<area href="classmoeoMetric.html" alt="moeoMetric" shape="rect" coords="0,0,111,24">
<area doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_u_f.html" alt="eoUF< A, R >" shape="rect" coords="0,56,111,80">
<area href="classmoeoMetric.html" alt="moeoMetric" shape="rect" coords="121,56,232,80">
<area doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_functor_base.html" alt="eoFunctorBase" shape="rect" coords="0,0,111,24">
<area doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_functor_base.html" alt="eoFunctorBase" shape="rect" coords="121,0,232,24">
</map>
<table border="0" cellpadding="0" cellspacing="0">
<a href="classmoeoUM-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
@ -52,8 +54,8 @@ Base class for unary metrics.
<p>
Definition at line <a class="el" href="moeoMetric_8h-source.html#l00029">29</a> of file <a class="el" href="moeoMetric_8h-source.html">moeoMetric.h</a>.<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="moeoMetric_8h-source.html">moeoMetric.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Tue Dec 12 11:16:35 2006 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Fri Dec 22 09:37:12 2006 for ParadisEO-MOEO by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
</body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 392 B

After

Width:  |  Height:  |  Size: 830 B

Before After
Before After

View file

@ -4,13 +4,12 @@
<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 -->
<!-- Generated by Doxygen 1.4.6 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main&nbsp;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&nbsp;Pages</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
@ -37,10 +36,13 @@
<p>Inheritance diagram for moeoVectorUM&lt; EOT, R, EOFitness &gt;:
<p><center><img src="classmoeoVectorUM.png" usemap="#moeoVectorUM< EOT, R, EOFitness >_map" border="0" alt=""></center>
<map name="moeoVectorUM< EOT, R, EOFitness >_map">
<area href="classmoeoUM.html" alt="moeoUM< const std::vector< EOFitness > &, R >" shape="rect" coords="0,56,291,80">
<area href="classmoeoMetric.html" alt="moeoMetric" shape="rect" coords="0,0,291,24">
<area href="classmoeoUM.html" alt="moeoUM< const std::vector< EOFitness > &, R >" shape="rect" coords="150,112,441,136">
<area doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_u_f.html" alt="eoUF< const std::vector< EOFitness > &, R >" shape="rect" coords="0,56,291,80">
<area href="classmoeoMetric.html" alt="moeoMetric" shape="rect" coords="301,56,592,80">
<area doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_functor_base.html" alt="eoFunctorBase" shape="rect" coords="0,0,291,24">
<area doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_functor_base.html" alt="eoFunctorBase" shape="rect" coords="301,0,592,24">
</map>
<table border="0" cellpadding="0" cellspacing="0">
<a href="classmoeoVectorUM-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
@ -53,8 +55,8 @@ Base class for unary metrics dedicated to the performance evaluation of a Pareto
<p>
Definition at line <a class="el" href="moeoMetric_8h-source.html#l00058">58</a> of file <a class="el" href="moeoMetric_8h-source.html">moeoMetric.h</a>.<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="moeoMetric_8h-source.html">moeoMetric.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Tue Dec 12 11:16:35 2006 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Fri Dec 22 09:37:12 2006 for ParadisEO-MOEO by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
</body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 994 B

After

Width:  |  Height:  |  Size: 1.7 KiB

Before After
Before After

View file

@ -4,13 +4,12 @@
<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 -->
<!-- Generated by Doxygen 1.4.6 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main&nbsp;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&nbsp;Pages</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
@ -29,7 +28,7 @@
<li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
</ul></div>
<h1>moeoVectorVsSolutionBM&lt; EOT, R, EOFitness &gt; Class Template Reference</h1><!-- doxytag: class="moeoVectorVsSolutionBM" --><!-- doxytag: inherits="moeoBM" -->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.
<h1>moeoVectorVsSolutionBM&lt; EOT, R, EOFitness &gt; Class Template Reference</h1><!-- doxytag: class="moeoVectorVsSolutionBM" --><!-- doxytag: inherits="moeoBM&lt; const std::vector&lt; EOFitness &gt; &amp;, const EOFitness &amp;, R &gt;" -->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.
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="moeoMetric_8h-source.html">moeoMetric.h</a>&gt;</code>
@ -37,10 +36,13 @@
<p>Inheritance diagram for moeoVectorVsSolutionBM&lt; EOT, R, EOFitness &gt;:
<p><center><img src="classmoeoVectorVsSolutionBM.png" usemap="#moeoVectorVsSolutionBM< EOT, R, EOFitness >_map" border="0" alt=""></center>
<map name="moeoVectorVsSolutionBM< EOT, R, EOFitness >_map">
<area href="classmoeoBM.html" alt="moeoBM< A1, A2, R >" shape="rect" coords="0,56,292,80">
<area href="classmoeoMetric.html" alt="moeoMetric" shape="rect" coords="0,0,292,24">
<area href="classmoeoBM.html" alt="moeoBM< const std::vector< EOFitness > &, const EOFitness &, R >" shape="rect" coords="208,112,615,136">
<area doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_b_f.html" alt="eoBF< const std::vector< EOFitness > &, const EOFitness &, R >" shape="rect" coords="0,56,407,80">
<area href="classmoeoMetric.html" alt="moeoMetric" shape="rect" coords="417,56,824,80">
<area doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_functor_base.html" alt="eoFunctorBase" shape="rect" coords="0,0,407,24">
<area doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_functor_base.html" alt="eoFunctorBase" shape="rect" coords="417,0,824,24">
</map>
<table border="0" cellpadding="0" cellspacing="0">
<a href="classmoeoVectorVsSolutionBM-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
@ -53,8 +55,8 @@ Base class for binary metrics dedicated to the performance comparison between a
<p>
Definition at line <a class="el" href="moeoMetric_8h-source.html#l00082">82</a> of file <a class="el" href="moeoMetric_8h-source.html">moeoMetric.h</a>.<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="moeoMetric_8h-source.html">moeoMetric.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Tue Dec 12 11:16:35 2006 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Fri Dec 22 09:37:12 2006 for ParadisEO-MOEO by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
</body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1,022 B

After

Width:  |  Height:  |  Size: 1.9 KiB

Before After
Before After

View file

@ -4,13 +4,12 @@
<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 -->
<!-- Generated by Doxygen 1.4.6 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main&nbsp;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&nbsp;Pages</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
@ -29,7 +28,7 @@
<li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
</ul></div>
<h1>moeoVectorVsVectorBM&lt; EOT, R, EOFitness &gt; Class Template Reference</h1><!-- doxytag: class="moeoVectorVsVectorBM" --><!-- doxytag: inherits="moeoBM" -->Base class for binary metrics dedicated to the performance comparison between two Pareto sets (two vectors of Pareto fitnesses).
<h1>moeoVectorVsVectorBM&lt; EOT, R, EOFitness &gt; Class Template Reference</h1><!-- doxytag: class="moeoVectorVsVectorBM" --><!-- doxytag: inherits="moeoBM&lt; const std::vector&lt; EOFitness &gt; &amp;, const std::vector&lt; EOFitness &gt; &amp;, R &gt;" -->Base class for binary metrics dedicated to the performance comparison between two Pareto sets (two vectors of Pareto fitnesses).
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="moeoMetric_8h-source.html">moeoMetric.h</a>&gt;</code>
@ -37,10 +36,13 @@
<p>Inheritance diagram for moeoVectorVsVectorBM&lt; EOT, R, EOFitness &gt;:
<p><center><img src="classmoeoVectorVsVectorBM.png" usemap="#moeoVectorVsVectorBM< EOT, R, EOFitness >_map" border="0" alt=""></center>
<map name="moeoVectorVsVectorBM< EOT, R, EOFitness >_map">
<area href="classmoeoBM.html" alt="moeoBM< A1, A2, R >" shape="rect" coords="0,56,285,80">
<area href="classmoeoMetric.html" alt="moeoMetric" shape="rect" coords="0,0,285,24">
<area href="classmoeoBM.html" alt="moeoBM< const std::vector< EOFitness > &, const std::vector< EOFitness > &, R >" shape="rect" coords="249,112,738,136">
<area doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_b_f.html" alt="eoBF< const std::vector< EOFitness > &, const std::vector< EOFitness > &, R >" shape="rect" coords="0,56,489,80">
<area href="classmoeoMetric.html" alt="moeoMetric" shape="rect" coords="499,56,988,80">
<area doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_functor_base.html" alt="eoFunctorBase" shape="rect" coords="0,0,489,24">
<area doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_functor_base.html" alt="eoFunctorBase" shape="rect" coords="499,0,988,24">
</map>
<table border="0" cellpadding="0" cellspacing="0">
<a href="classmoeoVectorVsVectorBM-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
@ -53,8 +55,8 @@ Base class for binary metrics dedicated to the performance comparison between tw
<p>
Definition at line <a class="el" href="moeoMetric_8h-source.html#l00095">95</a> of file <a class="el" href="moeoMetric_8h-source.html">moeoMetric.h</a>.<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="moeoMetric_8h-source.html">moeoMetric.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Tue Dec 12 11:16:35 2006 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Fri Dec 22 09:37:12 2006 for ParadisEO-MOEO by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
</body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 997 B

After

Width:  |  Height:  |  Size: 2.1 KiB

Before After
Before After

View file

@ -80,7 +80,7 @@ A.codeRef:visited { font-weight: normal; color: #0000FF}
A:hover { text-decoration: none; background-color: #f2f2ff }
DL.el { margin-left: -1cm }
.fragment {
font-family: monospace, fixed;
font-family: Fixed, monospace;
font-size: 95%;
}
PRE.fragment {
@ -96,7 +96,14 @@ PRE.fragment {
padding-bottom: 4px;
}
DIV.ah { background-color: black; font-weight: bold; color: #ffffff; margin-bottom: 3px; margin-top: 3px }
TD.md { background-color: #F4F4FB; font-weight: bold; }
TD.mdPrefix {
background-color: #F4F4FB;
color: #606060;
font-size: 80%;
}
TD.mdname1 { background-color: #F4F4FB; font-weight: bold; color: #602020; }
TD.mdname { background-color: #F4F4FB; font-weight: bold; color: #602020; width: 600px; }
DIV.groupHeader {
margin-left: 16px;
margin-top: 12px;
@ -149,6 +156,13 @@ SPAN.comment { color: #800000 }
SPAN.preprocessor { color: #806020 }
SPAN.stringliteral { color: #002080 }
SPAN.charliteral { color: #008080 }
.mdTable {
border: 1px solid #868686;
background-color: #F4F4FB;
}
.mdRow {
padding: 8px 10px;
}
.mdescLeft {
padding: 0px 8px 4px 8px;
font-size: 80%;
@ -294,65 +308,3 @@ HR { height: 1px;
border-top: 1px solid black;
}
/* Style for detailed member documentation */
.memtemplate {
font-size: 80%;
color: #606060;
font-weight: normal;
}
.memnav {
background-color: #e8eef2;
border: 1px solid #84b0c7;
text-align: center;
margin: 2px;
margin-right: 15px;
padding: 2px;
}
.memitem {
padding: 4px;
background-color: #eef3f5;
border-width: 1px;
border-style: solid;
border-color: #dedeee;
-moz-border-radius: 8px 8px 8px 8px;
}
.memname {
white-space: nowrap;
font-weight: bold;
}
.memdoc{
padding-left: 10px;
}
.memproto {
background-color: #d5e1e8;
width: 100%;
border-width: 1px;
border-style: solid;
border-color: #84b0c7;
font-weight: bold;
-moz-border-radius: 8px 8px 8px 8px;
}
.paramkey {
text-align: right;
}
.paramtype {
white-space: nowrap;
}
.paramname {
color: #602020;
font-style: italic;
white-space: nowrap;
}
/* End Styling for detailed member documentation */
/* for the tree view */
.ftvtree {
font-family: sans-serif;
margin:0.5em;
}
.directory { font-size: 9pt; font-weight: bold; }
.directory h3 { margin: 0px; margin-top: 1em; font-size: 11pt; }
.directory > h3 { margin-top: 0; }
.directory p { margin: 0px; white-space: nowrap; }
.directory div { display: none; margin: 0px; }
.directory img { vertical-align: -30%; }

View file

@ -4,13 +4,12 @@
<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 -->
<!-- Generated by Doxygen 1.4.6 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="classes.html"><span>Classes</span></a></li>
<li id="current"><a href="files.html"><span>Files</span></a></li>
<li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
@ -23,7 +22,12 @@
</li>
</ul></div>
<h1>ParadisEO-MOEO File List</h1>Here is a list of all documented files with brief descriptions:<table>
<tr><td class="indexkey"><b>eoBinaryQualityIndicator.h</b> <a href="eoBinaryQualityIndicator_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><b>eoIBEA.h</b> <a href="eoIBEA_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><b>eoParetoPhenDist.h</b> <a href="eoParetoPhenDist_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><b>eoParetoSharing.h</b> <a href="eoParetoSharing_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><b>index.h</b> <a href="index_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><b>make_algo_MOEO.h</b> <a href="make__algo__MOEO_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><b>moeo.h</b> <a href="moeo_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><b>moeoArchive.h</b> <a href="moeoArchive_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><b>moeoArchiveFitnessSavingUpdater.h</b> <a href="moeoArchiveFitnessSavingUpdater_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
@ -35,11 +39,13 @@
<tr><td class="indexkey"><b>moeoHybridMOLS.h</b> <a href="moeoHybridMOLS_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><b>moeoMetric.h</b> <a href="moeoMetric_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><b>moeoMOLS.h</b> <a href="moeoMOLS_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><b>moeoNDSorting.h</b> <a href="moeoNDSorting_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><b>moeoNSGA_II.h</b> <a href="moeoNSGA__II_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><b>moeoReplacement.h</b> <a href="moeoReplacement_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey"><b>moeoSelectOneFromPopAndArch.h</b> <a href="moeoSelectOneFromPopAndArch_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
</table>
<hr size="1"><address style="align: right;"><small>Generated on Tue Dec 12 11:16:35 2006 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Fri Dec 22 09:37:11 2006 for ParadisEO-MOEO by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
</body>
</html>

View file

@ -4,13 +4,12 @@
<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 -->
<!-- Generated by Doxygen 1.4.6 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main&nbsp;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&nbsp;Pages</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
@ -40,12 +39,16 @@
<div class="tabs">
<ul>
<li><a href="#index_a"><span>a</span></a></li>
<li><a href="#index_b"><span>b</span></a></li>
<li><a href="#index_c"><span>c</span></a></li>
<li><a href="#index_d"><span>d</span></a></li>
<li><a href="#index_e"><span>e</span></a></li>
<li><a href="#index_f"><span>f</span></a></li>
<li><a href="#index_g"><span>g</span></a></li>
<li><a href="#index_h"><span>h</span></a></li>
<li><a href="#index_i"><span>i</span></a></li>
<li><a href="#index_k"><span>k</span></a></li>
<li><a href="#index_l"><span>l</span></a></li>
<li><a href="#index_m"><span>m</span></a></li>
<li><a href="#index_n"><span>n</span></a></li>
<li><a href="#index_o"><span>o</span></a></li>
@ -55,6 +58,7 @@
<li><a href="#index_t"><span>t</span></a></li>
<li><a href="#index_u"><span>u</span></a></li>
<li><a href="#index_v"><span>v</span></a></li>
<li><a href="#index_z"><span>z</span></a></li>
</ul>
</div>
@ -63,147 +67,142 @@ Here is a list of all documented class members with links to the class documenta
<p>
<h3><a class="anchor" name="index_a">- a -</a></h3><ul>
<li>add()
: <a class="el" href="classmoeoCombinedMOLS.html#bd6b8f46211d5d531753c69fcd76cba4">moeoCombinedMOLS&lt; EOT &gt;</a>
<li>arch
: <a class="el" href="classmoeoHybridMOLS.html#4aecb1f300f2f09b8d45998cc140576b">moeoHybridMOLS&lt; EOT &gt;</a>
, <a class="el" href="classmoeoSelectOneFromPopAndArch.html#3ca71296847a931355a1e88d0cc524cb">moeoSelectOneFromPopAndArch&lt; EOT &gt;</a>
, <a class="el" href="classmoeoArchiveUpdater.html#2fd7b92786ced836e3d0b5abfb801a86">moeoArchiveUpdater&lt; EOT &gt;</a>
, <a class="el" href="classmoeoArchiveFitnessSavingUpdater.html#b8eeccd7b43eb11e36cee2ec7d7c9c21">moeoArchiveFitnessSavingUpdater&lt; EOT &gt;</a>
<li>archSelectOne
: <a class="el" href="classmoeoSelectOneFromPopAndArch.html#5e062a1deca0307a91121271d3b976ba">moeoSelectOneFromPopAndArch&lt; EOT &gt;</a>
</ul>
: <a class="el" href="classmoeoCombinedMOLS.html#bd6b8f46211d5d531753c69fcd76cba4">moeoCombinedMOLS&lt; EOT &gt;</a><li>arch
: <a class="el" href="classmoeoSelectOneFromPopAndArch.html#3ca71296847a931355a1e88d0cc524cb">moeoSelectOneFromPopAndArch&lt; EOT &gt;</a>, <a class="el" href="classmoeoHybridMOLS.html#4aecb1f300f2f09b8d45998cc140576b">moeoHybridMOLS&lt; EOT &gt;</a>, <a class="el" href="classmoeoArchiveUpdater.html#2fd7b92786ced836e3d0b5abfb801a86">moeoArchiveUpdater&lt; EOT &gt;</a>, <a class="el" href="classmoeoArchiveFitnessSavingUpdater.html#b8eeccd7b43eb11e36cee2ec7d7c9c21">moeoArchiveFitnessSavingUpdater&lt; EOT &gt;</a><li>archSelectOne
: <a class="el" href="classmoeoSelectOneFromPopAndArch.html#5e062a1deca0307a91121271d3b976ba">moeoSelectOneFromPopAndArch&lt; EOT &gt;</a></ul>
<h3><a class="anchor" name="index_b">- b -</a></h3><ul>
<li>bounds
: <a class="el" href="classeoBinaryQualityIndicator.html#aa9bb224ab744a00271577a10518581a">eoBinaryQualityIndicator&lt; EOFitness &gt;</a><li>breed
: <a class="el" href="classmoeoNSGA__II.html#8908faf0b9a4334eaab0f34a2774fa16">moeoNSGA_II&lt; EOT &gt;</a></ul>
<h3><a class="anchor" name="index_c">- c -</a></h3><ul>
<li>card_C()
: <a class="el" href="classmoeoContributionMetric.html#a0041e60c941dd1909f28fadcf011b87">moeoContributionMetric&lt; EOT &gt;</a>
<li>card_N()
: <a class="el" href="classmoeoContributionMetric.html#9960fc1396dbadb412719aaeeedcf961">moeoContributionMetric&lt; EOT &gt;</a>
<li>card_W()
: <a class="el" href="classmoeoContributionMetric.html#64a72db699a10d6b4794773d4adbae3c">moeoContributionMetric&lt; EOT &gt;</a>
<li>combinedMOLS
: <a class="el" href="classmoeoCombinedMOLS.html#a5ccc182c0d61421fc524c2da3671099">moeoCombinedMOLS&lt; EOT &gt;</a>
<li>computeUnion()
: <a class="el" href="classmoeoEntropyMetric.html#2de60a0e6be362f074b50e6b455152ab">moeoEntropyMetric&lt; EOT &gt;</a>
<li>contains()
: <a class="el" href="classmoeoArchive.html#71feaf270daa7185e829caef40bbf956">moeoArchive&lt; EOT &gt;</a>
<li>counter
: <a class="el" href="classmoeoArchiveFitnessSavingUpdater.html#e32fab4bb828d40fe19c283dbd2a6423">moeoArchiveFitnessSavingUpdater&lt; EOT &gt;</a>
, <a class="el" href="classmoeoBinaryMetricSavingUpdater.html#280b52506c280b07356726ad5d497ef8">moeoBinaryMetricSavingUpdater&lt; EOT &gt;</a>
<li>createNewPop()
: <a class="el" href="classmoeoDisctinctElitistReplacement.html#7aed100016940e4806a7c93c0e22bf85">moeoDisctinctElitistReplacement&lt; EOT, WorthT &gt;</a>
</ul>
<li>calculate_worths()
: <a class="el" href="classeoIBEA.html#e6b7c15e38822bef261c545b498eabef">eoIBEA&lt; EOT, Fitness &gt;</a><li>card_C()
: <a class="el" href="classmoeoContributionMetric.html#a0041e60c941dd1909f28fadcf011b87">moeoContributionMetric&lt; EOT &gt;</a><li>card_N()
: <a class="el" href="classmoeoContributionMetric.html#9960fc1396dbadb412719aaeeedcf961">moeoContributionMetric&lt; EOT &gt;</a><li>card_W()
: <a class="el" href="classmoeoContributionMetric.html#64a72db699a10d6b4794773d4adbae3c">moeoContributionMetric&lt; EOT &gt;</a><li>combinedMOLS
: <a class="el" href="classmoeoCombinedMOLS.html#a5ccc182c0d61421fc524c2da3671099">moeoCombinedMOLS&lt; EOT &gt;</a><li>computeUnion()
: <a class="el" href="classmoeoEntropyMetric.html#2de60a0e6be362f074b50e6b455152ab">moeoEntropyMetric&lt; EOT &gt;</a><li>contains()
: <a class="el" href="classmoeoArchive.html#b62d5274da2b12802113858be49a21a4">moeoArchive&lt; EOT &gt;</a><li>continuator
: <a class="el" href="classmoeoNSGA__II.html#5723ef1daf0c523d4bf66a691fd6e909">moeoNSGA_II&lt; EOT &gt;</a><li>counter
: <a class="el" href="classmoeoArchiveFitnessSavingUpdater.html#e32fab4bb828d40fe19c283dbd2a6423">moeoArchiveFitnessSavingUpdater&lt; EOT &gt;</a>, <a class="el" href="classmoeoBinaryMetricSavingUpdater.html#280b52506c280b07356726ad5d497ef8">moeoBinaryMetricSavingUpdater&lt; EOT &gt;</a><li>createNewPop()
: <a class="el" href="classmoeoDisctinctElitistReplacement.html#7aed100016940e4806a7c93c0e22bf85">moeoDisctinctElitistReplacement&lt; EOT, WorthT &gt;</a></ul>
<h3><a class="anchor" name="index_d">- d -</a></h3><ul>
<li>dominates()
: <a class="el" href="classmoeoArchive.html#7786c8bfe67fefa19ac31a4ac700df06">moeoArchive&lt; EOT &gt;</a>
</ul>
<li>dist
: <a class="el" href="classeoParetoSharing.html#f5cff5bf666314e59d58043531253b1b">eoParetoSharing&lt; EOT, worthT &gt;</a><li>dMatrix()
: <a class="el" href="classeoParetoSharing_1_1dMatrix.html#0cff6678bc7af1fd6d620a472b6c9ee5">eoParetoSharing&lt; EOT, worthT &gt;::dMatrix</a><li>Dmax
: <a class="el" href="classeoParetoSharing.html#35449ebac125955c49a6d34db0e710b3">eoParetoSharing&lt; EOT, worthT &gt;</a><li>dominates()
: <a class="el" href="classmoeoArchive.html#22b298bb0e4f4b02f9d8c5d3385134a2">moeoArchive&lt; EOT &gt;</a><li>double_index_pair
: <a class="el" href="classmoeoNDSorting__II.html#6703325377eec015f475e944dc75097d">moeoNDSorting_II&lt; EOT &gt;</a></ul>
<h3><a class="anchor" name="index_e">- e -</a></h3><ul>
<li>EOFitness
: <a class="el" href="classmoeoBinaryMetricSavingUpdater.html#c22e390633d94bbf69309e8d0cae1f0a">moeoBinaryMetricSavingUpdater&lt; EOT &gt;</a>
, <a class="el" href="classmoeoContributionMetric.html#06c0247b9558eeb34e32c9a694924a66">moeoContributionMetric&lt; EOT &gt;</a>
, <a class="el" href="classmoeoArchive.html#798bc97d8321b1e2c469e5c341a96dac">moeoArchive&lt; EOT &gt;</a>
, <a class="el" href="classmoeoEntropyMetric.html#306b72d2236de1ecbae986c65490a8fe">moeoEntropyMetric&lt; EOT &gt;</a>
<li>eoHybridMOLS()
: <a class="el" href="classmoeoHybridMOLS.html#ced4b6d35035bfe3339dd571646e570d">moeoHybridMOLS&lt; EOT &gt;</a>
<li>euclidianDistance()
: <a class="el" href="classmoeoEntropyMetric.html#34f825ce7c53132f7218483130da8652">moeoEntropyMetric&lt; EOT &gt;</a>
<li>eval
: <a class="el" href="classmoeoCombinedMOLS.html#b2c0866a1808022bd3a9dac89e528a01">moeoCombinedMOLS&lt; EOT &gt;</a>
</ul>
<li>eoAdditiveBinaryEpsilonIndicator()
: <a class="el" href="classeoAdditiveBinaryEpsilonIndicator.html#c76501f3d05bc3c1e9ccef6f9c465cb9">eoAdditiveBinaryEpsilonIndicator&lt; EOFitness &gt;</a><li>eoBinaryHypervolumeIndicator()
: <a class="el" href="classeoBinaryHypervolumeIndicator.html#8b1dedf93c1936ea7efa9b19913d8773">eoBinaryHypervolumeIndicator&lt; EOFitness &gt;</a><li>eoBinaryQualityIndicator()
: <a class="el" href="classeoBinaryQualityIndicator.html#e138f133fb4a5024b2e31f1544b4739a">eoBinaryQualityIndicator&lt; EOFitness &gt;</a><li>EOFitness
: <a class="el" href="classmoeoArchive.html#798bc97d8321b1e2c469e5c341a96dac">moeoArchive&lt; EOT &gt;</a>, <a class="el" href="classmoeoEntropyMetric.html#306b72d2236de1ecbae986c65490a8fe">moeoEntropyMetric&lt; EOT &gt;</a>, <a class="el" href="classmoeoContributionMetric.html#06c0247b9558eeb34e32c9a694924a66">moeoContributionMetric&lt; EOT &gt;</a>, <a class="el" href="classmoeoBinaryMetricSavingUpdater.html#c22e390633d94bbf69309e8d0cae1f0a">moeoBinaryMetricSavingUpdater&lt; EOT &gt;</a><li>eoHybridMOLS()
: <a class="el" href="classmoeoHybridMOLS.html#ced4b6d35035bfe3339dd571646e570d">moeoHybridMOLS&lt; EOT &gt;</a><li>eoIBEA()
: <a class="el" href="classeoIBEA.html#703833c1f773136b24d2ca5c7cff4b2d">eoIBEA&lt; EOT, Fitness &gt;</a><li>eoIBEAAvgSorting()
: <a class="el" href="classeoIBEAAvgSorting.html#eb0cfda626e1e5cac6750f0598610f82">eoIBEAAvgSorting&lt; EOT, FitnessEval &gt;</a><li>eoIBEASorting()
: <a class="el" href="classeoIBEASorting.html#7a35d760e84a98fd7a47966c50e3af66">eoIBEASorting&lt; EOT, Fitness &gt;</a><li>eoIBEAStochSorting()
: <a class="el" href="classeoIBEAStochSorting.html#9d9775846e174bdbc9491856b23eb27d">eoIBEAStochSorting&lt; EOT, FitnessEval &gt;</a><li>eoParetoSharing()
: <a class="el" href="classeoParetoSharing.html#5ad0d5b6a1c1f4fc17bb9a319f18d645">eoParetoSharing&lt; EOT, worthT &gt;</a><li>epsilonValue()
: <a class="el" href="classeoAdditiveBinaryEpsilonIndicator.html#8f35162769a1b23ada83e5fb21cc74e7">eoAdditiveBinaryEpsilonIndicator&lt; EOFitness &gt;</a><li>euc_dist
: <a class="el" href="classeoParetoSharing.html#9b8e6e2c76d816afb23dfdbf91dabf57">eoParetoSharing&lt; EOT, worthT &gt;</a><li>euclidianDistance()
: <a class="el" href="classmoeoEntropyMetric.html#34f825ce7c53132f7218483130da8652">moeoEntropyMetric&lt; EOT &gt;</a><li>eval
: <a class="el" href="classmoeoNSGA__II.html#31560a9c8d9499ce8dd361a004083ce9">moeoNSGA_II&lt; EOT &gt;</a>, <a class="el" href="classmoeoCombinedMOLS.html#b2c0866a1808022bd3a9dac89e528a01">moeoCombinedMOLS&lt; EOT &gt;</a></ul>
<h3><a class="anchor" name="index_f">- f -</a></h3><ul>
<li>filename
: <a class="el" href="classmoeoBinaryMetricSavingUpdater.html#32c78860e3aee52346df3aa30c5ac42f">moeoBinaryMetricSavingUpdater&lt; EOT &gt;</a>
, <a class="el" href="classmoeoArchiveFitnessSavingUpdater.html#17c82bea631bf9ff635a3698d08907f0">moeoArchiveFitnessSavingUpdater&lt; EOT &gt;</a>
<li>firstGen
: <a class="el" href="classmoeoBinaryMetricSavingUpdater.html#1e40103a5cfa592a9d2408102e507a19">moeoBinaryMetricSavingUpdater&lt; EOT &gt;</a>
</ul>
: <a class="el" href="classmoeoArchiveFitnessSavingUpdater.html#17c82bea631bf9ff635a3698d08907f0">moeoArchiveFitnessSavingUpdater&lt; EOT &gt;</a>, <a class="el" href="classmoeoBinaryMetricSavingUpdater.html#32c78860e3aee52346df3aa30c5ac42f">moeoBinaryMetricSavingUpdater&lt; EOT &gt;</a><li>firstGen
: <a class="el" href="classmoeoBinaryMetricSavingUpdater.html#1e40103a5cfa592a9d2408102e507a19">moeoBinaryMetricSavingUpdater&lt; EOT &gt;</a><li>fitnesses()
: <a class="el" href="classeoIBEAAvgSorting.html#4bc8c46d151d7935d7b2ac8bfbdd7ee6">eoIBEAAvgSorting&lt; EOT, FitnessEval &gt;</a>, <a class="el" href="classeoIBEAStochSorting.html#0d099b5a341791b35db98b350cdbc83f">eoIBEAStochSorting&lt; EOT, FitnessEval &gt;</a>, <a class="el" href="classeoIBEASorting.html#af613f862a58b402d88958b0e290e810">eoIBEASorting&lt; EOT, Fitness &gt;</a></ul>
<h3><a class="anchor" name="index_g">- g -</a></h3><ul>
<li>genBreed
: <a class="el" href="classmoeoNSGA__II.html#33b60728fb89a6be957f3a312171941f">moeoNSGA_II&lt; EOT &gt;</a></ul>
<h3><a class="anchor" name="index_h">- h -</a></h3><ul>
<li>howManyInNicheOf()
: <a class="el" href="classmoeoEntropyMetric.html#a9369be315e139ebdf19fac09ad0563f">moeoEntropyMetric&lt; EOT &gt;</a>
</ul>
: <a class="el" href="classmoeoEntropyMetric.html#a9369be315e139ebdf19fac09ad0563f">moeoEntropyMetric&lt; EOT &gt;</a><li>hypervolumeIndicatorValue()
: <a class="el" href="classeoBinaryHypervolumeIndicator.html#9c12e672eaf7ed2b17cab9b96af911e6">eoBinaryHypervolumeIndicator&lt; EOFitness &gt;</a><li>hypervolumeIndicatorValueMax()
: <a class="el" href="classeoBinaryHypervolumeIndicator.html#df2903822dbcd0a906dabf4cb6e05bfb">eoBinaryHypervolumeIndicator&lt; EOFitness &gt;</a><li>hypervolumeIndicatorValueMin()
: <a class="el" href="classeoBinaryHypervolumeIndicator.html#6c9b9a5279ad7894b4563e205f13e98b">eoBinaryHypervolumeIndicator&lt; EOFitness &gt;</a></ul>
<h3><a class="anchor" name="index_i">- i -</a></h3><ul>
<li>id
: <a class="el" href="classmoeoArchiveFitnessSavingUpdater.html#e064861d67aae0747c2d8ffab90cbfbf">moeoArchiveFitnessSavingUpdater&lt; EOT &gt;</a>
</ul>
<li>I
: <a class="el" href="classeoIBEA.html#f69a9efad202b67ee51d538d14d587e6">eoIBEA&lt; EOT, Fitness &gt;</a><li>id
: <a class="el" href="classmoeoArchiveFitnessSavingUpdater.html#e064861d67aae0747c2d8ffab90cbfbf">moeoArchiveFitnessSavingUpdater&lt; EOT &gt;</a></ul>
<h3><a class="anchor" name="index_k">- k -</a></h3><ul>
<li>kappa
: <a class="el" href="classeoIBEAAvgSorting.html#6f467d673861830d6a0708f61cecc3f7">eoIBEAAvgSorting&lt; EOT, FitnessEval &gt;</a>, <a class="el" href="classeoIBEASorting.html#de45fa88a6b6fc70896a0dbfffdb3dc7">eoIBEASorting&lt; EOT, Fitness &gt;</a></ul>
<h3><a class="anchor" name="index_l">- l -</a></h3><ul>
<li>loopEval
: <a class="el" href="classmoeoNSGA__II.html#0308927592ac71d747ba345c74eb6595">moeoNSGA_II&lt; EOT &gt;</a></ul>
<h3><a class="anchor" name="index_m">- m -</a></h3><ul>
<li>metric
: <a class="el" href="classmoeoBinaryMetricSavingUpdater.html#52e12414a266bce1dbce0b913025fd37">moeoBinaryMetricSavingUpdater&lt; EOT &gt;</a>
<li>moeoArchiveFitnessSavingUpdater()
: <a class="el" href="classmoeoArchiveFitnessSavingUpdater.html#b61826bfa0f47064aed460817cf61b92">moeoArchiveFitnessSavingUpdater&lt; EOT &gt;</a>
<li>moeoArchiveUpdater()
: <a class="el" href="classmoeoArchiveUpdater.html#71027fd5f8dac7d8069b682c998c03c5">moeoArchiveUpdater&lt; EOT &gt;</a>
<li>moeoBinaryMetricSavingUpdater()
: <a class="el" href="classmoeoBinaryMetricSavingUpdater.html#978c6e8a99459722220387f911c1f461">moeoBinaryMetricSavingUpdater&lt; EOT &gt;</a>
<li>moeoCombinedMOLS()
: <a class="el" href="classmoeoCombinedMOLS.html#9305380cd8f5a4d85ef603fa85c1860b">moeoCombinedMOLS&lt; EOT &gt;</a>
<li>moeoDisctinctElitistReplacement()
: <a class="el" href="classmoeoDisctinctElitistReplacement.html#f39200df2b68f6d35fbed2a2688a9d75">moeoDisctinctElitistReplacement&lt; EOT, WorthT &gt;</a>
<li>moeoElitistReplacement()
: <a class="el" href="classmoeoElitistReplacement.html#fa62ed508ac194ed7b720e37dd22458c">moeoElitistReplacement&lt; EOT, WorthT &gt;</a>
<li>moeoSelectOneFromPopAndArch()
: <a class="el" href="classmoeoSelectOneFromPopAndArch.html#8d75155e2bb6994b080c696d6382c6c9">moeoSelectOneFromPopAndArch&lt; EOT &gt;</a>
<li>mols
: <a class="el" href="classmoeoHybridMOLS.html#5ecf318c321a71857c11da1ff5000092">moeoHybridMOLS&lt; EOT &gt;</a>
</ul>
<li>max
: <a class="el" href="classeoBinaryQualityIndicator_1_1Range.html#63c9473e163e3c0c6d5a0327252786b1">eoBinaryQualityIndicator&lt; EOFitness &gt;::Range</a><li>maximum()
: <a class="el" href="classeoBinaryQualityIndicator_1_1Range.html#790f08b55cdd69213886de198b2bcc5f">eoBinaryQualityIndicator&lt; EOFitness &gt;::Range</a><li>metric
: <a class="el" href="classmoeoBinaryMetricSavingUpdater.html#52e12414a266bce1dbce0b913025fd37">moeoBinaryMetricSavingUpdater&lt; EOT &gt;</a><li>min
: <a class="el" href="classeoBinaryQualityIndicator_1_1Range.html#e233e32a9b7cb73ef5dbe06a204482ec">eoBinaryQualityIndicator&lt; EOFitness &gt;::Range</a><li>minimum()
: <a class="el" href="classeoBinaryQualityIndicator_1_1Range.html#f9554f81819461f9ad56c12a93259803">eoBinaryQualityIndicator&lt; EOFitness &gt;::Range</a><li>moeoArchiveFitnessSavingUpdater()
: <a class="el" href="classmoeoArchiveFitnessSavingUpdater.html#b61826bfa0f47064aed460817cf61b92">moeoArchiveFitnessSavingUpdater&lt; EOT &gt;</a><li>moeoArchiveUpdater()
: <a class="el" href="classmoeoArchiveUpdater.html#71027fd5f8dac7d8069b682c998c03c5">moeoArchiveUpdater&lt; EOT &gt;</a><li>moeoBinaryMetricSavingUpdater()
: <a class="el" href="classmoeoBinaryMetricSavingUpdater.html#978c6e8a99459722220387f911c1f461">moeoBinaryMetricSavingUpdater&lt; EOT &gt;</a><li>moeoCombinedMOLS()
: <a class="el" href="classmoeoCombinedMOLS.html#9305380cd8f5a4d85ef603fa85c1860b">moeoCombinedMOLS&lt; EOT &gt;</a><li>moeoDisctinctElitistReplacement()
: <a class="el" href="classmoeoDisctinctElitistReplacement.html#f39200df2b68f6d35fbed2a2688a9d75">moeoDisctinctElitistReplacement&lt; EOT, WorthT &gt;</a><li>moeoElitistReplacement()
: <a class="el" href="classmoeoElitistReplacement.html#fa62ed508ac194ed7b720e37dd22458c">moeoElitistReplacement&lt; EOT, WorthT &gt;</a><li>moeoNDSorting_II()
: <a class="el" href="classmoeoNDSorting__II.html#820e9987853858ddc59e36c7f267955e">moeoNDSorting_II&lt; EOT &gt;</a><li>moeoNSGA_II()
: <a class="el" href="classmoeoNSGA__II.html#29ae86b4254ba6e5263c159df812fb7e">moeoNSGA_II&lt; EOT &gt;</a><li>moeoSelectOneFromPopAndArch()
: <a class="el" href="classmoeoSelectOneFromPopAndArch.html#1aeab159a74bf4cd171e2045e25be2b7">moeoSelectOneFromPopAndArch&lt; EOT &gt;</a><li>mols
: <a class="el" href="classmoeoHybridMOLS.html#5ecf318c321a71857c11da1ff5000092">moeoHybridMOLS&lt; EOT &gt;</a></ul>
<h3><a class="anchor" name="index_n">- n -</a></h3><ul>
<li>normalize()
: <a class="el" href="classmoeoEntropyMetric.html#bc32468b148a0da4eb21a9fc14dfafae">moeoEntropyMetric&lt; EOT &gt;</a>
</ul>
<li>niche_penalty()
: <a class="el" href="classmoeoNDSorting__II.html#d24d8008d6928aeaeeb59791cb4059fc">moeoNDSorting_II&lt; EOT &gt;</a><li>nicheSize
: <a class="el" href="classeoParetoSharing.html#0da31e076cf2098639cd1a9fa06f3942">eoParetoSharing&lt; EOT, worthT &gt;</a><li>normalize()
: <a class="el" href="classmoeoEntropyMetric.html#bc32468b148a0da4eb21a9fc14dfafae">moeoEntropyMetric&lt; EOT &gt;</a></ul>
<h3><a class="anchor" name="index_o">- o -</a></h3><ul>
<li>oldPop
: <a class="el" href="classmoeoBinaryMetricSavingUpdater.html#c1751bf23ef440d895a39cdff25c384c">moeoBinaryMetricSavingUpdater&lt; EOT &gt;</a>
<li>operator()()
: <a class="el" href="classmoeoSelectOneFromPopAndArch.html#3c97abfde2dd9959ae4db4c32038017d">moeoSelectOneFromPopAndArch&lt; EOT &gt;</a>
, <a class="el" href="classmoeoDisctinctElitistReplacement.html#ca73704e827074092e7d228253427a8a">moeoDisctinctElitistReplacement&lt; EOT, WorthT &gt;</a>
, <a class="el" href="classmoeoElitistReplacement.html#aad627deb45859e65ace0709c004049a">moeoElitistReplacement&lt; EOT, WorthT &gt;</a>
, <a class="el" href="classmoeoHybridMOLS.html#f62b4221d0ec094e39b73b386b508fc1">moeoHybridMOLS&lt; EOT &gt;</a>
, <a class="el" href="classmoeoCombinedMOLS.html#fa7de12db00b89feb139372603bba4aa">moeoCombinedMOLS&lt; EOT &gt;</a>
, <a class="el" href="classmoeoArchiveUpdater.html#19e98244f0dd641983af81d8dcaf0f7d">moeoArchiveUpdater&lt; EOT &gt;</a>
, <a class="el" href="classmoeoArchiveFitnessSavingUpdater.html#2ad5d3ab2c2066a1a3b85fff2ac14a19">moeoArchiveFitnessSavingUpdater&lt; EOT &gt;</a>
, <a class="el" href="classmoeoEntropyMetric.html#58136405dfed951efa340ddf541c29fd">moeoEntropyMetric&lt; EOT &gt;</a>
, <a class="el" href="classmoeoContributionMetric.html#76b6b93124263ca1a8232b12a556d843">moeoContributionMetric&lt; EOT &gt;</a>
, <a class="el" href="classmoeoBinaryMetricSavingUpdater.html#2d051d28def4cadf69957c8a21bf88dc">moeoBinaryMetricSavingUpdater&lt; EOT &gt;</a>
</ul>
: <a class="el" href="classmoeoBinaryMetricSavingUpdater.html#c1751bf23ef440d895a39cdff25c384c">moeoBinaryMetricSavingUpdater&lt; EOT &gt;</a><li>operator()
: <a class="el" href="classeoParetoSharing.html#df55496bf711d4614bcf42d157a4b4de">eoParetoSharing&lt; EOT, worthT &gt;</a><li>operator()()
: <a class="el" href="classeoParetoEuclidDist.html#8693ded671292b210c3c455fa18c496e">eoParetoEuclidDist&lt; EOT, DistType &gt;</a>, <a class="el" href="classeoBinaryHypervolumeIndicator.html#d418f42f086a3221c60ad9149b5df9d0">eoBinaryHypervolumeIndicator&lt; EOFitness &gt;</a>, <a class="el" href="classeoAdditiveBinaryEpsilonIndicator.html#5fd885a2a555e26706174a44ef636f4d">eoAdditiveBinaryEpsilonIndicator&lt; EOFitness &gt;</a>, <a class="el" href="classmoeoSelectOneFromPopAndArch.html#3c97abfde2dd9959ae4db4c32038017d">moeoSelectOneFromPopAndArch&lt; EOT &gt;</a>, <a class="el" href="classmoeoDisctinctElitistReplacement.html#ca73704e827074092e7d228253427a8a">moeoDisctinctElitistReplacement&lt; EOT, WorthT &gt;</a>, <a class="el" href="classmoeoElitistReplacement.html#aad627deb45859e65ace0709c004049a">moeoElitistReplacement&lt; EOT, WorthT &gt;</a>, <a class="el" href="classmoeoNSGA__II.html#a9a94b2ee67038b81cdba0fd005350d0">moeoNSGA_II&lt; EOT &gt;</a>, <a class="el" href="classmoeoNDSorting__II_1_1compare__nodes.html#e1052afbabd0e4f14b7913cd1afcd824">moeoNDSorting_II&lt; EOT &gt;::compare_nodes</a>, <a class="el" href="classmoeoHybridMOLS.html#f62b4221d0ec094e39b73b386b508fc1">moeoHybridMOLS&lt; EOT &gt;</a>, <a class="el" href="classmoeoCombinedMOLS.html#fa7de12db00b89feb139372603bba4aa">moeoCombinedMOLS&lt; EOT &gt;</a>, <a class="el" href="classmoeoArchiveUpdater.html#19e98244f0dd641983af81d8dcaf0f7d">moeoArchiveUpdater&lt; EOT &gt;</a>, <a class="el" href="classmoeoArchiveFitnessSavingUpdater.html#2ad5d3ab2c2066a1a3b85fff2ac14a19">moeoArchiveFitnessSavingUpdater&lt; EOT &gt;</a>, <a class="el" href="classmoeoEntropyMetric.html#58136405dfed951efa340ddf541c29fd">moeoEntropyMetric&lt; EOT &gt;</a>, <a class="el" href="classmoeoContributionMetric.html#76b6b93124263ca1a8232b12a556d843">moeoContributionMetric&lt; EOT &gt;</a>, <a class="el" href="classmoeoBinaryMetricSavingUpdater.html#2d051d28def4cadf69957c8a21bf88dc">moeoBinaryMetricSavingUpdater&lt; EOT &gt;</a></ul>
<h3><a class="anchor" name="index_p">- p -</a></h3><ul>
<li>perf2worth
: <a class="el" href="classmoeoElitistReplacement.html#020f0e0b6b88a0081d922cca5b05990e">moeoElitistReplacement&lt; EOT, WorthT &gt;</a>
, <a class="el" href="classmoeoDisctinctElitistReplacement.html#3d1616ba57c10f5a77e0ec021cc8beb2">moeoDisctinctElitistReplacement&lt; EOT, WorthT &gt;</a>
<li>pop
: <a class="el" href="classmoeoArchiveUpdater.html#0fc3f08f0385c55569eb056737303363">moeoArchiveUpdater&lt; EOT &gt;</a>
, <a class="el" href="classmoeoBinaryMetricSavingUpdater.html#9c30673aca66a1531856cb92068edaf7">moeoBinaryMetricSavingUpdater&lt; EOT &gt;</a>
<li>popSelectOne
: <a class="el" href="classmoeoSelectOneFromPopAndArch.html#4f6d51d06d92b0a3383f9f47e3b2b682">moeoSelectOneFromPopAndArch&lt; EOT &gt;</a>
<li>prenormalize()
: <a class="el" href="classmoeoEntropyMetric.html#c9f0c65b4de69accbfb42486f6445cb0">moeoEntropyMetric&lt; EOT &gt;</a>
</ul>
: <a class="el" href="classmoeoDisctinctElitistReplacement.html#3d1616ba57c10f5a77e0ec021cc8beb2">moeoDisctinctElitistReplacement&lt; EOT, WorthT &gt;</a>, <a class="el" href="classmoeoElitistReplacement.html#020f0e0b6b88a0081d922cca5b05990e">moeoElitistReplacement&lt; EOT, WorthT &gt;</a><li>pop
: <a class="el" href="classmoeoArchiveUpdater.html#0fc3f08f0385c55569eb056737303363">moeoArchiveUpdater&lt; EOT &gt;</a>, <a class="el" href="classmoeoBinaryMetricSavingUpdater.html#9c30673aca66a1531856cb92068edaf7">moeoBinaryMetricSavingUpdater&lt; EOT &gt;</a><li>popEval
: <a class="el" href="classmoeoNSGA__II.html#abca45cb9b0099f294ff5172a287ce33">moeoNSGA_II&lt; EOT &gt;</a><li>popSelectOne
: <a class="el" href="classmoeoSelectOneFromPopAndArch.html#4f6d51d06d92b0a3383f9f47e3b2b682">moeoSelectOneFromPopAndArch&lt; EOT &gt;</a><li>prenormalize()
: <a class="el" href="classmoeoEntropyMetric.html#c9f0c65b4de69accbfb42486f6445cb0">moeoEntropyMetric&lt; EOT &gt;</a><li>printOn()
: <a class="el" href="classeoParetoSharing_1_1dMatrix.html#0a331635c3125c5d936f30b34d3b4bcd">eoParetoSharing&lt; EOT, worthT &gt;::dMatrix</a></ul>
<h3><a class="anchor" name="index_r">- r -</a></h3><ul>
<li>randomSelect
: <a class="el" href="classmoeoSelectOneFromPopAndArch.html#77cbe0150e70219e5a7fd48296acc4c7">moeoSelectOneFromPopAndArch&lt; EOT &gt;</a>
<li>ratioFromPop
: <a class="el" href="classmoeoSelectOneFromPopAndArch.html#97b57e598752bccafaaf6a8a724d9a43">moeoSelectOneFromPopAndArch&lt; EOT &gt;</a>
<li>removeDominated()
: <a class="el" href="classmoeoEntropyMetric.html#3252e7534b1ceb1317936c5d2b3abcbe">moeoEntropyMetric&lt; EOT &gt;</a>
</ul>
<li>r
: <a class="el" href="classeoBinaryQualityIndicator_1_1Range.html#101eaf7a60e7243df169c7fde6087342">eoBinaryQualityIndicator&lt; EOFitness &gt;::Range</a><li>randomSelect
: <a class="el" href="classmoeoSelectOneFromPopAndArch.html#77cbe0150e70219e5a7fd48296acc4c7">moeoSelectOneFromPopAndArch&lt; EOT &gt;</a><li>Range()
: <a class="el" href="classeoBinaryQualityIndicator_1_1Range.html#111b9a6b682bd0270039cce7d1a847ca">eoBinaryQualityIndicator&lt; EOFitness &gt;::Range</a><li>range()
: <a class="el" href="classeoBinaryQualityIndicator_1_1Range.html#a432e7dbdb691ce4e6ee6d6a224e469f">eoBinaryQualityIndicator&lt; EOFitness &gt;::Range</a><li>ratioFromPop
: <a class="el" href="classmoeoSelectOneFromPopAndArch.html#97b57e598752bccafaaf6a8a724d9a43">moeoSelectOneFromPopAndArch&lt; EOT &gt;</a><li>removeDominated()
: <a class="el" href="classmoeoEntropyMetric.html#3252e7534b1ceb1317936c5d2b3abcbe">moeoEntropyMetric&lt; EOT &gt;</a><li>replace
: <a class="el" href="classmoeoNSGA__II.html#225df0fde7341dc20db61e822cee7aeb">moeoNSGA_II&lt; EOT &gt;</a><li>rho
: <a class="el" href="classeoBinaryHypervolumeIndicator.html#02fdfd1b2aa8071cdd3d395777d709a5">eoBinaryHypervolumeIndicator&lt; EOFitness &gt;</a><li>rSize
: <a class="el" href="classeoParetoSharing_1_1dMatrix.html#767481759c7990f6a90c581e0fd0a0dd">eoParetoSharing&lt; EOT, worthT &gt;::dMatrix</a></ul>
<h3><a class="anchor" name="index_s">- s -</a></h3><ul>
<li>select
: <a class="el" href="classmoeoHybridMOLS.html#b47c4d1bce77c5648b437a5884a7c41f">moeoHybridMOLS&lt; EOT &gt;</a>
<li>setup()
: <a class="el" href="classmoeoSelectOneFromPopAndArch.html#a2acc5ddcf045c0c63c22f8d04274858">moeoSelectOneFromPopAndArch&lt; EOT &gt;</a>
</ul>
: <a class="el" href="classmoeoHybridMOLS.html#b47c4d1bce77c5648b437a5884a7c41f">moeoHybridMOLS&lt; EOT &gt;</a><li>selectOne
: <a class="el" href="classmoeoNSGA__II.html#7f122201fa2d60855384389bf080e093">moeoNSGA_II&lt; EOT &gt;</a><li>setBounds()
: <a class="el" href="classeoIBEAAvgSorting.html#b365a1eab0da5211c59369416642780d">eoIBEAAvgSorting&lt; EOT, FitnessEval &gt;</a>, <a class="el" href="classeoIBEAStochSorting.html#2a5ddad942fee331fe6912a6fecc9247">eoIBEAStochSorting&lt; EOT, FitnessEval &gt;</a>, <a class="el" href="classeoIBEASorting.html#02c7346d6aa62f3e3af20cc6ac3ee1d9">eoIBEASorting&lt; EOT, Fitness &gt;</a>, <a class="el" href="classeoBinaryQualityIndicator.html#ed08c328526eb4c1c8cfde8b6938ece9">eoBinaryQualityIndicator&lt; EOFitness &gt;</a><li>setup()
: <a class="el" href="classmoeoSelectOneFromPopAndArch.html#a2acc5ddcf045c0c63c22f8d04274858">moeoSelectOneFromPopAndArch&lt; EOT &gt;</a><li>sh()
: <a class="el" href="classeoParetoSharing.html#ce18ecb042033d564be6379869f2be88">eoParetoSharing&lt; EOT, worthT &gt;</a><li>sorting
: <a class="el" href="classmoeoNSGA__II.html#0c64d278d6675671fb45a241d2b4802f">moeoNSGA_II&lt; EOT &gt;</a></ul>
<h3><a class="anchor" name="index_t">- t -</a></h3><ul>
<li>term
: <a class="el" href="classmoeoHybridMOLS.html#cd05dc1c82febb819945663c3b5c6a75">moeoHybridMOLS&lt; EOT &gt;</a>
</ul>
: <a class="el" href="classmoeoHybridMOLS.html#cd05dc1c82febb819945663c3b5c6a75">moeoHybridMOLS&lt; EOT &gt;</a><li>traits
: <a class="el" href="classeoBinaryHypervolumeIndicator.html#abde225206c55671bd585cc41cbfab1c">eoBinaryHypervolumeIndicator&lt; EOFitness &gt;</a>, <a class="el" href="classeoAdditiveBinaryEpsilonIndicator.html#c6d4c79183683a05183a31fcb7f533f1">eoAdditiveBinaryEpsilonIndicator&lt; EOFitness &gt;</a>, <a class="el" href="classeoBinaryQualityIndicator.html#3d9415cfa63d3dd57fe44f9e11df3cac">eoBinaryQualityIndicator&lt; EOFitness &gt;</a></ul>
<h3><a class="anchor" name="index_u">- u -</a></h3><ul>
<li>update()
: <a class="el" href="classmoeoArchive.html#be9f67bfe41c25537292056d5b30f56a">moeoArchive&lt; EOT &gt;</a>
</ul>
: <a class="el" href="classmoeoArchive.html#58e891ab400ba352e8b0a341d0bdc107">moeoArchive&lt; EOT &gt;</a></ul>
<h3><a class="anchor" name="index_v">- v -</a></h3><ul>
<li>vect_max_val
: <a class="el" href="classmoeoEntropyMetric.html#af0ae9645bdbb993de4bc990a0a08883">moeoEntropyMetric&lt; EOT &gt;</a>
<li>vect_min_val
: <a class="el" href="classmoeoEntropyMetric.html#d4046a304badfe78aa35b2d57938ffe9">moeoEntropyMetric&lt; EOT &gt;</a>
</ul>
<hr size="1"><address style="align: right;"><small>Generated on Tue Dec 12 11:16:35 2006 for ParadisEO-MOEO by&nbsp;
: <a class="el" href="classmoeoEntropyMetric.html#af0ae9645bdbb993de4bc990a0a08883">moeoEntropyMetric&lt; EOT &gt;</a><li>vect_min_val
: <a class="el" href="classmoeoEntropyMetric.html#d4046a304badfe78aa35b2d57938ffe9">moeoEntropyMetric&lt; EOT &gt;</a></ul>
<h3><a class="anchor" name="index_z">- z -</a></h3><ul>
<li>zero()
: <a class="el" href="classeoIBEAStochSorting.html#0cd3d638866730b7a8fdbd5a1c08c810">eoIBEAStochSorting&lt; EOT, FitnessEval &gt;</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Fri Dec 22 09:37:11 2006 for ParadisEO-MOEO by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
</body>
</html>

View file

@ -4,13 +4,12 @@
<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 -->
<!-- Generated by Doxygen 1.4.6 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main&nbsp;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&nbsp;Pages</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
@ -43,6 +42,7 @@
<li><a href="#index_c"><span>c</span></a></li>
<li><a href="#index_d"><span>d</span></a></li>
<li><a href="#index_e"><span>e</span></a></li>
<li><a href="#index_f"><span>f</span></a></li>
<li><a href="#index_h"><span>h</span></a></li>
<li><a href="#index_m"><span>m</span></a></li>
<li><a href="#index_n"><span>n</span></a></li>
@ -51,6 +51,7 @@
<li><a href="#index_r"><span>r</span></a></li>
<li><a href="#index_s"><span>s</span></a></li>
<li><a href="#index_u"><span>u</span></a></li>
<li><a href="#index_z"><span>z</span></a></li>
</ul>
</div>
@ -59,87 +60,85 @@
<p>
<h3><a class="anchor" name="index_a">- a -</a></h3><ul>
<li>add()
: <a class="el" href="classmoeoCombinedMOLS.html#bd6b8f46211d5d531753c69fcd76cba4">moeoCombinedMOLS&lt; EOT &gt;</a>
</ul>
: <a class="el" href="classmoeoCombinedMOLS.html#bd6b8f46211d5d531753c69fcd76cba4">moeoCombinedMOLS&lt; EOT &gt;</a></ul>
<h3><a class="anchor" name="index_c">- c -</a></h3><ul>
<li>card_C()
: <a class="el" href="classmoeoContributionMetric.html#a0041e60c941dd1909f28fadcf011b87">moeoContributionMetric&lt; EOT &gt;</a>
<li>card_N()
: <a class="el" href="classmoeoContributionMetric.html#9960fc1396dbadb412719aaeeedcf961">moeoContributionMetric&lt; EOT &gt;</a>
<li>card_W()
: <a class="el" href="classmoeoContributionMetric.html#64a72db699a10d6b4794773d4adbae3c">moeoContributionMetric&lt; EOT &gt;</a>
<li>computeUnion()
: <a class="el" href="classmoeoEntropyMetric.html#2de60a0e6be362f074b50e6b455152ab">moeoEntropyMetric&lt; EOT &gt;</a>
<li>contains()
: <a class="el" href="classmoeoArchive.html#71feaf270daa7185e829caef40bbf956">moeoArchive&lt; EOT &gt;</a>
<li>createNewPop()
: <a class="el" href="classmoeoDisctinctElitistReplacement.html#7aed100016940e4806a7c93c0e22bf85">moeoDisctinctElitistReplacement&lt; EOT, WorthT &gt;</a>
</ul>
<li>calculate_worths()
: <a class="el" href="classeoIBEA.html#e6b7c15e38822bef261c545b498eabef">eoIBEA&lt; EOT, Fitness &gt;</a><li>card_C()
: <a class="el" href="classmoeoContributionMetric.html#a0041e60c941dd1909f28fadcf011b87">moeoContributionMetric&lt; EOT &gt;</a><li>card_N()
: <a class="el" href="classmoeoContributionMetric.html#9960fc1396dbadb412719aaeeedcf961">moeoContributionMetric&lt; EOT &gt;</a><li>card_W()
: <a class="el" href="classmoeoContributionMetric.html#64a72db699a10d6b4794773d4adbae3c">moeoContributionMetric&lt; EOT &gt;</a><li>computeUnion()
: <a class="el" href="classmoeoEntropyMetric.html#2de60a0e6be362f074b50e6b455152ab">moeoEntropyMetric&lt; EOT &gt;</a><li>contains()
: <a class="el" href="classmoeoArchive.html#b62d5274da2b12802113858be49a21a4">moeoArchive&lt; EOT &gt;</a><li>createNewPop()
: <a class="el" href="classmoeoDisctinctElitistReplacement.html#7aed100016940e4806a7c93c0e22bf85">moeoDisctinctElitistReplacement&lt; EOT, WorthT &gt;</a></ul>
<h3><a class="anchor" name="index_d">- d -</a></h3><ul>
<li>dominates()
: <a class="el" href="classmoeoArchive.html#7786c8bfe67fefa19ac31a4ac700df06">moeoArchive&lt; EOT &gt;</a>
</ul>
<li>dMatrix()
: <a class="el" href="classeoParetoSharing_1_1dMatrix.html#0cff6678bc7af1fd6d620a472b6c9ee5">eoParetoSharing&lt; EOT, worthT &gt;::dMatrix</a><li>dominates()
: <a class="el" href="classmoeoArchive.html#22b298bb0e4f4b02f9d8c5d3385134a2">moeoArchive&lt; EOT &gt;</a></ul>
<h3><a class="anchor" name="index_e">- e -</a></h3><ul>
<li>eoHybridMOLS()
: <a class="el" href="classmoeoHybridMOLS.html#ced4b6d35035bfe3339dd571646e570d">moeoHybridMOLS&lt; EOT &gt;</a>
<li>euclidianDistance()
: <a class="el" href="classmoeoEntropyMetric.html#34f825ce7c53132f7218483130da8652">moeoEntropyMetric&lt; EOT &gt;</a>
</ul>
<li>eoAdditiveBinaryEpsilonIndicator()
: <a class="el" href="classeoAdditiveBinaryEpsilonIndicator.html#c76501f3d05bc3c1e9ccef6f9c465cb9">eoAdditiveBinaryEpsilonIndicator&lt; EOFitness &gt;</a><li>eoBinaryHypervolumeIndicator()
: <a class="el" href="classeoBinaryHypervolumeIndicator.html#8b1dedf93c1936ea7efa9b19913d8773">eoBinaryHypervolumeIndicator&lt; EOFitness &gt;</a><li>eoBinaryQualityIndicator()
: <a class="el" href="classeoBinaryQualityIndicator.html#e138f133fb4a5024b2e31f1544b4739a">eoBinaryQualityIndicator&lt; EOFitness &gt;</a><li>eoHybridMOLS()
: <a class="el" href="classmoeoHybridMOLS.html#ced4b6d35035bfe3339dd571646e570d">moeoHybridMOLS&lt; EOT &gt;</a><li>eoIBEA()
: <a class="el" href="classeoIBEA.html#703833c1f773136b24d2ca5c7cff4b2d">eoIBEA&lt; EOT, Fitness &gt;</a><li>eoIBEAAvgSorting()
: <a class="el" href="classeoIBEAAvgSorting.html#eb0cfda626e1e5cac6750f0598610f82">eoIBEAAvgSorting&lt; EOT, FitnessEval &gt;</a><li>eoIBEASorting()
: <a class="el" href="classeoIBEASorting.html#7a35d760e84a98fd7a47966c50e3af66">eoIBEASorting&lt; EOT, Fitness &gt;</a><li>eoIBEAStochSorting()
: <a class="el" href="classeoIBEAStochSorting.html#9d9775846e174bdbc9491856b23eb27d">eoIBEAStochSorting&lt; EOT, FitnessEval &gt;</a><li>eoParetoSharing()
: <a class="el" href="classeoParetoSharing.html#5ad0d5b6a1c1f4fc17bb9a319f18d645">eoParetoSharing&lt; EOT, worthT &gt;</a><li>epsilonValue()
: <a class="el" href="classeoAdditiveBinaryEpsilonIndicator.html#8f35162769a1b23ada83e5fb21cc74e7">eoAdditiveBinaryEpsilonIndicator&lt; EOFitness &gt;</a><li>euclidianDistance()
: <a class="el" href="classmoeoEntropyMetric.html#34f825ce7c53132f7218483130da8652">moeoEntropyMetric&lt; EOT &gt;</a></ul>
<h3><a class="anchor" name="index_f">- f -</a></h3><ul>
<li>fitnesses()
: <a class="el" href="classeoIBEAAvgSorting.html#4bc8c46d151d7935d7b2ac8bfbdd7ee6">eoIBEAAvgSorting&lt; EOT, FitnessEval &gt;</a>, <a class="el" href="classeoIBEAStochSorting.html#0d099b5a341791b35db98b350cdbc83f">eoIBEAStochSorting&lt; EOT, FitnessEval &gt;</a>, <a class="el" href="classeoIBEASorting.html#af613f862a58b402d88958b0e290e810">eoIBEASorting&lt; EOT, Fitness &gt;</a></ul>
<h3><a class="anchor" name="index_h">- h -</a></h3><ul>
<li>howManyInNicheOf()
: <a class="el" href="classmoeoEntropyMetric.html#a9369be315e139ebdf19fac09ad0563f">moeoEntropyMetric&lt; EOT &gt;</a>
</ul>
: <a class="el" href="classmoeoEntropyMetric.html#a9369be315e139ebdf19fac09ad0563f">moeoEntropyMetric&lt; EOT &gt;</a><li>hypervolumeIndicatorValue()
: <a class="el" href="classeoBinaryHypervolumeIndicator.html#9c12e672eaf7ed2b17cab9b96af911e6">eoBinaryHypervolumeIndicator&lt; EOFitness &gt;</a><li>hypervolumeIndicatorValueMax()
: <a class="el" href="classeoBinaryHypervolumeIndicator.html#df2903822dbcd0a906dabf4cb6e05bfb">eoBinaryHypervolumeIndicator&lt; EOFitness &gt;</a><li>hypervolumeIndicatorValueMin()
: <a class="el" href="classeoBinaryHypervolumeIndicator.html#6c9b9a5279ad7894b4563e205f13e98b">eoBinaryHypervolumeIndicator&lt; EOFitness &gt;</a></ul>
<h3><a class="anchor" name="index_m">- m -</a></h3><ul>
<li>moeoArchiveFitnessSavingUpdater()
: <a class="el" href="classmoeoArchiveFitnessSavingUpdater.html#b61826bfa0f47064aed460817cf61b92">moeoArchiveFitnessSavingUpdater&lt; EOT &gt;</a>
<li>moeoArchiveUpdater()
: <a class="el" href="classmoeoArchiveUpdater.html#71027fd5f8dac7d8069b682c998c03c5">moeoArchiveUpdater&lt; EOT &gt;</a>
<li>moeoBinaryMetricSavingUpdater()
: <a class="el" href="classmoeoBinaryMetricSavingUpdater.html#978c6e8a99459722220387f911c1f461">moeoBinaryMetricSavingUpdater&lt; EOT &gt;</a>
<li>moeoCombinedMOLS()
: <a class="el" href="classmoeoCombinedMOLS.html#9305380cd8f5a4d85ef603fa85c1860b">moeoCombinedMOLS&lt; EOT &gt;</a>
<li>moeoDisctinctElitistReplacement()
: <a class="el" href="classmoeoDisctinctElitistReplacement.html#f39200df2b68f6d35fbed2a2688a9d75">moeoDisctinctElitistReplacement&lt; EOT, WorthT &gt;</a>
<li>moeoElitistReplacement()
: <a class="el" href="classmoeoElitistReplacement.html#fa62ed508ac194ed7b720e37dd22458c">moeoElitistReplacement&lt; EOT, WorthT &gt;</a>
<li>moeoSelectOneFromPopAndArch()
: <a class="el" href="classmoeoSelectOneFromPopAndArch.html#1aeab159a74bf4cd171e2045e25be2b7">moeoSelectOneFromPopAndArch&lt; EOT &gt;</a>
</ul>
<li>maximum()
: <a class="el" href="classeoBinaryQualityIndicator_1_1Range.html#790f08b55cdd69213886de198b2bcc5f">eoBinaryQualityIndicator&lt; EOFitness &gt;::Range</a><li>minimum()
: <a class="el" href="classeoBinaryQualityIndicator_1_1Range.html#f9554f81819461f9ad56c12a93259803">eoBinaryQualityIndicator&lt; EOFitness &gt;::Range</a><li>moeoArchiveFitnessSavingUpdater()
: <a class="el" href="classmoeoArchiveFitnessSavingUpdater.html#b61826bfa0f47064aed460817cf61b92">moeoArchiveFitnessSavingUpdater&lt; EOT &gt;</a><li>moeoArchiveUpdater()
: <a class="el" href="classmoeoArchiveUpdater.html#71027fd5f8dac7d8069b682c998c03c5">moeoArchiveUpdater&lt; EOT &gt;</a><li>moeoBinaryMetricSavingUpdater()
: <a class="el" href="classmoeoBinaryMetricSavingUpdater.html#978c6e8a99459722220387f911c1f461">moeoBinaryMetricSavingUpdater&lt; EOT &gt;</a><li>moeoCombinedMOLS()
: <a class="el" href="classmoeoCombinedMOLS.html#9305380cd8f5a4d85ef603fa85c1860b">moeoCombinedMOLS&lt; EOT &gt;</a><li>moeoDisctinctElitistReplacement()
: <a class="el" href="classmoeoDisctinctElitistReplacement.html#f39200df2b68f6d35fbed2a2688a9d75">moeoDisctinctElitistReplacement&lt; EOT, WorthT &gt;</a><li>moeoElitistReplacement()
: <a class="el" href="classmoeoElitistReplacement.html#fa62ed508ac194ed7b720e37dd22458c">moeoElitistReplacement&lt; EOT, WorthT &gt;</a><li>moeoNDSorting_II()
: <a class="el" href="classmoeoNDSorting__II.html#820e9987853858ddc59e36c7f267955e">moeoNDSorting_II&lt; EOT &gt;</a><li>moeoNSGA_II()
: <a class="el" href="classmoeoNSGA__II.html#29ae86b4254ba6e5263c159df812fb7e">moeoNSGA_II&lt; EOT &gt;</a><li>moeoSelectOneFromPopAndArch()
: <a class="el" href="classmoeoSelectOneFromPopAndArch.html#1aeab159a74bf4cd171e2045e25be2b7">moeoSelectOneFromPopAndArch&lt; EOT &gt;</a></ul>
<h3><a class="anchor" name="index_n">- n -</a></h3><ul>
<li>normalize()
: <a class="el" href="classmoeoEntropyMetric.html#bc32468b148a0da4eb21a9fc14dfafae">moeoEntropyMetric&lt; EOT &gt;</a>
</ul>
<li>niche_penalty()
: <a class="el" href="classmoeoNDSorting__II.html#d24d8008d6928aeaeeb59791cb4059fc">moeoNDSorting_II&lt; EOT &gt;</a><li>normalize()
: <a class="el" href="classmoeoEntropyMetric.html#bc32468b148a0da4eb21a9fc14dfafae">moeoEntropyMetric&lt; EOT &gt;</a></ul>
<h3><a class="anchor" name="index_o">- o -</a></h3><ul>
<li>operator()()
: <a class="el" href="classmoeoBinaryMetricSavingUpdater.html#2d051d28def4cadf69957c8a21bf88dc">moeoBinaryMetricSavingUpdater&lt; EOT &gt;</a>
, <a class="el" href="classmoeoSelectOneFromPopAndArch.html#3c97abfde2dd9959ae4db4c32038017d">moeoSelectOneFromPopAndArch&lt; EOT &gt;</a>
, <a class="el" href="classmoeoDisctinctElitistReplacement.html#ca73704e827074092e7d228253427a8a">moeoDisctinctElitistReplacement&lt; EOT, WorthT &gt;</a>
, <a class="el" href="classmoeoElitistReplacement.html#aad627deb45859e65ace0709c004049a">moeoElitistReplacement&lt; EOT, WorthT &gt;</a>
, <a class="el" href="classmoeoHybridMOLS.html#f62b4221d0ec094e39b73b386b508fc1">moeoHybridMOLS&lt; EOT &gt;</a>
, <a class="el" href="classmoeoCombinedMOLS.html#fa7de12db00b89feb139372603bba4aa">moeoCombinedMOLS&lt; EOT &gt;</a>
, <a class="el" href="classmoeoArchiveUpdater.html#19e98244f0dd641983af81d8dcaf0f7d">moeoArchiveUpdater&lt; EOT &gt;</a>
, <a class="el" href="classmoeoArchiveFitnessSavingUpdater.html#2ad5d3ab2c2066a1a3b85fff2ac14a19">moeoArchiveFitnessSavingUpdater&lt; EOT &gt;</a>
, <a class="el" href="classmoeoEntropyMetric.html#58136405dfed951efa340ddf541c29fd">moeoEntropyMetric&lt; EOT &gt;</a>
, <a class="el" href="classmoeoContributionMetric.html#76b6b93124263ca1a8232b12a556d843">moeoContributionMetric&lt; EOT &gt;</a>
</ul>
<li>operator()
: <a class="el" href="classeoParetoSharing.html#df55496bf711d4614bcf42d157a4b4de">eoParetoSharing&lt; EOT, worthT &gt;</a><li>operator()()
: <a class="el" href="classeoParetoEuclidDist.html#8693ded671292b210c3c455fa18c496e">eoParetoEuclidDist&lt; EOT, DistType &gt;</a>, <a class="el" href="classeoBinaryHypervolumeIndicator.html#d418f42f086a3221c60ad9149b5df9d0">eoBinaryHypervolumeIndicator&lt; EOFitness &gt;</a>, <a class="el" href="classeoAdditiveBinaryEpsilonIndicator.html#5fd885a2a555e26706174a44ef636f4d">eoAdditiveBinaryEpsilonIndicator&lt; EOFitness &gt;</a>, <a class="el" href="classmoeoSelectOneFromPopAndArch.html#3c97abfde2dd9959ae4db4c32038017d">moeoSelectOneFromPopAndArch&lt; EOT &gt;</a>, <a class="el" href="classmoeoDisctinctElitistReplacement.html#ca73704e827074092e7d228253427a8a">moeoDisctinctElitistReplacement&lt; EOT, WorthT &gt;</a>, <a class="el" href="classmoeoElitistReplacement.html#aad627deb45859e65ace0709c004049a">moeoElitistReplacement&lt; EOT, WorthT &gt;</a>, <a class="el" href="classmoeoNSGA__II.html#a9a94b2ee67038b81cdba0fd005350d0">moeoNSGA_II&lt; EOT &gt;</a>, <a class="el" href="classmoeoNDSorting__II_1_1compare__nodes.html#e1052afbabd0e4f14b7913cd1afcd824">moeoNDSorting_II&lt; EOT &gt;::compare_nodes</a>, <a class="el" href="classmoeoHybridMOLS.html#f62b4221d0ec094e39b73b386b508fc1">moeoHybridMOLS&lt; EOT &gt;</a>, <a class="el" href="classmoeoCombinedMOLS.html#fa7de12db00b89feb139372603bba4aa">moeoCombinedMOLS&lt; EOT &gt;</a>, <a class="el" href="classmoeoArchiveUpdater.html#19e98244f0dd641983af81d8dcaf0f7d">moeoArchiveUpdater&lt; EOT &gt;</a>, <a class="el" href="classmoeoArchiveFitnessSavingUpdater.html#2ad5d3ab2c2066a1a3b85fff2ac14a19">moeoArchiveFitnessSavingUpdater&lt; EOT &gt;</a>, <a class="el" href="classmoeoEntropyMetric.html#58136405dfed951efa340ddf541c29fd">moeoEntropyMetric&lt; EOT &gt;</a>, <a class="el" href="classmoeoContributionMetric.html#76b6b93124263ca1a8232b12a556d843">moeoContributionMetric&lt; EOT &gt;</a>, <a class="el" href="classmoeoBinaryMetricSavingUpdater.html#2d051d28def4cadf69957c8a21bf88dc">moeoBinaryMetricSavingUpdater&lt; EOT &gt;</a></ul>
<h3><a class="anchor" name="index_p">- p -</a></h3><ul>
<li>prenormalize()
: <a class="el" href="classmoeoEntropyMetric.html#c9f0c65b4de69accbfb42486f6445cb0">moeoEntropyMetric&lt; EOT &gt;</a>
</ul>
: <a class="el" href="classmoeoEntropyMetric.html#c9f0c65b4de69accbfb42486f6445cb0">moeoEntropyMetric&lt; EOT &gt;</a><li>printOn()
: <a class="el" href="classeoParetoSharing_1_1dMatrix.html#0a331635c3125c5d936f30b34d3b4bcd">eoParetoSharing&lt; EOT, worthT &gt;::dMatrix</a></ul>
<h3><a class="anchor" name="index_r">- r -</a></h3><ul>
<li>removeDominated()
: <a class="el" href="classmoeoEntropyMetric.html#3252e7534b1ceb1317936c5d2b3abcbe">moeoEntropyMetric&lt; EOT &gt;</a>
</ul>
<li>Range()
: <a class="el" href="classeoBinaryQualityIndicator_1_1Range.html#111b9a6b682bd0270039cce7d1a847ca">eoBinaryQualityIndicator&lt; EOFitness &gt;::Range</a><li>range()
: <a class="el" href="classeoBinaryQualityIndicator_1_1Range.html#a432e7dbdb691ce4e6ee6d6a224e469f">eoBinaryQualityIndicator&lt; EOFitness &gt;::Range</a><li>removeDominated()
: <a class="el" href="classmoeoEntropyMetric.html#3252e7534b1ceb1317936c5d2b3abcbe">moeoEntropyMetric&lt; EOT &gt;</a></ul>
<h3><a class="anchor" name="index_s">- s -</a></h3><ul>
<li>setup()
: <a class="el" href="classmoeoSelectOneFromPopAndArch.html#a2acc5ddcf045c0c63c22f8d04274858">moeoSelectOneFromPopAndArch&lt; EOT &gt;</a>
</ul>
<li>setBounds()
: <a class="el" href="classeoIBEAAvgSorting.html#b365a1eab0da5211c59369416642780d">eoIBEAAvgSorting&lt; EOT, FitnessEval &gt;</a>, <a class="el" href="classeoIBEAStochSorting.html#2a5ddad942fee331fe6912a6fecc9247">eoIBEAStochSorting&lt; EOT, FitnessEval &gt;</a>, <a class="el" href="classeoIBEASorting.html#02c7346d6aa62f3e3af20cc6ac3ee1d9">eoIBEASorting&lt; EOT, Fitness &gt;</a>, <a class="el" href="classeoBinaryQualityIndicator.html#ed08c328526eb4c1c8cfde8b6938ece9">eoBinaryQualityIndicator&lt; EOFitness &gt;</a><li>setup()
: <a class="el" href="classmoeoSelectOneFromPopAndArch.html#a2acc5ddcf045c0c63c22f8d04274858">moeoSelectOneFromPopAndArch&lt; EOT &gt;</a><li>sh()
: <a class="el" href="classeoParetoSharing.html#ce18ecb042033d564be6379869f2be88">eoParetoSharing&lt; EOT, worthT &gt;</a></ul>
<h3><a class="anchor" name="index_u">- u -</a></h3><ul>
<li>update()
: <a class="el" href="classmoeoArchive.html#be9f67bfe41c25537292056d5b30f56a">moeoArchive&lt; EOT &gt;</a>
</ul>
<hr size="1"><address style="align: right;"><small>Generated on Tue Dec 12 11:16:35 2006 for ParadisEO-MOEO by&nbsp;
: <a class="el" href="classmoeoArchive.html#58e891ab400ba352e8b0a341d0bdc107">moeoArchive&lt; EOT &gt;</a></ul>
<h3><a class="anchor" name="index_z">- z -</a></h3><ul>
<li>zero()
: <a class="el" href="classeoIBEAStochSorting.html#0cd3d638866730b7a8fdbd5a1c08c810">eoIBEAStochSorting&lt; EOT, FitnessEval &gt;</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Fri Dec 22 09:37:11 2006 for ParadisEO-MOEO by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
</body>
</html>

View file

@ -4,13 +4,12 @@
<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 -->
<!-- Generated by Doxygen 1.4.6 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main&nbsp;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&nbsp;Pages</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
@ -40,14 +39,12 @@
&nbsp;
<p>
<ul>
<li>EOFitness
: <a class="el" href="classmoeoBinaryMetricSavingUpdater.html#c22e390633d94bbf69309e8d0cae1f0a">moeoBinaryMetricSavingUpdater&lt; EOT &gt;</a>
, <a class="el" href="classmoeoArchive.html#798bc97d8321b1e2c469e5c341a96dac">moeoArchive&lt; EOT &gt;</a>
, <a class="el" href="classmoeoEntropyMetric.html#306b72d2236de1ecbae986c65490a8fe">moeoEntropyMetric&lt; EOT &gt;</a>
, <a class="el" href="classmoeoContributionMetric.html#06c0247b9558eeb34e32c9a694924a66">moeoContributionMetric&lt; EOT &gt;</a>
</ul>
<hr size="1"><address style="align: right;"><small>Generated on Tue Dec 12 11:16:35 2006 for ParadisEO-MOEO by&nbsp;
<li>double_index_pair
: <a class="el" href="classmoeoNDSorting__II.html#6703325377eec015f475e944dc75097d">moeoNDSorting_II&lt; EOT &gt;</a><li>EOFitness
: <a class="el" href="classmoeoArchive.html#798bc97d8321b1e2c469e5c341a96dac">moeoArchive&lt; EOT &gt;</a>, <a class="el" href="classmoeoEntropyMetric.html#306b72d2236de1ecbae986c65490a8fe">moeoEntropyMetric&lt; EOT &gt;</a>, <a class="el" href="classmoeoContributionMetric.html#06c0247b9558eeb34e32c9a694924a66">moeoContributionMetric&lt; EOT &gt;</a>, <a class="el" href="classmoeoBinaryMetricSavingUpdater.html#c22e390633d94bbf69309e8d0cae1f0a">moeoBinaryMetricSavingUpdater&lt; EOT &gt;</a><li>traits
: <a class="el" href="classeoBinaryHypervolumeIndicator.html#abde225206c55671bd585cc41cbfab1c">eoBinaryHypervolumeIndicator&lt; EOFitness &gt;</a>, <a class="el" href="classeoAdditiveBinaryEpsilonIndicator.html#c6d4c79183683a05183a31fcb7f533f1">eoAdditiveBinaryEpsilonIndicator&lt; EOFitness &gt;</a>, <a class="el" href="classeoBinaryQualityIndicator.html#3d9415cfa63d3dd57fe44f9e11df3cac">eoBinaryQualityIndicator&lt; EOFitness &gt;</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Fri Dec 22 09:37:11 2006 for ParadisEO-MOEO by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
</body>
</html>

View file

@ -4,13 +4,12 @@
<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 -->
<!-- Generated by Doxygen 1.4.6 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main&nbsp;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&nbsp;Pages</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
@ -37,59 +36,110 @@
<li><a href="functions_type.html"><span>Typedefs</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="#index_a"><span>a</span></a></li>
<li><a href="#index_b"><span>b</span></a></li>
<li><a href="#index_c"><span>c</span></a></li>
<li><a href="#index_d"><span>d</span></a></li>
<li><a href="#index_e"><span>e</span></a></li>
<li><a href="#index_f"><span>f</span></a></li>
<li><a href="#index_g"><span>g</span></a></li>
<li><a href="#index_i"><span>i</span></a></li>
<li><a href="#index_k"><span>k</span></a></li>
<li><a href="#index_l"><span>l</span></a></li>
<li><a href="#index_m"><span>m</span></a></li>
<li><a href="#index_n"><span>n</span></a></li>
<li><a href="#index_o"><span>o</span></a></li>
<li><a href="#index_p"><span>p</span></a></li>
<li><a href="#index_r"><span>r</span></a></li>
<li><a href="#index_s"><span>s</span></a></li>
<li><a href="#index_t"><span>t</span></a></li>
<li><a href="#index_v"><span>v</span></a></li>
</ul>
</div>
<p>
&nbsp;
<p>
<ul>
<h3><a class="anchor" name="index_a">- a -</a></h3><ul>
<li>arch
: <a class="el" href="classmoeoArchiveFitnessSavingUpdater.html#b8eeccd7b43eb11e36cee2ec7d7c9c21">moeoArchiveFitnessSavingUpdater&lt; EOT &gt;</a>
, <a class="el" href="classmoeoSelectOneFromPopAndArch.html#3ca71296847a931355a1e88d0cc524cb">moeoSelectOneFromPopAndArch&lt; EOT &gt;</a>
, <a class="el" href="classmoeoArchiveUpdater.html#2fd7b92786ced836e3d0b5abfb801a86">moeoArchiveUpdater&lt; EOT &gt;</a>
, <a class="el" href="classmoeoHybridMOLS.html#4aecb1f300f2f09b8d45998cc140576b">moeoHybridMOLS&lt; EOT &gt;</a>
<li>archSelectOne
: <a class="el" href="classmoeoSelectOneFromPopAndArch.html#5e062a1deca0307a91121271d3b976ba">moeoSelectOneFromPopAndArch&lt; EOT &gt;</a>
: <a class="el" href="classmoeoSelectOneFromPopAndArch.html#3ca71296847a931355a1e88d0cc524cb">moeoSelectOneFromPopAndArch&lt; EOT &gt;</a>, <a class="el" href="classmoeoHybridMOLS.html#4aecb1f300f2f09b8d45998cc140576b">moeoHybridMOLS&lt; EOT &gt;</a>, <a class="el" href="classmoeoArchiveUpdater.html#2fd7b92786ced836e3d0b5abfb801a86">moeoArchiveUpdater&lt; EOT &gt;</a>, <a class="el" href="classmoeoArchiveFitnessSavingUpdater.html#b8eeccd7b43eb11e36cee2ec7d7c9c21">moeoArchiveFitnessSavingUpdater&lt; EOT &gt;</a><li>archSelectOne
: <a class="el" href="classmoeoSelectOneFromPopAndArch.html#5e062a1deca0307a91121271d3b976ba">moeoSelectOneFromPopAndArch&lt; EOT &gt;</a></ul>
<h3><a class="anchor" name="index_b">- b -</a></h3><ul>
<li>bounds
: <a class="el" href="classeoBinaryQualityIndicator.html#aa9bb224ab744a00271577a10518581a">eoBinaryQualityIndicator&lt; EOFitness &gt;</a><li>breed
: <a class="el" href="classmoeoNSGA__II.html#8908faf0b9a4334eaab0f34a2774fa16">moeoNSGA_II&lt; EOT &gt;</a></ul>
<h3><a class="anchor" name="index_c">- c -</a></h3><ul>
<li>combinedMOLS
: <a class="el" href="classmoeoCombinedMOLS.html#a5ccc182c0d61421fc524c2da3671099">moeoCombinedMOLS&lt; EOT &gt;</a>
<li>counter
: <a class="el" href="classmoeoBinaryMetricSavingUpdater.html#280b52506c280b07356726ad5d497ef8">moeoBinaryMetricSavingUpdater&lt; EOT &gt;</a>
, <a class="el" href="classmoeoArchiveFitnessSavingUpdater.html#e32fab4bb828d40fe19c283dbd2a6423">moeoArchiveFitnessSavingUpdater&lt; EOT &gt;</a>
<li>eval
: <a class="el" href="classmoeoCombinedMOLS.html#b2c0866a1808022bd3a9dac89e528a01">moeoCombinedMOLS&lt; EOT &gt;</a>
: <a class="el" href="classmoeoCombinedMOLS.html#a5ccc182c0d61421fc524c2da3671099">moeoCombinedMOLS&lt; EOT &gt;</a><li>continuator
: <a class="el" href="classmoeoNSGA__II.html#5723ef1daf0c523d4bf66a691fd6e909">moeoNSGA_II&lt; EOT &gt;</a><li>counter
: <a class="el" href="classmoeoArchiveFitnessSavingUpdater.html#e32fab4bb828d40fe19c283dbd2a6423">moeoArchiveFitnessSavingUpdater&lt; EOT &gt;</a>, <a class="el" href="classmoeoBinaryMetricSavingUpdater.html#280b52506c280b07356726ad5d497ef8">moeoBinaryMetricSavingUpdater&lt; EOT &gt;</a></ul>
<h3><a class="anchor" name="index_d">- d -</a></h3><ul>
<li>dist
: <a class="el" href="classeoParetoSharing.html#f5cff5bf666314e59d58043531253b1b">eoParetoSharing&lt; EOT, worthT &gt;</a><li>Dmax
: <a class="el" href="classeoParetoSharing.html#35449ebac125955c49a6d34db0e710b3">eoParetoSharing&lt; EOT, worthT &gt;</a></ul>
<h3><a class="anchor" name="index_e">- e -</a></h3><ul>
<li>euc_dist
: <a class="el" href="classeoParetoSharing.html#9b8e6e2c76d816afb23dfdbf91dabf57">eoParetoSharing&lt; EOT, worthT &gt;</a><li>eval
: <a class="el" href="classmoeoNSGA__II.html#31560a9c8d9499ce8dd361a004083ce9">moeoNSGA_II&lt; EOT &gt;</a>, <a class="el" href="classmoeoCombinedMOLS.html#b2c0866a1808022bd3a9dac89e528a01">moeoCombinedMOLS&lt; EOT &gt;</a></ul>
<h3><a class="anchor" name="index_f">- f -</a></h3><ul>
<li>filename
: <a class="el" href="classmoeoBinaryMetricSavingUpdater.html#32c78860e3aee52346df3aa30c5ac42f">moeoBinaryMetricSavingUpdater&lt; EOT &gt;</a>
, <a class="el" href="classmoeoArchiveFitnessSavingUpdater.html#17c82bea631bf9ff635a3698d08907f0">moeoArchiveFitnessSavingUpdater&lt; EOT &gt;</a>
<li>firstGen
: <a class="el" href="classmoeoBinaryMetricSavingUpdater.html#1e40103a5cfa592a9d2408102e507a19">moeoBinaryMetricSavingUpdater&lt; EOT &gt;</a>
<li>id
: <a class="el" href="classmoeoArchiveFitnessSavingUpdater.html#e064861d67aae0747c2d8ffab90cbfbf">moeoArchiveFitnessSavingUpdater&lt; EOT &gt;</a>
<li>metric
: <a class="el" href="classmoeoBinaryMetricSavingUpdater.html#52e12414a266bce1dbce0b913025fd37">moeoBinaryMetricSavingUpdater&lt; EOT &gt;</a>
<li>mols
: <a class="el" href="classmoeoHybridMOLS.html#5ecf318c321a71857c11da1ff5000092">moeoHybridMOLS&lt; EOT &gt;</a>
: <a class="el" href="classmoeoArchiveFitnessSavingUpdater.html#17c82bea631bf9ff635a3698d08907f0">moeoArchiveFitnessSavingUpdater&lt; EOT &gt;</a>, <a class="el" href="classmoeoBinaryMetricSavingUpdater.html#32c78860e3aee52346df3aa30c5ac42f">moeoBinaryMetricSavingUpdater&lt; EOT &gt;</a><li>firstGen
: <a class="el" href="classmoeoBinaryMetricSavingUpdater.html#1e40103a5cfa592a9d2408102e507a19">moeoBinaryMetricSavingUpdater&lt; EOT &gt;</a></ul>
<h3><a class="anchor" name="index_g">- g -</a></h3><ul>
<li>genBreed
: <a class="el" href="classmoeoNSGA__II.html#33b60728fb89a6be957f3a312171941f">moeoNSGA_II&lt; EOT &gt;</a></ul>
<h3><a class="anchor" name="index_i">- i -</a></h3><ul>
<li>I
: <a class="el" href="classeoIBEA.html#f69a9efad202b67ee51d538d14d587e6">eoIBEA&lt; EOT, Fitness &gt;</a><li>id
: <a class="el" href="classmoeoArchiveFitnessSavingUpdater.html#e064861d67aae0747c2d8ffab90cbfbf">moeoArchiveFitnessSavingUpdater&lt; EOT &gt;</a></ul>
<h3><a class="anchor" name="index_k">- k -</a></h3><ul>
<li>kappa
: <a class="el" href="classeoIBEAAvgSorting.html#6f467d673861830d6a0708f61cecc3f7">eoIBEAAvgSorting&lt; EOT, FitnessEval &gt;</a>, <a class="el" href="classeoIBEASorting.html#de45fa88a6b6fc70896a0dbfffdb3dc7">eoIBEASorting&lt; EOT, Fitness &gt;</a></ul>
<h3><a class="anchor" name="index_l">- l -</a></h3><ul>
<li>loopEval
: <a class="el" href="classmoeoNSGA__II.html#0308927592ac71d747ba345c74eb6595">moeoNSGA_II&lt; EOT &gt;</a></ul>
<h3><a class="anchor" name="index_m">- m -</a></h3><ul>
<li>max
: <a class="el" href="classeoBinaryQualityIndicator_1_1Range.html#63c9473e163e3c0c6d5a0327252786b1">eoBinaryQualityIndicator&lt; EOFitness &gt;::Range</a><li>metric
: <a class="el" href="classmoeoBinaryMetricSavingUpdater.html#52e12414a266bce1dbce0b913025fd37">moeoBinaryMetricSavingUpdater&lt; EOT &gt;</a><li>min
: <a class="el" href="classeoBinaryQualityIndicator_1_1Range.html#e233e32a9b7cb73ef5dbe06a204482ec">eoBinaryQualityIndicator&lt; EOFitness &gt;::Range</a><li>mols
: <a class="el" href="classmoeoHybridMOLS.html#5ecf318c321a71857c11da1ff5000092">moeoHybridMOLS&lt; EOT &gt;</a></ul>
<h3><a class="anchor" name="index_n">- n -</a></h3><ul>
<li>nicheSize
: <a class="el" href="classeoParetoSharing.html#0da31e076cf2098639cd1a9fa06f3942">eoParetoSharing&lt; EOT, worthT &gt;</a></ul>
<h3><a class="anchor" name="index_o">- o -</a></h3><ul>
<li>oldPop
: <a class="el" href="classmoeoBinaryMetricSavingUpdater.html#c1751bf23ef440d895a39cdff25c384c">moeoBinaryMetricSavingUpdater&lt; EOT &gt;</a>
: <a class="el" href="classmoeoBinaryMetricSavingUpdater.html#c1751bf23ef440d895a39cdff25c384c">moeoBinaryMetricSavingUpdater&lt; EOT &gt;</a></ul>
<h3><a class="anchor" name="index_p">- p -</a></h3><ul>
<li>perf2worth
: <a class="el" href="classmoeoElitistReplacement.html#020f0e0b6b88a0081d922cca5b05990e">moeoElitistReplacement&lt; EOT, WorthT &gt;</a>
, <a class="el" href="classmoeoDisctinctElitistReplacement.html#3d1616ba57c10f5a77e0ec021cc8beb2">moeoDisctinctElitistReplacement&lt; EOT, WorthT &gt;</a>
<li>pop
: <a class="el" href="classmoeoArchiveUpdater.html#0fc3f08f0385c55569eb056737303363">moeoArchiveUpdater&lt; EOT &gt;</a>
, <a class="el" href="classmoeoBinaryMetricSavingUpdater.html#9c30673aca66a1531856cb92068edaf7">moeoBinaryMetricSavingUpdater&lt; EOT &gt;</a>
<li>popSelectOne
: <a class="el" href="classmoeoSelectOneFromPopAndArch.html#4f6d51d06d92b0a3383f9f47e3b2b682">moeoSelectOneFromPopAndArch&lt; EOT &gt;</a>
<li>randomSelect
: <a class="el" href="classmoeoSelectOneFromPopAndArch.html#77cbe0150e70219e5a7fd48296acc4c7">moeoSelectOneFromPopAndArch&lt; EOT &gt;</a>
<li>ratioFromPop
: <a class="el" href="classmoeoSelectOneFromPopAndArch.html#97b57e598752bccafaaf6a8a724d9a43">moeoSelectOneFromPopAndArch&lt; EOT &gt;</a>
: <a class="el" href="classmoeoDisctinctElitistReplacement.html#3d1616ba57c10f5a77e0ec021cc8beb2">moeoDisctinctElitistReplacement&lt; EOT, WorthT &gt;</a>, <a class="el" href="classmoeoElitistReplacement.html#020f0e0b6b88a0081d922cca5b05990e">moeoElitistReplacement&lt; EOT, WorthT &gt;</a><li>pop
: <a class="el" href="classmoeoArchiveUpdater.html#0fc3f08f0385c55569eb056737303363">moeoArchiveUpdater&lt; EOT &gt;</a>, <a class="el" href="classmoeoBinaryMetricSavingUpdater.html#9c30673aca66a1531856cb92068edaf7">moeoBinaryMetricSavingUpdater&lt; EOT &gt;</a><li>popEval
: <a class="el" href="classmoeoNSGA__II.html#abca45cb9b0099f294ff5172a287ce33">moeoNSGA_II&lt; EOT &gt;</a><li>popSelectOne
: <a class="el" href="classmoeoSelectOneFromPopAndArch.html#4f6d51d06d92b0a3383f9f47e3b2b682">moeoSelectOneFromPopAndArch&lt; EOT &gt;</a></ul>
<h3><a class="anchor" name="index_r">- r -</a></h3><ul>
<li>r
: <a class="el" href="classeoBinaryQualityIndicator_1_1Range.html#101eaf7a60e7243df169c7fde6087342">eoBinaryQualityIndicator&lt; EOFitness &gt;::Range</a><li>randomSelect
: <a class="el" href="classmoeoSelectOneFromPopAndArch.html#77cbe0150e70219e5a7fd48296acc4c7">moeoSelectOneFromPopAndArch&lt; EOT &gt;</a><li>ratioFromPop
: <a class="el" href="classmoeoSelectOneFromPopAndArch.html#97b57e598752bccafaaf6a8a724d9a43">moeoSelectOneFromPopAndArch&lt; EOT &gt;</a><li>replace
: <a class="el" href="classmoeoNSGA__II.html#225df0fde7341dc20db61e822cee7aeb">moeoNSGA_II&lt; EOT &gt;</a><li>rho
: <a class="el" href="classeoBinaryHypervolumeIndicator.html#02fdfd1b2aa8071cdd3d395777d709a5">eoBinaryHypervolumeIndicator&lt; EOFitness &gt;</a><li>rSize
: <a class="el" href="classeoParetoSharing_1_1dMatrix.html#767481759c7990f6a90c581e0fd0a0dd">eoParetoSharing&lt; EOT, worthT &gt;::dMatrix</a></ul>
<h3><a class="anchor" name="index_s">- s -</a></h3><ul>
<li>select
: <a class="el" href="classmoeoHybridMOLS.html#b47c4d1bce77c5648b437a5884a7c41f">moeoHybridMOLS&lt; EOT &gt;</a>
: <a class="el" href="classmoeoHybridMOLS.html#b47c4d1bce77c5648b437a5884a7c41f">moeoHybridMOLS&lt; EOT &gt;</a><li>selectOne
: <a class="el" href="classmoeoNSGA__II.html#7f122201fa2d60855384389bf080e093">moeoNSGA_II&lt; EOT &gt;</a><li>sorting
: <a class="el" href="classmoeoNSGA__II.html#0c64d278d6675671fb45a241d2b4802f">moeoNSGA_II&lt; EOT &gt;</a></ul>
<h3><a class="anchor" name="index_t">- t -</a></h3><ul>
<li>term
: <a class="el" href="classmoeoHybridMOLS.html#cd05dc1c82febb819945663c3b5c6a75">moeoHybridMOLS&lt; EOT &gt;</a>
: <a class="el" href="classmoeoHybridMOLS.html#cd05dc1c82febb819945663c3b5c6a75">moeoHybridMOLS&lt; EOT &gt;</a></ul>
<h3><a class="anchor" name="index_v">- v -</a></h3><ul>
<li>vect_max_val
: <a class="el" href="classmoeoEntropyMetric.html#af0ae9645bdbb993de4bc990a0a08883">moeoEntropyMetric&lt; EOT &gt;</a>
<li>vect_min_val
: <a class="el" href="classmoeoEntropyMetric.html#d4046a304badfe78aa35b2d57938ffe9">moeoEntropyMetric&lt; EOT &gt;</a>
</ul>
<hr size="1"><address style="align: right;"><small>Generated on Tue Dec 12 11:16:35 2006 for ParadisEO-MOEO by&nbsp;
: <a class="el" href="classmoeoEntropyMetric.html#af0ae9645bdbb993de4bc990a0a08883">moeoEntropyMetric&lt; EOT &gt;</a><li>vect_min_val
: <a class="el" href="classmoeoEntropyMetric.html#d4046a304badfe78aa35b2d57938ffe9">moeoEntropyMetric&lt; EOT &gt;</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Fri Dec 22 09:37:11 2006 for ParadisEO-MOEO by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
</body>
</html>

View file

@ -4,13 +4,12 @@
<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 -->
<!-- Generated by Doxygen 1.4.6 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main&nbsp;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&nbsp;Pages</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
@ -30,51 +29,189 @@
<li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
</ul></div>
<h1>ParadisEO-MOEO Class Hierarchy</h1>This inheritance list is sorted roughly, but not completely, alphabetically:<ul>
<li><a class="el" href="classmoeoArchive.html">moeoArchive&lt; EOT &gt;</a>
<li><a class="el" href="classmoeoArchiveFitnessSavingUpdater.html">moeoArchiveFitnessSavingUpdater&lt; EOT &gt;</a>
<li><a class="el" href="classmoeoArchiveUpdater.html">moeoArchiveUpdater&lt; EOT &gt;</a>
<li><a class="el" href="classmoeoBinaryMetricSavingUpdater.html">moeoBinaryMetricSavingUpdater&lt; EOT &gt;</a>
<li><a class="el" href="classmoeoHybridMOLS.html">moeoHybridMOLS&lt; EOT &gt;</a>
<li><a class="el" href="classmoeoMetric.html">moeoMetric</a>
<ul>
<li><a class="el" href="classeoBinaryQualityIndicator_1_1Range.html">eoBinaryQualityIndicator&lt; EOFitness &gt;::Range</a>
<li><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_functor_base.html">eoFunctorBase</a>
<code> [external]</code><ul>
<li><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_b_f.html">eoBF&lt; A1, A2, R &gt;</a>
<code> [external]</code><ul>
<li><a class="el" href="classmoeoBM.html">moeoBM&lt; A1, A2, R &gt;</a>
</ul>
<li><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_b_f.html">eoBF&lt; const EOFitness &amp;, const EOFitness &amp;, double &gt;</a>
<code> [external]</code><ul>
<li><a class="el" href="classeoBinaryQualityIndicator.html">eoBinaryQualityIndicator&lt; EOFitness &gt;</a>
<ul>
<li><a class="el" href="classeoAdditiveBinaryEpsilonIndicator.html">eoAdditiveBinaryEpsilonIndicator&lt; EOFitness &gt;</a>
<li><a class="el" href="classeoBinaryHypervolumeIndicator.html">eoBinaryHypervolumeIndicator&lt; EOFitness &gt;</a>
</ul>
</ul>
<li><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_b_f.html">eoBF&lt; const EOFitness &amp;, const EOFitness &amp;, R &gt;</a>
<code> [external]</code><ul>
<li><a class="el" href="classmoeoBM.html">moeoBM&lt; const EOFitness &amp;, const EOFitness &amp;, R &gt;</a>
<ul>
<li><a class="el" href="classmoeoSolutionVsSolutionBM.html">moeoSolutionVsSolutionBM&lt; EOT, R, EOFitness &gt;</a>
</ul>
</ul>
<li><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_b_f.html">eoBF&lt; const EOT &amp;, moeoArchive&lt; EOT &gt; &amp;, void &gt;</a>
<code> [external]</code><ul>
<li><a class="el" href="classmoeoMOLS.html">moeoMOLS&lt; EOT &gt;</a>
<ul>
<li><a class="el" href="classmoeoCombinedMOLS.html">moeoCombinedMOLS&lt; EOT &gt;</a>
</ul>
</ul>
<li><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_b_f.html">eoBF&lt; const FitnessEval &amp;, const FitnessEval &amp;, double &gt;</a>
<code> [external]</code><ul>
<li><a class="el" href="classeoBinaryQualityIndicator.html">eoBinaryQualityIndicator&lt; FitnessEval &gt;</a>
</ul>
<li><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_b_f.html">eoBF&lt; const std::vector&lt; EOFitness &gt; &amp;, const EOFitness &amp;, R &gt;</a>
<code> [external]</code><ul>
<li><a class="el" href="classmoeoBM.html">moeoBM&lt; const std::vector&lt; EOFitness &gt; &amp;, const EOFitness &amp;, R &gt;</a>
<ul>
<li><a class="el" href="classmoeoVectorVsSolutionBM.html">moeoVectorVsSolutionBM&lt; EOT, R, EOFitness &gt;</a>
</ul>
</ul>
<li><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_b_f.html">eoBF&lt; const std::vector&lt; EOFitness &gt; &amp;, const std::vector&lt; EOFitness &gt; &amp;, R &gt;</a>
<code> [external]</code><ul>
<li><a class="el" href="classmoeoBM.html">moeoBM&lt; const std::vector&lt; EOFitness &gt; &amp;, const std::vector&lt; EOFitness &gt; &amp;, R &gt;</a>
<ul>
<li><a class="el" href="classmoeoVectorVsVectorBM.html">moeoVectorVsVectorBM&lt; EOT, R, EOFitness &gt;</a>
</ul>
</ul>
<li><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_b_f.html">eoBF&lt; const std::vector&lt; typename EOT::Fitness &gt; &amp;, const std::vector&lt; typename EOT::Fitness &gt; &amp;, double &gt;</a>
<code> [external]</code><ul>
<li><a class="el" href="classmoeoBM.html">moeoBM&lt; const std::vector&lt; typename EOT::Fitness &gt; &amp;, const std::vector&lt; typename EOT::Fitness &gt; &amp;, double &gt;</a>
<ul>
<li><a class="el" href="classmoeoVectorVsVectorBM.html">moeoVectorVsVectorBM&lt; EOT, double &gt;</a>
<ul>
<li><a class="el" href="classmoeoContributionMetric.html">moeoContributionMetric&lt; EOT &gt;</a>
<li><a class="el" href="classmoeoEntropyMetric.html">moeoEntropyMetric&lt; EOT &gt;</a>
</ul>
</ul>
<li><a class="el" href="classmoeoBM.html">moeoBM&lt; const const EOFitness &amp;, EOFitness &amp;, R &gt;</a>
<li><a class="el" href="classmoeoBM.html">moeoBM&lt; const const std::vector&lt; EOFitness &gt; &amp;, EOFitness &amp;, R &gt;</a>
<li><a class="el" href="classmoeoBM.html">moeoBM&lt; const const std::vector&lt; EOFitness &gt; &amp;, std::vector&lt; EOFitness &gt; &amp;, R &gt;</a>
<li><a class="el" href="classmoeoBM.html">moeoBM&lt; const const std::vector&lt; typename EOT::Fitness &gt; &amp;, std::vector&lt; typename EOT::Fitness &gt; &amp;, double &gt;</a>
<li><a class="el" href="classmoeoUM.html">moeoUM&lt; A, R &gt;</a>
<li><a class="el" href="classmoeoUM.html">moeoUM&lt; const EOFitness &amp;, R &gt;</a>
<ul>
<li><a class="el" href="classmoeoSolutionUM.html">moeoSolutionUM&lt; EOT, R, EOFitness &gt;</a>
</ul>
<li><a class="el" href="classmoeoUM.html">moeoUM&lt; const std::vector&lt; EOFitness &gt; &amp;, R &gt;</a>
<ul>
<li><a class="el" href="classmoeoVectorUM.html">moeoVectorUM&lt; EOT, R, EOFitness &gt;</a>
</ul>
</ul>
<li><a class="el" href="classmoeoMOLS.html">moeoMOLS&lt; EOT &gt;</a>
<ul>
<li><a class="el" href="classmoeoCombinedMOLS.html">moeoCombinedMOLS&lt; EOT &gt;</a>
</ul>
<li><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_b_f.html">eoBF&lt; eoPop&lt; EOT &gt; &amp;, eoPop&lt; EOT &gt; &amp;, void &gt;</a>
<code> [external]</code><ul>
<li><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_replacement.html">eoReplacement&lt; EOT &gt;</a>
<code> [external]</code><ul>
<li><a class="el" href="classmoeoReplacement.html">moeoReplacement&lt; EOT, WorthT &gt;</a>
<ul>
<li><a class="el" href="classmoeoDisctinctElitistReplacement.html">moeoDisctinctElitistReplacement&lt; EOT, WorthT &gt;</a>
<li><a class="el" href="classmoeoElitistReplacement.html">moeoElitistReplacement&lt; EOT, WorthT &gt;</a>
</ul>
</ul>
</ul>
<li><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_f.html">eoF&lt; void &gt;</a>
<code> [external]</code><ul>
<li><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_updater.html">eoUpdater</a>
<code> [external]</code><ul>
<li><a class="el" href="classmoeoArchiveFitnessSavingUpdater.html">moeoArchiveFitnessSavingUpdater&lt; EOT &gt;</a>
<li><a class="el" href="classmoeoArchiveUpdater.html">moeoArchiveUpdater&lt; EOT &gt;</a>
<li><a class="el" href="classmoeoBinaryMetricSavingUpdater.html">moeoBinaryMetricSavingUpdater&lt; EOT &gt;</a>
<li><a class="el" href="classmoeoHybridMOLS.html">moeoHybridMOLS&lt; EOT &gt;</a>
</ul>
</ul>
<li><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_u_f.html">eoUF&lt; A, R &gt;</a>
<code> [external]</code><ul>
<li><a class="el" href="classmoeoUM.html">moeoUM&lt; A, R &gt;</a>
</ul>
<li><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_u_f.html">eoUF&lt; const EOFitness &amp;, R &gt;</a>
<code> [external]</code><ul>
<li><a class="el" href="classmoeoUM.html">moeoUM&lt; const EOFitness &amp;, R &gt;</a>
<ul>
<li><a class="el" href="classmoeoSolutionUM.html">moeoSolutionUM&lt; EOT, R, EOFitness &gt;</a>
</ul>
</ul>
<li><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_u_f.html">eoUF&lt; const eoPop&lt; EOT &gt; &amp;, const EOT &amp; &gt;</a>
<code> [external]</code><ul>
<li><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_select_one.html">eoSelectOne&lt; EOT &gt;</a>
<code> [external]</code><ul>
<li><a class="el" href="classmoeoSelectOneFromPopAndArch.html">moeoSelectOneFromPopAndArch&lt; EOT &gt;</a>
</ul>
<hr size="1"><address style="align: right;"><small>Generated on Tue Dec 12 11:16:35 2006 for ParadisEO-MOEO by&nbsp;
</ul>
<li><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_u_f.html">eoUF&lt; const eoPop&lt; EOT &gt; &amp;, void &gt;</a>
<code> [external]</code><ul>
<li><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_perf2_worth.html">eoPerf2Worth&lt; EOT, WorthT &gt;</a>
<code> [external]</code><ul>
<li><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_perf2_worth_cached.html">eoPerf2WorthCached&lt; EOT, double &gt;</a>
<code> [external]</code><ul>
<li><a class="el" href="classeoIBEA.html">eoIBEA&lt; EOT, Fitness &gt;</a>
<ul>
<li><a class="el" href="classeoIBEASorting.html">eoIBEASorting&lt; EOT, Fitness &gt;</a>
</ul>
<li><a class="el" href="classeoIBEA.html">eoIBEA&lt; EOT, FitnessEval &gt;</a>
<ul>
<li><a class="el" href="classeoIBEAAvgSorting.html">eoIBEAAvgSorting&lt; EOT, FitnessEval &gt;</a>
<li><a class="el" href="classeoIBEAStochSorting.html">eoIBEAStochSorting&lt; EOT, FitnessEval &gt;</a>
</ul>
<li><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_n_d_sorting.html">eoNDSorting&lt; EOT &gt;</a>
<code> [external]</code><ul>
<li><a class="el" href="classmoeoNDSorting__II.html">moeoNDSorting_II&lt; EOT &gt;</a>
</ul>
</ul>
</ul>
<li><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_perf2_worth.html">eoPerf2Worth&lt; EOT, worthT &gt;</a>
<code> [external]</code><ul>
<li><a class="el" href="classeoParetoSharing.html">eoParetoSharing&lt; EOT, worthT &gt;</a>
</ul>
</ul>
<li><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_u_f.html">eoUF&lt; const std::vector&lt; EOFitness &gt; &amp;, R &gt;</a>
<code> [external]</code><ul>
<li><a class="el" href="classmoeoUM.html">moeoUM&lt; const std::vector&lt; EOFitness &gt; &amp;, R &gt;</a>
<ul>
<li><a class="el" href="classmoeoVectorUM.html">moeoVectorUM&lt; EOT, R, EOFitness &gt;</a>
</ul>
</ul>
<li><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_u_f.html">eoUF&lt; eoPop&lt; EOT &gt; &amp;, void &gt;</a>
<code> [external]</code><ul>
<li><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_algo.html">eoAlgo&lt; EOT &gt;</a>
<code> [external]</code><ul>
<li><a class="el" href="classmoeoNSGA__II.html">moeoNSGA_II&lt; EOT &gt;</a>
</ul>
</ul>
<li><a class="el" href="classmoeoMetric.html">moeoMetric</a>
<ul>
<li><a class="el" href="classmoeoBM.html">moeoBM&lt; A1, A2, R &gt;</a>
<li><a class="el" href="classmoeoBM.html">moeoBM&lt; const EOFitness &amp;, const EOFitness &amp;, R &gt;</a>
<li><a class="el" href="classmoeoBM.html">moeoBM&lt; const std::vector&lt; EOFitness &gt; &amp;, const EOFitness &amp;, R &gt;</a>
<li><a class="el" href="classmoeoBM.html">moeoBM&lt; const std::vector&lt; EOFitness &gt; &amp;, const std::vector&lt; EOFitness &gt; &amp;, R &gt;</a>
<li><a class="el" href="classmoeoBM.html">moeoBM&lt; const std::vector&lt; typename EOT::Fitness &gt; &amp;, const std::vector&lt; typename EOT::Fitness &gt; &amp;, double &gt;</a>
<li><a class="el" href="classmoeoUM.html">moeoUM&lt; A, R &gt;</a>
<li><a class="el" href="classmoeoUM.html">moeoUM&lt; const EOFitness &amp;, R &gt;</a>
<li><a class="el" href="classmoeoUM.html">moeoUM&lt; const std::vector&lt; EOFitness &gt; &amp;, R &gt;</a>
</ul>
</ul>
<li><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_object.html">eoObject</a>
<code> [external]</code><ul>
<li><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html">eoPop&lt; EOT &gt;</a>
<code> [external]</code><ul>
<li><a class="el" href="classmoeoArchive.html">moeoArchive&lt; EOT &gt;</a>
</ul>
</ul>
<li><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_param.html">eoParam</a>
<code> [external]</code><ul>
<li><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_value_param.html">eoValueParam&lt; std::vector&lt; WorthT &gt; &gt;</a>
<code> [external]</code><ul>
<li><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_perf2_worth.html">eoPerf2Worth&lt; EOT, WorthT &gt;</a>
<code> [external]</code></ul>
<li><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_value_param.html">eoValueParam&lt; std::vector&lt; worthT &gt; &gt;</a>
<code> [external]</code><ul>
<li><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_perf2_worth.html">eoPerf2Worth&lt; EOT, worthT &gt;</a>
<code> [external]</code></ul>
</ul>
<li><a class="el" href="classeoParetoPhenDist.html">eoParetoPhenDist&lt; EOT, DistType &gt;</a>
<ul>
<li><a class="el" href="classeoParetoEuclidDist.html">eoParetoEuclidDist&lt; EOT, DistType &gt;</a>
</ul>
<li><a class="el" href="classeoParetoSharing_1_1dMatrix.html">eoParetoSharing&lt; EOT, worthT &gt;::dMatrix</a>
<li><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_printable.html">eoPrintable</a>
<code> [external]</code><ul>
<li><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_persistent.html">eoPersistent</a>
<code> [external]</code><ul>
<li><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html">eoPop&lt; EOT &gt;</a>
<code> [external]</code></ul>
</ul>
<li><a class="el" href="classmoeoNDSorting__II_1_1compare__nodes.html">moeoNDSorting_II&lt; EOT &gt;::compare_nodes</a>
</ul>
<hr size="1"><address style="align: right;"><small>Generated on Fri Dec 22 09:37:11 2006 for ParadisEO-MOEO by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
</body>
</html>

View file

@ -4,13 +4,12 @@
<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 -->
<!-- Generated by Doxygen 1.4.6 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="classes.html"><span>Classes</span></a></li>
<li id="current"><a href="files.html"><span>Files</span></a></li>
<li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
@ -29,8 +28,8 @@
<a name="l00051"></a>00051 <span class="comment">// c-file-style: "Stroustrup"</span>
<a name="l00052"></a>00052 <span class="comment">// fill-column: 80</span>
<a name="l00053"></a>00053 <span class="comment">// End:</span>
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Dec 12 11:16:35 2006 for ParadisEO-MOEO by&nbsp;
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Fri Dec 22 09:37:11 2006 for ParadisEO-MOEO by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
</body>
</html>

View file

@ -1,6 +1,6 @@
#!/usr/bin/perl
%subst = ( );
%subst = ( "eo.doxytag", "", "mo.doxytag", "");
$quiet = 0;
if (open(F,"search.cfg"))

View file

@ -4,13 +4,12 @@
<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 -->
<!-- Generated by Doxygen 1.4.6 -->
<div class="tabs">
<ul>
<li id="current"><a href="main.html"><span>Main&nbsp;Page</span></a></li>
<li><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&nbsp;Pages</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
@ -25,15 +24,15 @@
<h1>Welcome to ParadisEO-MOEO</h1>
<p>
<h3 align="center">0.1 </h3><h2><a class="anchor" name="intro">
Introduction</a></h2>
intro</a></h2>
ParadisEO-MOEO is a white-box object-oriented generic framework dedicated to the flexible design of evolutionary multi-objective algorithms. This paradigm-free software embeds some features and techniques for Pareto-based resolution and aims to provide a set of classes allowing to ease and speed up the development of computationally efficient programs. It is based on a clear conceptual distinction between the solution methods and the multi-objective problems they are intended to solve. This separation confers a maximum design and code reuse. ParadisEO-MOEO provides a broad range of archive-related features (such as elitism or performance metrics) and the most common Pareto-based fitness assignment strategies (MOGA, NSGA, SPEA, IBEA and more). Furthermore, parallel and distributed models as well as hybridization mechanisms can be applied to an algorithm designed within ParadisEO-MOEO using the whole version of ParadisEO.<h2><a class="anchor" name="tutorial">
Tutorial</a></h2>
tutorial</a></h2>
A tutorial about a bi-objective flow-shop scheduling problem will be available soon.<h2><a class="anchor" name="install">
Installation</a></h2>
The installation procedure of the package is detailed in the <a href="../../README">README</a> file in the top-directory of the source-tree.<h2><a class="anchor" name="design">
Overall Design</a></h2>
For an introduction to the design of ParadisEO-MOEO, you can look at the <a href="http://paradiseo.gforge.inria.fr">ParadisEO website</a>. <hr size="1"><address style="align: right;"><small>Generated on Tue Dec 12 11:16:35 2006 for ParadisEO-MOEO by&nbsp;
install</a></h2>
The installation procedure of the package is detailed in the README file in the top-directory of the source-tree.<h2><a class="anchor" name="design">
design</a></h2>
For an introduction to the design of ParadisEO-MOEO, you can look at the <a href="http://paradiseo.gforge.inria.fr">ParadisEO website</a>. <hr size="1"><address style="align: right;"><small>Generated on Fri Dec 22 09:37:11 2006 for ParadisEO-MOEO by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
</body>
</html>

View file

@ -4,13 +4,12 @@
<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 -->
<!-- Generated by Doxygen 1.4.6 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="classes.html"><span>Classes</span></a></li>
<li id="current"><a href="files.html"><span>Files</span></a></li>
<li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
@ -45,7 +44,7 @@
<a name="l00021"></a>00021
<a name="l00022"></a>00022 <span class="preprocessor">#define MAX_BUFFER_SIZE 1000</span>
<a name="l00023"></a>00023 <span class="preprocessor"></span>
<a name="l00027"></a><a class="code" href="classmoeoArchiveFitnessSavingUpdater.html">00027</a> <span class="keyword">template</span> &lt; <span class="keyword">class</span> EOT &gt; <span class="keyword">class </span><a class="code" href="classmoeoArchiveFitnessSavingUpdater.html">moeoArchiveFitnessSavingUpdater</a>:<span class="keyword">public</span> eoUpdater
<a name="l00027"></a><a class="code" href="classmoeoArchiveFitnessSavingUpdater.html">00027</a> <span class="keyword">template</span> &lt; <span class="keyword">class</span> EOT &gt; <span class="keyword">class </span><a class="code" href="classmoeoArchiveFitnessSavingUpdater.html">moeoArchiveFitnessSavingUpdater</a>:<span class="keyword">public</span> <a class="codeRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_updater.html">eoUpdater</a>
<a name="l00028"></a>00028 {
<a name="l00029"></a>00029 <span class="keyword">public</span>:
<a name="l00030"></a>00030
@ -79,8 +78,8 @@
<a name="l00071"></a>00071 };
<a name="l00072"></a>00072
<a name="l00073"></a>00073 <span class="preprocessor">#endif </span><span class="comment">/*MOEOARCHIVEFITNESSSAVINGUPDATER_H_ */</span>
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Dec 12 11:16:35 2006 for ParadisEO-MOEO by&nbsp;
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Fri Dec 22 09:37:11 2006 for ParadisEO-MOEO by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
</body>
</html>

View file

@ -4,13 +4,12 @@
<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 -->
<!-- Generated by Doxygen 1.4.6 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="classes.html"><span>Classes</span></a></li>
<li id="current"><a href="files.html"><span>Files</span></a></li>
<li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
@ -41,7 +40,7 @@
<a name="l00017"></a>00017 <span class="preprocessor">#include &lt;utils/eoUpdater.h&gt;</span>
<a name="l00018"></a>00018 <span class="preprocessor">#include &lt;moeoArchive.h&gt;</span>
<a name="l00019"></a>00019
<a name="l00023"></a><a class="code" href="classmoeoArchiveUpdater.html">00023</a> <span class="keyword">template</span> &lt; <span class="keyword">class</span> EOT &gt; <span class="keyword">class </span><a class="code" href="classmoeoArchiveUpdater.html">moeoArchiveUpdater</a>:<span class="keyword">public</span> eoUpdater
<a name="l00023"></a><a class="code" href="classmoeoArchiveUpdater.html">00023</a> <span class="keyword">template</span> &lt; <span class="keyword">class</span> EOT &gt; <span class="keyword">class </span><a class="code" href="classmoeoArchiveUpdater.html">moeoArchiveUpdater</a>:<span class="keyword">public</span> <a class="codeRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_updater.html">eoUpdater</a>
<a name="l00024"></a>00024 {
<a name="l00025"></a>00025 <span class="keyword">public</span>:
<a name="l00026"></a>00026
@ -65,8 +64,8 @@
<a name="l00054"></a>00054 };
<a name="l00055"></a>00055
<a name="l00056"></a>00056 <span class="preprocessor">#endif </span><span class="comment">/*MOEOARCHIVEUPDATER_H_ */</span>
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Dec 12 11:16:35 2006 for ParadisEO-MOEO by&nbsp;
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Fri Dec 22 09:37:11 2006 for ParadisEO-MOEO by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
</body>
</html>

View file

@ -4,13 +4,12 @@
<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 -->
<!-- Generated by Doxygen 1.4.6 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="classes.html"><span>Classes</span></a></li>
<li id="current"><a href="files.html"><span>Files</span></a></li>
<li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
@ -39,7 +38,7 @@
<a name="l00015"></a>00015 <span class="preprocessor"></span>
<a name="l00016"></a>00016 <span class="preprocessor">#include &lt;eoPop.h&gt;</span>
<a name="l00017"></a>00017
<a name="l00021"></a><a class="code" href="classmoeoArchive.html">00021</a> <span class="keyword">template</span> &lt; <span class="keyword">class</span> EOT &gt; <span class="keyword">class </span><a class="code" href="classmoeoArchive.html">moeoArchive</a>:<span class="keyword">public</span> eoPop &lt; EOT &gt;
<a name="l00021"></a><a class="code" href="classmoeoArchive.html">00021</a> <span class="keyword">template</span> &lt; <span class="keyword">class</span> EOT &gt; <span class="keyword">class </span><a class="code" href="classmoeoArchive.html">moeoArchive</a>:<span class="keyword">public</span> <a class="codeRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html">eoPop</a> &lt; EOT &gt;
<a name="l00022"></a>00022 {
<a name="l00023"></a>00023 <span class="keyword">public</span>:
<a name="l00024"></a>00024
@ -50,15 +49,15 @@
<a name="l00029"></a>00029
<a name="l00033"></a><a class="code" href="classmoeoArchive.html#798bc97d8321b1e2c469e5c341a96dac">00033</a> <span class="keyword">typedef</span> <span class="keyword">typename</span> EOT::Fitness <a class="code" href="classmoeoArchive.html#798bc97d8321b1e2c469e5c341a96dac">EOFitness</a>;
<a name="l00034"></a>00034
<a name="l00039"></a><a class="code" href="classmoeoArchive.html#7786c8bfe67fefa19ac31a4ac700df06">00039</a> <span class="keywordtype">bool</span> <a class="code" href="classmoeoArchive.html#7786c8bfe67fefa19ac31a4ac700df06">dominates</a> (<span class="keyword">const</span> <a class="code" href="classmoeoArchive.html#798bc97d8321b1e2c469e5c341a96dac">EOFitness</a> &amp; _fit)<span class="keyword"> const</span>
<a name="l00039"></a><a class="code" href="classmoeoArchive.html#22b298bb0e4f4b02f9d8c5d3385134a2">00039</a> <span class="keywordtype">bool</span> <a class="code" href="classmoeoArchive.html#22b298bb0e4f4b02f9d8c5d3385134a2">dominates</a> (<span class="keyword">const</span> <a class="code" href="classmoeoArchive.html#798bc97d8321b1e2c469e5c341a96dac">EOFitness</a> &amp; _fit)<span class="keyword"> const</span>
<a name="l00040"></a>00040 <span class="keyword"> </span>{
<a name="l00041"></a>00041 <span class="keywordflow">for</span> (<span class="keywordtype">unsigned</span> i = 0; i &lt; size; i++)
<a name="l00042"></a>00042 <span class="keywordflow">if</span> (<span class="keyword">operator</span>[](i).fitness ().<a class="code" href="classmoeoArchive.html#7786c8bfe67fefa19ac31a4ac700df06">dominates</a> (_fit))
<a name="l00042"></a>00042 <span class="keywordflow">if</span> (<span class="keyword">operator</span>[](i).fitness ().<a class="code" href="classmoeoArchive.html#22b298bb0e4f4b02f9d8c5d3385134a2">dominates</a> (_fit))
<a name="l00043"></a>00043 <span class="keywordflow">return</span> <span class="keyword">true</span>;
<a name="l00044"></a>00044 <span class="keywordflow">return</span> <span class="keyword">false</span>;
<a name="l00045"></a>00045 }
<a name="l00046"></a>00046
<a name="l00051"></a><a class="code" href="classmoeoArchive.html#71feaf270daa7185e829caef40bbf956">00051</a> <span class="keywordtype">bool</span> <a class="code" href="classmoeoArchive.html#71feaf270daa7185e829caef40bbf956">contains</a> (<span class="keyword">const</span> <a class="code" href="classmoeoArchive.html#798bc97d8321b1e2c469e5c341a96dac">EOFitness</a> &amp; _fit)<span class="keyword"> const</span>
<a name="l00051"></a><a class="code" href="classmoeoArchive.html#b62d5274da2b12802113858be49a21a4">00051</a> <span class="keywordtype">bool</span> <a class="code" href="classmoeoArchive.html#b62d5274da2b12802113858be49a21a4">contains</a> (<span class="keyword">const</span> <a class="code" href="classmoeoArchive.html#798bc97d8321b1e2c469e5c341a96dac">EOFitness</a> &amp; _fit)<span class="keyword"> const</span>
<a name="l00052"></a>00052 <span class="keyword"> </span>{
<a name="l00053"></a>00053 <span class="keywordflow">for</span> (<span class="keywordtype">unsigned</span> i = 0; i &lt; size; i++)
<a name="l00054"></a>00054 <span class="keywordflow">if</span> (<span class="keyword">operator</span>[](i).fitness () == _fit)
@ -88,7 +87,7 @@
<a name="l00082"></a>00082 <span class="comment">// Dominated ?</span>
<a name="l00083"></a>00083 <span class="keywordtype">bool</span> dom = <span class="keyword">false</span>;
<a name="l00084"></a>00084 <span class="keywordflow">for</span> (<span class="keywordtype">unsigned</span> j = 0; j &lt; size (); j++)
<a name="l00085"></a>00085 <span class="keywordflow">if</span> (<span class="keyword">operator</span> [](j).fitness ().<a class="code" href="classmoeoArchive.html#7786c8bfe67fefa19ac31a4ac700df06">dominates</a> (_eo.fitness ()))
<a name="l00085"></a>00085 <span class="keywordflow">if</span> (<span class="keyword">operator</span> [](j).fitness ().dominates (_eo.fitness ()))
<a name="l00086"></a>00086 {
<a name="l00087"></a>00087 dom = <span class="keyword">true</span>;
<a name="l00088"></a>00088 <span class="keywordflow">break</span>;
@ -97,17 +96,17 @@
<a name="l00091"></a>00091 push_back (_eo);
<a name="l00092"></a>00092 }
<a name="l00093"></a>00093
<a name="l00098"></a><a class="code" href="classmoeoArchive.html#58e891ab400ba352e8b0a341d0bdc107">00098</a> <span class="keywordtype">void</span> <a class="code" href="classmoeoArchive.html#be9f67bfe41c25537292056d5b30f56a">update</a> (<span class="keyword">const</span> eoPop &lt; EOT &gt; &amp;_pop)
<a name="l00098"></a><a class="code" href="classmoeoArchive.html#58e891ab400ba352e8b0a341d0bdc107">00098</a> <span class="keywordtype">void</span> update (<span class="keyword">const</span> eoPop &lt; EOT &gt; &amp;_pop)
<a name="l00099"></a>00099 {
<a name="l00100"></a>00100 <span class="keywordflow">for</span> (<span class="keywordtype">unsigned</span> i = 0; i &lt; _pop.size (); i++)
<a name="l00101"></a>00101 <a class="code" href="classmoeoArchive.html#be9f67bfe41c25537292056d5b30f56a">update</a> (_pop[i]);
<a name="l00101"></a>00101 update (_pop[i]);
<a name="l00102"></a>00102 }
<a name="l00103"></a>00103
<a name="l00104"></a>00104 };
<a name="l00105"></a>00105
<a name="l00106"></a>00106 <span class="preprocessor">#endif </span><span class="comment">/*MOEOARCHIVE_H_ */</span>
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Dec 12 11:16:35 2006 for ParadisEO-MOEO by&nbsp;
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Fri Dec 22 09:37:11 2006 for ParadisEO-MOEO by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
</body>
</html>

View file

@ -4,13 +4,12 @@
<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 -->
<!-- Generated by Doxygen 1.4.6 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="classes.html"><span>Classes</span></a></li>
<li id="current"><a href="files.html"><span>Files</span></a></li>
<li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
@ -43,7 +42,7 @@
<a name="l00019"></a>00019 <span class="preprocessor">#include &lt;utils/eoUpdater.h&gt;</span>
<a name="l00020"></a>00020 <span class="preprocessor">#include &lt;metric/moeoMetric.h&gt;</span>
<a name="l00021"></a>00021
<a name="l00026"></a><a class="code" href="classmoeoBinaryMetricSavingUpdater.html">00026</a> <span class="keyword">template</span> &lt; <span class="keyword">class</span> EOT &gt; <span class="keyword">class </span><a class="code" href="classmoeoBinaryMetricSavingUpdater.html">moeoBinaryMetricSavingUpdater</a>:<span class="keyword">public</span> eoUpdater
<a name="l00026"></a><a class="code" href="classmoeoBinaryMetricSavingUpdater.html">00026</a> <span class="keyword">template</span> &lt; <span class="keyword">class</span> EOT &gt; <span class="keyword">class </span><a class="code" href="classmoeoBinaryMetricSavingUpdater.html">moeoBinaryMetricSavingUpdater</a>:<span class="keyword">public</span> <a class="codeRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_updater.html">eoUpdater</a>
<a name="l00027"></a>00027 {
<a name="l00028"></a>00028 <span class="keyword">public</span>:
<a name="l00029"></a>00029
@ -84,18 +83,18 @@
<a name="l00076"></a>00076
<a name="l00077"></a>00077 <span class="keyword">private</span>:
<a name="l00078"></a>00078
<a name="l00080"></a><a class="code" href="classmoeoBinaryMetricSavingUpdater.html#52e12414a266bce1dbce0b913025fd37">00080</a> moeoVectorVsVectorBM &lt; EOT, double &gt;&amp;<a class="code" href="classmoeoBinaryMetricSavingUpdater.html#52e12414a266bce1dbce0b913025fd37">metric</a>;
<a name="l00082"></a><a class="code" href="classmoeoBinaryMetricSavingUpdater.html#9c30673aca66a1531856cb92068edaf7">00082</a> <span class="keyword">const</span> eoPop &lt; EOT &gt; &amp;<a class="code" href="classmoeoBinaryMetricSavingUpdater.html#9c30673aca66a1531856cb92068edaf7">pop</a>;
<a name="l00084"></a><a class="code" href="classmoeoBinaryMetricSavingUpdater.html#c1751bf23ef440d895a39cdff25c384c">00084</a> eoPop &lt; EOT &gt; <a class="code" href="classmoeoBinaryMetricSavingUpdater.html#c1751bf23ef440d895a39cdff25c384c">oldPop</a>;
<a name="l00086"></a><a class="code" href="classmoeoBinaryMetricSavingUpdater.html#32c78860e3aee52346df3aa30c5ac42f">00086</a> std::string <a class="code" href="classmoeoBinaryMetricSavingUpdater.html#32c78860e3aee52346df3aa30c5ac42f">filename</a>;
<a name="l00088"></a><a class="code" href="classmoeoBinaryMetricSavingUpdater.html#1e40103a5cfa592a9d2408102e507a19">00088</a> <span class="keywordtype">bool</span> <a class="code" href="classmoeoBinaryMetricSavingUpdater.html#1e40103a5cfa592a9d2408102e507a19">firstGen</a>;
<a name="l00090"></a><a class="code" href="classmoeoBinaryMetricSavingUpdater.html#280b52506c280b07356726ad5d497ef8">00090</a> <span class="keywordtype">unsigned</span> <a class="code" href="classmoeoBinaryMetricSavingUpdater.html#280b52506c280b07356726ad5d497ef8">counter</a>;
<a name="l00080"></a><a class="code" href="classmoeoBinaryMetricSavingUpdater.html#52e12414a266bce1dbce0b913025fd37">00080</a> moeoVectorVsVectorBM &lt; EOT, double &gt;&amp;metric;
<a name="l00082"></a><a class="code" href="classmoeoBinaryMetricSavingUpdater.html#9c30673aca66a1531856cb92068edaf7">00082</a> <span class="keyword">const</span> eoPop &lt; EOT &gt; &amp;pop;
<a name="l00084"></a><a class="code" href="classmoeoBinaryMetricSavingUpdater.html#c1751bf23ef440d895a39cdff25c384c">00084</a> eoPop &lt; EOT &gt; oldPop;
<a name="l00086"></a><a class="code" href="classmoeoBinaryMetricSavingUpdater.html#32c78860e3aee52346df3aa30c5ac42f">00086</a> std::string filename;
<a name="l00088"></a><a class="code" href="classmoeoBinaryMetricSavingUpdater.html#1e40103a5cfa592a9d2408102e507a19">00088</a> <span class="keywordtype">bool</span> firstGen;
<a name="l00090"></a><a class="code" href="classmoeoBinaryMetricSavingUpdater.html#280b52506c280b07356726ad5d497ef8">00090</a> <span class="keywordtype">unsigned</span> counter;
<a name="l00091"></a>00091
<a name="l00092"></a>00092 };
<a name="l00093"></a>00093
<a name="l00094"></a>00094 <span class="preprocessor">#endif </span><span class="comment">/*MOEOBINARYMETRICSAVINGUPDATER_H_ */</span>
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Dec 12 11:16:35 2006 for ParadisEO-MOEO by&nbsp;
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Fri Dec 22 09:37:11 2006 for ParadisEO-MOEO by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
</body>
</html>

View file

@ -4,13 +4,12 @@
<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 -->
<!-- Generated by Doxygen 1.4.6 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="classes.html"><span>Classes</span></a></li>
<li id="current"><a href="files.html"><span>Files</span></a></li>
<li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
@ -72,8 +71,8 @@
<a name="l00069"></a>00069 };
<a name="l00070"></a>00070
<a name="l00071"></a>00071 <span class="preprocessor">#endif </span><span class="comment">/*MOEOCOMBINEDMOLS_H_ */</span>
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Dec 12 11:16:35 2006 for ParadisEO-MOEO by&nbsp;
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Fri Dec 22 09:37:11 2006 for ParadisEO-MOEO by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
</body>
</html>

View file

@ -4,13 +4,12 @@
<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 -->
<!-- Generated by Doxygen 1.4.6 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="classes.html"><span>Classes</span></a></li>
<li id="current"><a href="files.html"><span>Files</span></a></li>
<li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
@ -110,8 +109,8 @@
<a name="l00114"></a>00114 };
<a name="l00115"></a>00115
<a name="l00116"></a>00116 <span class="preprocessor">#endif </span><span class="comment">/*MOEOCONTRIBUTIONMETRIC_H_ */</span>
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Dec 12 11:16:35 2006 for ParadisEO-MOEO by&nbsp;
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Fri Dec 22 09:37:11 2006 for ParadisEO-MOEO by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
</body>
</html>

View file

@ -4,13 +4,12 @@
<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 -->
<!-- Generated by Doxygen 1.4.6 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="classes.html"><span>Classes</span></a></li>
<li id="current"><a href="files.html"><span>Files</span></a></li>
<li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
@ -93,10 +92,10 @@
<a name="l00082"></a>00082
<a name="l00083"></a>00083 <span class="keyword">private</span>:
<a name="l00084"></a>00084
<a name="l00085"></a><a class="code" href="classmoeoEntropyMetric.html#d4046a304badfe78aa35b2d57938ffe9">00085</a> std::vector &lt; double &gt;<a class="code" href="classmoeoEntropyMetric.html#d4046a304badfe78aa35b2d57938ffe9">vect_min_val</a>;
<a name="l00086"></a><a class="code" href="classmoeoEntropyMetric.html#af0ae9645bdbb993de4bc990a0a08883">00086</a> std::vector &lt; double &gt;<a class="code" href="classmoeoEntropyMetric.html#af0ae9645bdbb993de4bc990a0a08883">vect_max_val</a>;
<a name="l00085"></a><a class="code" href="classmoeoEntropyMetric.html#d4046a304badfe78aa35b2d57938ffe9">00085</a> std::vector &lt; double &gt;vect_min_val;
<a name="l00086"></a><a class="code" href="classmoeoEntropyMetric.html#af0ae9645bdbb993de4bc990a0a08883">00086</a> std::vector &lt; double &gt;vect_max_val;
<a name="l00087"></a>00087
<a name="l00088"></a><a class="code" href="classmoeoEntropyMetric.html#3252e7534b1ceb1317936c5d2b3abcbe">00088</a> <span class="keywordtype">void</span> <a class="code" href="classmoeoEntropyMetric.html#3252e7534b1ceb1317936c5d2b3abcbe">removeDominated</a> (std::vector &lt; EOFitness &gt; &amp;_f)
<a name="l00088"></a><a class="code" href="classmoeoEntropyMetric.html#3252e7534b1ceb1317936c5d2b3abcbe">00088</a> <span class="keywordtype">void</span> removeDominated (std::vector &lt; EOFitness &gt; &amp;_f)
<a name="l00089"></a>00089 {
<a name="l00090"></a>00090 <span class="keywordflow">for</span> (<span class="keywordtype">unsigned</span> i = 0; i &lt; _f.size (); i++)
<a name="l00091"></a>00091 {
@ -116,10 +115,10 @@
<a name="l00105"></a>00105 }
<a name="l00106"></a>00106 }
<a name="l00107"></a>00107
<a name="l00108"></a><a class="code" href="classmoeoEntropyMetric.html#c9f0c65b4de69accbfb42486f6445cb0">00108</a> <span class="keywordtype">void</span> <a class="code" href="classmoeoEntropyMetric.html#c9f0c65b4de69accbfb42486f6445cb0">prenormalize</a> (<span class="keyword">const</span> std::vector &lt; EOFitness &gt; &amp;_f)
<a name="l00108"></a><a class="code" href="classmoeoEntropyMetric.html#c9f0c65b4de69accbfb42486f6445cb0">00108</a> <span class="keywordtype">void</span> prenormalize (<span class="keyword">const</span> std::vector &lt; EOFitness &gt; &amp;_f)
<a name="l00109"></a>00109 {
<a name="l00110"></a>00110 <a class="code" href="classmoeoEntropyMetric.html#d4046a304badfe78aa35b2d57938ffe9">vect_min_val</a>.clear ();
<a name="l00111"></a>00111 <a class="code" href="classmoeoEntropyMetric.html#af0ae9645bdbb993de4bc990a0a08883">vect_max_val</a>.clear ();
<a name="l00110"></a>00110 vect_min_val.clear ();
<a name="l00111"></a>00111 vect_max_val.clear ();
<a name="l00112"></a>00112
<a name="l00113"></a>00113 <span class="keywordflow">for</span> (<span class="keywordtype">unsigned</span> <span class="keywordtype">char</span> i = 0; i &lt; EOFitness::fitness_traits::nObjectives ();
<a name="l00114"></a>00114 i++)
@ -132,20 +131,20 @@
<a name="l00121"></a>00121 <span class="keywordflow">if</span> (_f[j][i] &gt; max_val)
<a name="l00122"></a>00122 max_val = _f[j][i];
<a name="l00123"></a>00123 }
<a name="l00124"></a>00124 <a class="code" href="classmoeoEntropyMetric.html#d4046a304badfe78aa35b2d57938ffe9">vect_min_val</a>.push_back (min_val);
<a name="l00125"></a>00125 <a class="code" href="classmoeoEntropyMetric.html#af0ae9645bdbb993de4bc990a0a08883">vect_max_val</a>.push_back (max_val);
<a name="l00124"></a>00124 vect_min_val.push_back (min_val);
<a name="l00125"></a>00125 vect_max_val.push_back (max_val);
<a name="l00126"></a>00126 }
<a name="l00127"></a>00127 }
<a name="l00128"></a>00128
<a name="l00129"></a><a class="code" href="classmoeoEntropyMetric.html#bc32468b148a0da4eb21a9fc14dfafae">00129</a> <span class="keywordtype">void</span> <a class="code" href="classmoeoEntropyMetric.html#bc32468b148a0da4eb21a9fc14dfafae">normalize</a> (std::vector &lt; EOFitness &gt; &amp;_f)
<a name="l00129"></a><a class="code" href="classmoeoEntropyMetric.html#bc32468b148a0da4eb21a9fc14dfafae">00129</a> <span class="keywordtype">void</span> normalize (std::vector &lt; EOFitness &gt; &amp;_f)
<a name="l00130"></a>00130 {
<a name="l00131"></a>00131 <span class="keywordflow">for</span> (<span class="keywordtype">unsigned</span> i = 0; i &lt; EOFitness::fitness_traits::nObjectives (); i++)
<a name="l00132"></a>00132 <span class="keywordflow">for</span> (<span class="keywordtype">unsigned</span> j = 0; j &lt; _f.size (); j++)
<a name="l00133"></a>00133 _f[j][i] =
<a name="l00134"></a>00134 (_f[j][i] - <a class="code" href="classmoeoEntropyMetric.html#d4046a304badfe78aa35b2d57938ffe9">vect_min_val</a>[i]) / (<a class="code" href="classmoeoEntropyMetric.html#af0ae9645bdbb993de4bc990a0a08883">vect_max_val</a>[i] - <a class="code" href="classmoeoEntropyMetric.html#d4046a304badfe78aa35b2d57938ffe9">vect_min_val</a>[i]);
<a name="l00134"></a>00134 (_f[j][i] - vect_min_val[i]) / (vect_max_val[i] - vect_min_val[i]);
<a name="l00135"></a>00135 }
<a name="l00136"></a>00136
<a name="l00137"></a><a class="code" href="classmoeoEntropyMetric.html#2de60a0e6be362f074b50e6b455152ab">00137</a> <span class="keywordtype">void</span> <a class="code" href="classmoeoEntropyMetric.html#2de60a0e6be362f074b50e6b455152ab">computeUnion</a> (<span class="keyword">const</span> std::vector &lt; EOFitness &gt; &amp;_f1,
<a name="l00137"></a><a class="code" href="classmoeoEntropyMetric.html#2de60a0e6be362f074b50e6b455152ab">00137</a> <span class="keywordtype">void</span> computeUnion (<span class="keyword">const</span> std::vector &lt; EOFitness &gt; &amp;_f1,
<a name="l00138"></a>00138 <span class="keyword">const</span> std::vector &lt; EOFitness &gt; &amp;_f2,
<a name="l00139"></a>00139 std::vector &lt; EOFitness &gt; &amp;_f)
<a name="l00140"></a>00140 {
@ -164,19 +163,19 @@
<a name="l00153"></a>00153 }
<a name="l00154"></a>00154 }
<a name="l00155"></a>00155
<a name="l00156"></a><a class="code" href="classmoeoEntropyMetric.html#a9369be315e139ebdf19fac09ad0563f">00156</a> <span class="keywordtype">unsigned</span> <a class="code" href="classmoeoEntropyMetric.html#a9369be315e139ebdf19fac09ad0563f">howManyInNicheOf</a> (<span class="keyword">const</span> std::vector &lt; EOFitness &gt; &amp;_f,
<a name="l00157"></a>00157 <span class="keyword">const</span> <a class="code" href="classmoeoEntropyMetric.html#306b72d2236de1ecbae986c65490a8fe">EOFitness</a> &amp; _s, <span class="keywordtype">unsigned</span> _size)
<a name="l00156"></a><a class="code" href="classmoeoEntropyMetric.html#a9369be315e139ebdf19fac09ad0563f">00156</a> <span class="keywordtype">unsigned</span> howManyInNicheOf (<span class="keyword">const</span> std::vector &lt; EOFitness &gt; &amp;_f,
<a name="l00157"></a>00157 <span class="keyword">const</span> EOFitness &amp; _s, <span class="keywordtype">unsigned</span> _size)
<a name="l00158"></a>00158 {
<a name="l00159"></a>00159 <span class="keywordtype">unsigned</span> n = 0;
<a name="l00160"></a>00160 <span class="keywordflow">for</span> (<span class="keywordtype">unsigned</span> i = 0; i &lt; _f.size (); i++)
<a name="l00161"></a>00161 {
<a name="l00162"></a>00162 <span class="keywordflow">if</span> (<a class="code" href="classmoeoEntropyMetric.html#34f825ce7c53132f7218483130da8652">euclidianDistance</a> (_f[i], _s) &lt; (_s.size () / (double) _size))
<a name="l00162"></a>00162 <span class="keywordflow">if</span> (euclidianDistance (_f[i], _s) &lt; (_s.size () / (double) _size))
<a name="l00163"></a>00163 n++;
<a name="l00164"></a>00164 }
<a name="l00165"></a>00165 <span class="keywordflow">return</span> n;
<a name="l00166"></a>00166 }
<a name="l00167"></a>00167
<a name="l00168"></a><a class="code" href="classmoeoEntropyMetric.html#34f825ce7c53132f7218483130da8652">00168</a> <span class="keywordtype">double</span> <a class="code" href="classmoeoEntropyMetric.html#34f825ce7c53132f7218483130da8652">euclidianDistance</a> (<span class="keyword">const</span> <a class="code" href="classmoeoEntropyMetric.html#306b72d2236de1ecbae986c65490a8fe">EOFitness</a> &amp; _set1, <span class="keyword">const</span> <a class="code" href="classmoeoEntropyMetric.html#306b72d2236de1ecbae986c65490a8fe">EOFitness</a> &amp; _to,
<a name="l00168"></a><a class="code" href="classmoeoEntropyMetric.html#34f825ce7c53132f7218483130da8652">00168</a> <span class="keywordtype">double</span> euclidianDistance (<span class="keyword">const</span> EOFitness &amp; _set1, <span class="keyword">const</span> EOFitness &amp; _to,
<a name="l00169"></a>00169 <span class="keywordtype">unsigned</span> _deg = 2)
<a name="l00170"></a>00170 {
<a name="l00171"></a>00171 <span class="keywordtype">double</span> dist = 0;
@ -188,8 +187,8 @@
<a name="l00177"></a>00177 };
<a name="l00178"></a>00178
<a name="l00179"></a>00179 <span class="preprocessor">#endif </span><span class="comment">/*MOEOENTROPYMETRIC_H_ */</span>
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Dec 12 11:16:35 2006 for ParadisEO-MOEO by&nbsp;
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Fri Dec 22 09:37:11 2006 for ParadisEO-MOEO by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
</body>
</html>

View file

@ -4,13 +4,12 @@
<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 -->
<!-- Generated by Doxygen 1.4.6 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="classes.html"><span>Classes</span></a></li>
<li id="current"><a href="files.html"><span>Files</span></a></li>
<li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
@ -44,7 +43,7 @@
<a name="l00020"></a>00020 <span class="preprocessor">#include &lt;moeoArchive.h&gt;</span>
<a name="l00021"></a>00021 <span class="preprocessor">#include &lt;moeoMOLS.h&gt;</span>
<a name="l00022"></a>00022
<a name="l00027"></a><a class="code" href="classmoeoHybridMOLS.html">00027</a> <span class="keyword">template</span> &lt; <span class="keyword">class</span> EOT &gt; <span class="keyword">class </span><a class="code" href="classmoeoHybridMOLS.html">moeoHybridMOLS</a>:<span class="keyword">public</span> eoUpdater
<a name="l00027"></a><a class="code" href="classmoeoHybridMOLS.html">00027</a> <span class="keyword">template</span> &lt; <span class="keyword">class</span> EOT &gt; <span class="keyword">class </span><a class="code" href="classmoeoHybridMOLS.html">moeoHybridMOLS</a>:<span class="keyword">public</span> <a class="codeRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_updater.html">eoUpdater</a>
<a name="l00028"></a>00028 {
<a name="l00029"></a>00029 <span class="keyword">public</span>:
<a name="l00030"></a>00030
@ -78,8 +77,8 @@
<a name="l00072"></a>00072 };
<a name="l00073"></a>00073
<a name="l00074"></a>00074 <span class="preprocessor">#endif </span><span class="comment">/*MOEOHYBRIDMOLS_H_ */</span>
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Dec 12 11:16:35 2006 for ParadisEO-MOEO by&nbsp;
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Fri Dec 22 09:37:11 2006 for ParadisEO-MOEO by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
</body>
</html>

View file

@ -4,13 +4,12 @@
<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 -->
<!-- Generated by Doxygen 1.4.6 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="classes.html"><span>Classes</span></a></li>
<li id="current"><a href="files.html"><span>Files</span></a></li>
<li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
@ -40,14 +39,14 @@
<a name="l00016"></a>00016 <span class="preprocessor">#include &lt;eoFunctor.h&gt;</span>
<a name="l00017"></a>00017 <span class="preprocessor">#include &lt;moeoArchive.h&gt;</span>
<a name="l00018"></a>00018
<a name="l00023"></a><a class="code" href="classmoeoMOLS.html">00023</a> <span class="keyword">template</span> &lt; <span class="keyword">class</span> EOT &gt; <span class="keyword">class </span><a class="code" href="classmoeoMOLS.html">moeoMOLS</a>:<span class="keyword">public</span> eoBF &lt; const EOT &amp;, moeoArchive &lt; EOT &gt; &amp;,
<a name="l00023"></a><a class="code" href="classmoeoMOLS.html">00023</a> <span class="keyword">template</span> &lt; <span class="keyword">class</span> EOT &gt; <span class="keyword">class </span><a class="code" href="classmoeoMOLS.html">moeoMOLS</a>:<span class="keyword">public</span> <a class="codeRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_b_f.html">eoBF</a> &lt; const EOT &amp;, moeoArchive &lt; EOT &gt; &amp;,
<a name="l00024"></a>00024 void &gt;
<a name="l00025"></a>00025 {
<a name="l00026"></a>00026 };
<a name="l00027"></a>00027
<a name="l00028"></a>00028 <span class="preprocessor">#endif </span><span class="comment">/*MOEOMOLS_H_ */</span>
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Dec 12 11:16:35 2006 for ParadisEO-MOEO by&nbsp;
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Fri Dec 22 09:37:11 2006 for ParadisEO-MOEO by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
</body>
</html>

View file

@ -4,13 +4,12 @@
<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 -->
<!-- Generated by Doxygen 1.4.6 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="classes.html"><span>Classes</span></a></li>
<li id="current"><a href="files.html"><span>Files</span></a></li>
<li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
@ -39,18 +38,18 @@
<a name="l00015"></a>00015 <span class="preprocessor"></span>
<a name="l00016"></a>00016 <span class="preprocessor">#include &lt;eoFunctor.h&gt;</span>
<a name="l00017"></a>00017
<a name="l00021"></a><a class="code" href="classmoeoMetric.html">00021</a> <span class="keyword">class </span><a class="code" href="classmoeoMetric.html">moeoMetric</a>:<span class="keyword">public</span> eoFunctorBase
<a name="l00021"></a><a class="code" href="classmoeoMetric.html">00021</a> <span class="keyword">class </span><a class="code" href="classmoeoMetric.html">moeoMetric</a>:<span class="keyword">public</span> <a class="codeRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_functor_base.html">eoFunctorBase</a>
<a name="l00022"></a>00022 {
<a name="l00023"></a>00023 };
<a name="l00024"></a>00024
<a name="l00025"></a>00025
<a name="l00029"></a><a class="code" href="classmoeoUM.html">00029</a> <span class="keyword">template</span> &lt; <span class="keyword">class</span> A, <span class="keyword">class</span> R &gt; <span class="keyword">class </span><a class="code" href="classmoeoUM.html">moeoUM</a>:<span class="keyword">public</span> eoUF &lt; A, R &gt;,
<a name="l00029"></a><a class="code" href="classmoeoUM.html">00029</a> <span class="keyword">template</span> &lt; <span class="keyword">class</span> A, <span class="keyword">class</span> R &gt; <span class="keyword">class </span><a class="code" href="classmoeoUM.html">moeoUM</a>:<span class="keyword">public</span> <a class="codeRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_u_f.html">eoUF</a> &lt; A, R &gt;,
<a name="l00030"></a>00030 <span class="keyword">public</span> <a class="code" href="classmoeoMetric.html">moeoMetric</a>
<a name="l00031"></a>00031 {
<a name="l00032"></a>00032 };
<a name="l00033"></a>00033
<a name="l00034"></a>00034
<a name="l00038"></a><a class="code" href="classmoeoBM.html">00038</a> <span class="keyword">template</span> &lt; <span class="keyword">class</span> A1, <span class="keyword">class</span> A2, <span class="keyword">class</span> R &gt; <span class="keyword">class </span><a class="code" href="classmoeoBM.html">moeoBM</a>:<span class="keyword">public</span> eoBF &lt; A1, A2, R &gt;,
<a name="l00038"></a><a class="code" href="classmoeoBM.html">00038</a> <span class="keyword">template</span> &lt; <span class="keyword">class</span> A1, <span class="keyword">class</span> A2, <span class="keyword">class</span> R &gt; <span class="keyword">class </span><a class="code" href="classmoeoBM.html">moeoBM</a>:<span class="keyword">public</span> <a class="codeRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_b_f.html">eoBF</a> &lt; A1, A2, R &gt;,
<a name="l00039"></a>00039 <span class="keyword">public</span> <a class="code" href="classmoeoMetric.html">moeoMetric</a>
<a name="l00040"></a>00040 {
<a name="l00041"></a>00041 };
@ -104,8 +103,8 @@
<a name="l00104"></a>00104
<a name="l00105"></a>00105
<a name="l00106"></a>00106 <span class="preprocessor">#endif </span><span class="comment">/*MOEOMETRIC_H_ */</span>
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Dec 12 11:16:35 2006 for ParadisEO-MOEO by&nbsp;
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Fri Dec 22 09:37:11 2006 for ParadisEO-MOEO by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
</body>
</html>

View file

@ -4,13 +4,12 @@
<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 -->
<!-- Generated by Doxygen 1.4.6 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="classes.html"><span>Classes</span></a></li>
<li id="current"><a href="files.html"><span>Files</span></a></li>
<li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
@ -42,7 +41,7 @@
<a name="l00018"></a>00018 <span class="preprocessor">#include &lt;eoReplacement.h&gt;</span>
<a name="l00019"></a>00019
<a name="l00020"></a>00020
<a name="l00024"></a><a class="code" href="classmoeoReplacement.html">00024</a> <span class="keyword">template</span> &lt; <span class="keyword">class</span> EOT, <span class="keyword">class</span> WorthT &gt; <span class="keyword">class </span><a class="code" href="classmoeoReplacement.html">moeoReplacement</a>:<span class="keyword">public</span> eoReplacement &lt;
<a name="l00024"></a><a class="code" href="classmoeoReplacement.html">00024</a> <span class="keyword">template</span> &lt; <span class="keyword">class</span> EOT, <span class="keyword">class</span> WorthT &gt; <span class="keyword">class </span><a class="code" href="classmoeoReplacement.html">moeoReplacement</a>:<span class="keyword">public</span> <a class="codeRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_replacement.html">eoReplacement</a> &lt;
<a name="l00025"></a>00025 EOT &gt;
<a name="l00026"></a>00026 {
<a name="l00027"></a>00027 };
@ -53,7 +52,7 @@
<a name="l00036"></a>00036 {
<a name="l00037"></a>00037 <span class="keyword">public</span>:
<a name="l00038"></a>00038
<a name="l00043"></a><a class="code" href="classmoeoElitistReplacement.html#fa62ed508ac194ed7b720e37dd22458c">00043</a> <a class="code" href="classmoeoElitistReplacement.html#fa62ed508ac194ed7b720e37dd22458c">moeoElitistReplacement</a> (eoPerf2Worth &lt; EOT,
<a name="l00043"></a><a class="code" href="classmoeoElitistReplacement.html#fa62ed508ac194ed7b720e37dd22458c">00043</a> <a class="code" href="classmoeoElitistReplacement.html#fa62ed508ac194ed7b720e37dd22458c">moeoElitistReplacement</a> (<a class="codeRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_perf2_worth.html">eoPerf2Worth</a> &lt; EOT,
<a name="l00044"></a>00044 WorthT &gt; &amp;_perf2worth):<a class="code" href="classmoeoElitistReplacement.html#020f0e0b6b88a0081d922cca5b05990e">perf2worth</a> (_perf2worth)
<a name="l00045"></a>00045 {
<a name="l00046"></a>00046 }
@ -84,7 +83,7 @@
<a name="l00080"></a>00080 {
<a name="l00081"></a>00081 <span class="keyword">public</span>:
<a name="l00082"></a>00082
<a name="l00087"></a><a class="code" href="classmoeoDisctinctElitistReplacement.html#f39200df2b68f6d35fbed2a2688a9d75">00087</a> <a class="code" href="classmoeoDisctinctElitistReplacement.html#f39200df2b68f6d35fbed2a2688a9d75">moeoDisctinctElitistReplacement</a> (eoPerf2Worth &lt; EOT,
<a name="l00087"></a><a class="code" href="classmoeoDisctinctElitistReplacement.html#f39200df2b68f6d35fbed2a2688a9d75">00087</a> <a class="code" href="classmoeoDisctinctElitistReplacement.html#f39200df2b68f6d35fbed2a2688a9d75">moeoDisctinctElitistReplacement</a> (<a class="codeRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_perf2_worth.html">eoPerf2Worth</a> &lt; EOT,
<a name="l00088"></a>00088 WorthT &gt;
<a name="l00089"></a>00089 &amp;_perf2worth):<a class="code" href="classmoeoDisctinctElitistReplacement.html#3d1616ba57c10f5a77e0ec021cc8beb2">perf2worth</a> (_perf2worth)
<a name="l00090"></a>00090 {
@ -148,7 +147,7 @@
<a name="l00159"></a>00159 }
<a name="l00160"></a>00160
<a name="l00161"></a>00161 <span class="comment">// resize and swap the populations</span>
<a name="l00162"></a>00162 <a class="code" href="classmoeoDisctinctElitistReplacement.html#3d1616ba57c10f5a77e0ec021cc8beb2">perf2worth</a>.resize (new_pop, _size);
<a name="l00162"></a>00162 perf2worth.resize (new_pop, _size);
<a name="l00163"></a>00163 _pop.resize (_size);
<a name="l00164"></a>00164 _pop.swap (new_pop);
<a name="l00165"></a>00165 }
@ -156,8 +155,8 @@
<a name="l00167"></a>00167 };
<a name="l00168"></a>00168
<a name="l00169"></a>00169 <span class="preprocessor">#endif </span><span class="comment">/*MOEOREPLACEMENT_H_ */</span>
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Dec 12 11:16:35 2006 for ParadisEO-MOEO by&nbsp;
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Fri Dec 22 09:37:11 2006 for ParadisEO-MOEO by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
</body>
</html>

View file

@ -4,13 +4,12 @@
<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 -->
<!-- Generated by Doxygen 1.4.6 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="classes.html"><span>Classes</span></a></li>
<li id="current"><a href="files.html"><span>Files</span></a></li>
<li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
@ -43,7 +42,7 @@
<a name="l00019"></a>00019 <span class="preprocessor">#include &lt;utils/eoRNG.h&gt;</span>
<a name="l00020"></a>00020 <span class="preprocessor">#include &lt;moeoArchive.h&gt;</span>
<a name="l00021"></a>00021
<a name="l00025"></a><a class="code" href="classmoeoSelectOneFromPopAndArch.html">00025</a> <span class="keyword">template</span> &lt; <span class="keyword">class</span> EOT &gt; <span class="keyword">class </span><a class="code" href="classmoeoSelectOneFromPopAndArch.html">moeoSelectOneFromPopAndArch</a>:<span class="keyword">public</span> eoSelectOne &lt;
<a name="l00025"></a><a class="code" href="classmoeoSelectOneFromPopAndArch.html">00025</a> <span class="keyword">template</span> &lt; <span class="keyword">class</span> EOT &gt; <span class="keyword">class </span><a class="code" href="classmoeoSelectOneFromPopAndArch.html">moeoSelectOneFromPopAndArch</a>:<span class="keyword">public</span> <a class="codeRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_select_one.html">eoSelectOne</a> &lt;
<a name="l00026"></a>00026 EOT &gt;
<a name="l00027"></a>00027 {
<a name="l00028"></a>00028 <span class="keyword">public</span>:
@ -73,7 +72,7 @@
<a name="l00068"></a>00068
<a name="l00072"></a><a class="code" href="classmoeoSelectOneFromPopAndArch.html#a2acc5ddcf045c0c63c22f8d04274858">00072</a> <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classmoeoSelectOneFromPopAndArch.html#a2acc5ddcf045c0c63c22f8d04274858">setup</a> (<span class="keyword">const</span> eoPop &lt; EOT &gt; &amp;_pop)
<a name="l00073"></a>00073 {
<a name="l00074"></a>00074 <a class="code" href="classmoeoSelectOneFromPopAndArch.html#4f6d51d06d92b0a3383f9f47e3b2b682">popSelectOne</a>.setup (_pop);
<a name="l00074"></a>00074 <a class="code" href="classmoeoSelectOneFromPopAndArch.html#4f6d51d06d92b0a3383f9f47e3b2b682">popSelectOne</a>.<a class="codeRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_select_one.html#fba393b5f87c0bbd683d83a21b491cc5">setup</a> (_pop);
<a name="l00075"></a>00075 }
<a name="l00076"></a>00076
<a name="l00077"></a>00077
@ -88,8 +87,8 @@
<a name="l00091"></a>00091 };
<a name="l00092"></a>00092
<a name="l00093"></a>00093 <span class="preprocessor">#endif </span><span class="comment">/*MOEOSELECTONEFROMPOPANDARCH_H_ */</span>
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Dec 12 11:16:35 2006 for ParadisEO-MOEO by&nbsp;
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Fri Dec 22 09:37:11 2006 for ParadisEO-MOEO by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
</body>
</html>

View file

@ -4,13 +4,12 @@
<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 -->
<!-- Generated by Doxygen 1.4.6 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="classes.html"><span>Classes</span></a></li>
<li id="current"><a href="files.html"><span>Files</span></a></li>
<li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
@ -53,8 +52,8 @@
<a name="l00029"></a>00029 <span class="preprocessor">#include &lt;metric/moeoMetric.h&gt;</span>
<a name="l00030"></a>00030
<a name="l00031"></a>00031 <span class="preprocessor">#endif </span><span class="comment">/*MOEO_H_ */</span>
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Dec 12 11:16:35 2006 for ParadisEO-MOEO by&nbsp;
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Fri Dec 22 09:37:11 2006 for ParadisEO-MOEO by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
</body>
</html>

View file

@ -4,13 +4,12 @@
<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 -->
<!-- Generated by Doxygen 1.4.6 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
<li><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&nbsp;Pages</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
@ -375,8 +374,8 @@ main();
?>
<hr size="1"><address style="align: right;"><small>Generated on Tue Dec 12 11:16:35 2006 for ParadisEO-MOEO by&nbsp;
<hr size="1"><address style="align: right;"><small>Generated on Fri Dec 22 09:37:12 2006 for ParadisEO-MOEO by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
</body>
</html>

View file

@ -5,6 +5,15 @@
<meta http-equiv="Content-Language" content="en" />
<link rel="stylesheet" href="doxygen.css">
<title>TreeView</title>
<style type="text/css">
<!--
.directory { font-size: 10pt; font-weight: bold; }
.directory h3 { margin: 0px; margin-top: 1em; font-size: 11pt; }
.directory p { margin: 0px; white-space: nowrap; }
.directory div { display: none; margin: 0px; }
.directory img { vertical-align: middle; }
-->
</style>
<script type="text/javascript">
<!-- // Hide script from old browsers
@ -59,13 +68,49 @@
</script>
</head>
<body class="ftvtree">
<body>
<div class="directory">
<h3>ParadisEO-MOEO</h3>
<div style="display: block;">
<p><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="main.html" target="basefrm">Welcome to ParadisEO-MOEO</a></p>
<p><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder1', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder1', this)"/><a class="el" href="annotated.html" target="basefrm">Class List</a></p>
<p><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder1', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder1', this)"/><a class="el" href="files.html" target="basefrm">File List</a></p>
<div id="folder1">
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><b>eoBinaryQualityIndicator.h</b></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><b>eoIBEA.h</b></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><b>eoParetoPhenDist.h</b></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><b>eoParetoSharing.h</b></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><b>index.h</b></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><b>make_algo_MOEO.h</b></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><b>moeo.h</b></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><b>moeoArchive.h</b></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><b>moeoArchiveFitnessSavingUpdater.h</b></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><b>moeoArchiveUpdater.h</b></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><b>moeoBinaryMetricSavingUpdater.h</b></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><b>moeoCombinedMOLS.h</b></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><b>moeoContributionMetric.h</b></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><b>moeoEntropyMetric.h</b></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><b>moeoHybridMOLS.h</b></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><b>moeoMetric.h</b></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><b>moeoMOLS.h</b></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><b>moeoNDSorting.h</b></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><b>moeoNSGA_II.h</b></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><b>moeoReplacement.h</b></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><b>moeoSelectOneFromPopAndArch.h</b></p>
</div>
<p><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder2', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder2', this)"/><a class="el" href="annotated.html" target="basefrm">Class List</a></p>
<div id="folder2">
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classeoAdditiveBinaryEpsilonIndicator.html" target="basefrm">eoAdditiveBinaryEpsilonIndicator< EOFitness ></a></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classeoBinaryHypervolumeIndicator.html" target="basefrm">eoBinaryHypervolumeIndicator< EOFitness ></a></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classeoBinaryQualityIndicator.html" target="basefrm">eoBinaryQualityIndicator< EOFitness ></a></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classeoBinaryQualityIndicator_1_1Range.html" target="basefrm">eoBinaryQualityIndicator< EOFitness >::Range</a></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classeoIBEA.html" target="basefrm">eoIBEA< EOT, Fitness ></a></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classeoIBEAAvgSorting.html" target="basefrm">eoIBEAAvgSorting< EOT, FitnessEval ></a></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classeoIBEASorting.html" target="basefrm">eoIBEASorting< EOT, Fitness ></a></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classeoIBEAStochSorting.html" target="basefrm">eoIBEAStochSorting< EOT, FitnessEval ></a></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classeoParetoEuclidDist.html" target="basefrm">eoParetoEuclidDist< EOT, DistType ></a></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classeoParetoPhenDist.html" target="basefrm">eoParetoPhenDist< EOT, DistType ></a></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classeoParetoSharing.html" target="basefrm">eoParetoSharing< EOT, worthT ></a></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classeoParetoSharing_1_1dMatrix.html" target="basefrm">eoParetoSharing< EOT, worthT >::dMatrix</a></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classmoeoArchive.html" target="basefrm">moeoArchive< EOT ></a></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classmoeoArchiveFitnessSavingUpdater.html" target="basefrm">moeoArchiveFitnessSavingUpdater< EOT ></a></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classmoeoArchiveUpdater.html" target="basefrm">moeoArchiveUpdater< EOT ></a></p>
@ -79,6 +124,9 @@
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classmoeoHybridMOLS.html" target="basefrm">moeoHybridMOLS< EOT ></a></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classmoeoMetric.html" target="basefrm">moeoMetric</a></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classmoeoMOLS.html" target="basefrm">moeoMOLS< EOT ></a></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classmoeoNDSorting__II.html" target="basefrm">moeoNDSorting_II< EOT ></a></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classmoeoNDSorting__II_1_1compare__nodes.html" target="basefrm">moeoNDSorting_II< EOT >::compare_nodes</a></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classmoeoNSGA__II.html" target="basefrm">moeoNSGA_II< EOT ></a></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classmoeoReplacement.html" target="basefrm">moeoReplacement< EOT, WorthT ></a></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classmoeoSelectOneFromPopAndArch.html" target="basefrm">moeoSelectOneFromPopAndArch< EOT ></a></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classmoeoSolutionUM.html" target="basefrm">moeoSolutionUM< EOT, R, EOFitness ></a></p>
@ -88,73 +136,190 @@
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classmoeoVectorVsSolutionBM.html" target="basefrm">moeoVectorVsSolutionBM< EOT, R, EOFitness ></a></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classmoeoVectorVsVectorBM.html" target="basefrm">moeoVectorVsVectorBM< EOT, R, EOFitness ></a></p>
</div>
<p><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder2', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder2', this)"/><a class="el" href="hierarchy.html" target="basefrm">Class Hierarchy</a></p>
<div id="folder2">
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classmoeoArchive.html" target="basefrm">moeoArchive< EOT ></a></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classmoeoArchiveFitnessSavingUpdater.html" target="basefrm">moeoArchiveFitnessSavingUpdater< EOT ></a></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classmoeoArchiveUpdater.html" target="basefrm">moeoArchiveUpdater< EOT ></a></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classmoeoBinaryMetricSavingUpdater.html" target="basefrm">moeoBinaryMetricSavingUpdater< EOT ></a></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classmoeoHybridMOLS.html" target="basefrm">moeoHybridMOLS< EOT ></a></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder3', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder3', this)"/><a class="el" href="classmoeoMetric.html" target="basefrm">moeoMetric</a></p>
<div id="folder3">
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder4', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder4', this)"/><a class="el" href="classmoeoBM.html" target="basefrm">moeoBM< A1, A2, R ></a></p>
<div id="folder4">
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classmoeoSolutionVsSolutionBM.html" target="basefrm">moeoSolutionVsSolutionBM< EOT, R, EOFitness ></a></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classmoeoVectorVsSolutionBM.html" target="basefrm">moeoVectorVsSolutionBM< EOT, R, EOFitness ></a></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classmoeoVectorVsVectorBM.html" target="basefrm">moeoVectorVsVectorBM< EOT, R, EOFitness ></a></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2plastnode.png" alt="\" width=16 height=22 onclick="toggleFolder('folder5', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder5', this)"/><a class="el" href="classmoeoVectorVsVectorBM.html" target="basefrm">moeoVectorVsVectorBM< EOT, double ></a></p>
<div id="folder5">
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classmoeoContributionMetric.html" target="basefrm">moeoContributionMetric< EOT ></a></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classmoeoEntropyMetric.html" target="basefrm">moeoEntropyMetric< EOT ></a></p>
<p><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder3', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder3', this)"/><a class="el" href="hierarchy.html" target="basefrm">Class Hierarchy</a></p>
<div id="folder3">
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classeoBinaryQualityIndicator_1_1Range.html" target="basefrm">eoBinaryQualityIndicator< EOFitness >::Range</a></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder4', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder4', this)"/><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_functor_base.html" target="basefrm">eoFunctorBase</a>&nbsp;[external]</p>
<div id="folder4">
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder5', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder5', this)"/><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_b_f.html" target="basefrm">eoBF< A1, A2, R ></a>&nbsp;[external]</p>
<div id="folder5">
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classmoeoBM.html" target="basefrm">moeoBM< A1, A2, R ></a></p>
</div>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder6', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder6', this)"/><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_b_f.html" target="basefrm">eoBF< const EOFitness &, const EOFitness &, double ></a>&nbsp;[external]</p>
<div id="folder6">
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2plastnode.png" alt="\" width=16 height=22 onclick="toggleFolder('folder7', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder7', this)"/><a class="el" href="classeoBinaryQualityIndicator.html" target="basefrm">eoBinaryQualityIndicator< EOFitness ></a></p>
<div id="folder7">
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classeoAdditiveBinaryEpsilonIndicator.html" target="basefrm">eoAdditiveBinaryEpsilonIndicator< EOFitness ></a></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classeoBinaryHypervolumeIndicator.html" target="basefrm">eoBinaryHypervolumeIndicator< EOFitness ></a></p>
</div>
</div>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classmoeoBM.html" target="basefrm">moeoBM< const const EOFitness &, EOFitness &, R ></a></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classmoeoBM.html" target="basefrm">moeoBM< const const std::vector< EOFitness > &, EOFitness &, R ></a></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classmoeoBM.html" target="basefrm">moeoBM< const const std::vector< EOFitness > &, std::vector< EOFitness > &, R ></a></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classmoeoBM.html" target="basefrm">moeoBM< const const std::vector< typename EOT::Fitness > &, std::vector< typename EOT::Fitness > &, double ></a></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classmoeoUM.html" target="basefrm">moeoUM< A, R ></a></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder6', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder6', this)"/><a class="el" href="classmoeoUM.html" target="basefrm">moeoUM< const EOFitness &, R ></a></p>
<div id="folder6">
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classmoeoSolutionUM.html" target="basefrm">moeoSolutionUM< EOT, R, EOFitness ></a></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder8', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder8', this)"/><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_b_f.html" target="basefrm">eoBF< const EOFitness &, const EOFitness &, R ></a>&nbsp;[external]</p>
<div id="folder8">
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2plastnode.png" alt="\" width=16 height=22 onclick="toggleFolder('folder9', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder9', this)"/><a class="el" href="classmoeoBM.html" target="basefrm">moeoBM< const EOFitness &, const EOFitness &, R ></a></p>
<div id="folder9">
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classmoeoSolutionVsSolutionBM.html" target="basefrm">moeoSolutionVsSolutionBM< EOT, R, EOFitness ></a></p>
</div>
</div>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2plastnode.png" alt="\" width=16 height=22 onclick="toggleFolder('folder7', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder7', this)"/><a class="el" href="classmoeoUM.html" target="basefrm">moeoUM< const std::vector< EOFitness > &, R ></a></p>
<div id="folder7">
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classmoeoVectorUM.html" target="basefrm">moeoVectorUM< EOT, R, EOFitness ></a></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder10', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder10', this)"/><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_b_f.html" target="basefrm">eoBF< const EOT &, moeoArchive< EOT > &, void ></a>&nbsp;[external]</p>
<div id="folder10">
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2plastnode.png" alt="\" width=16 height=22 onclick="toggleFolder('folder11', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder11', this)"/><a class="el" href="classmoeoMOLS.html" target="basefrm">moeoMOLS< EOT ></a></p>
<div id="folder11">
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classmoeoCombinedMOLS.html" target="basefrm">moeoCombinedMOLS< EOT ></a></p>
</div>
</div>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder12', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder12', this)"/><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_b_f.html" target="basefrm">eoBF< const FitnessEval &, const FitnessEval &, double ></a>&nbsp;[external]</p>
<div id="folder12">
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classeoBinaryQualityIndicator.html" target="basefrm">eoBinaryQualityIndicator< FitnessEval ></a></p>
</div>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder13', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder13', this)"/><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_b_f.html" target="basefrm">eoBF< const std::vector< EOFitness > &, const EOFitness &, R ></a>&nbsp;[external]</p>
<div id="folder13">
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2plastnode.png" alt="\" width=16 height=22 onclick="toggleFolder('folder14', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder14', this)"/><a class="el" href="classmoeoBM.html" target="basefrm">moeoBM< const std::vector< EOFitness > &, const EOFitness &, R ></a></p>
<div id="folder14">
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classmoeoVectorVsSolutionBM.html" target="basefrm">moeoVectorVsSolutionBM< EOT, R, EOFitness ></a></p>
</div>
</div>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder15', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder15', this)"/><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_b_f.html" target="basefrm">eoBF< const std::vector< EOFitness > &, const std::vector< EOFitness > &, R ></a>&nbsp;[external]</p>
<div id="folder15">
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2plastnode.png" alt="\" width=16 height=22 onclick="toggleFolder('folder16', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder16', this)"/><a class="el" href="classmoeoBM.html" target="basefrm">moeoBM< const std::vector< EOFitness > &, const std::vector< EOFitness > &, R ></a></p>
<div id="folder16">
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classmoeoVectorVsVectorBM.html" target="basefrm">moeoVectorVsVectorBM< EOT, R, EOFitness ></a></p>
</div>
</div>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder17', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder17', this)"/><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_b_f.html" target="basefrm">eoBF< const std::vector< typename EOT::Fitness > &, const std::vector< typename EOT::Fitness > &, double ></a>&nbsp;[external]</p>
<div id="folder17">
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2plastnode.png" alt="\" width=16 height=22 onclick="toggleFolder('folder18', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder18', this)"/><a class="el" href="classmoeoBM.html" target="basefrm">moeoBM< const std::vector< typename EOT::Fitness > &, const std::vector< typename EOT::Fitness > &, double ></a></p>
<div id="folder18">
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2plastnode.png" alt="\" width=16 height=22 onclick="toggleFolder('folder19', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder19', this)"/><a class="el" href="classmoeoVectorVsVectorBM.html" target="basefrm">moeoVectorVsVectorBM< EOT, double ></a></p>
<div id="folder19">
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classmoeoContributionMetric.html" target="basefrm">moeoContributionMetric< EOT ></a></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classmoeoEntropyMetric.html" target="basefrm">moeoEntropyMetric< EOT ></a></p>
</div>
</div>
</div>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder20', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder20', this)"/><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_b_f.html" target="basefrm">eoBF< eoPop< EOT > &, eoPop< EOT > &, void ></a>&nbsp;[external]</p>
<div id="folder20">
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2plastnode.png" alt="\" width=16 height=22 onclick="toggleFolder('folder21', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder21', this)"/><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_replacement.html" target="basefrm">eoReplacement< EOT ></a>&nbsp;[external]</p>
<div id="folder21">
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2plastnode.png" alt="\" width=16 height=22 onclick="toggleFolder('folder22', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder22', this)"/><a class="el" href="classmoeoReplacement.html" target="basefrm">moeoReplacement< EOT, WorthT ></a></p>
<div id="folder22">
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classmoeoDisctinctElitistReplacement.html" target="basefrm">moeoDisctinctElitistReplacement< EOT, WorthT ></a></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classmoeoElitistReplacement.html" target="basefrm">moeoElitistReplacement< EOT, WorthT ></a></p>
</div>
</div>
</div>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder23', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder23', this)"/><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_f.html" target="basefrm">eoF< void ></a>&nbsp;[external]</p>
<div id="folder23">
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2plastnode.png" alt="\" width=16 height=22 onclick="toggleFolder('folder24', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder24', this)"/><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_updater.html" target="basefrm">eoUpdater</a>&nbsp;[external]</p>
<div id="folder24">
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classmoeoArchiveFitnessSavingUpdater.html" target="basefrm">moeoArchiveFitnessSavingUpdater< EOT ></a></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classmoeoArchiveUpdater.html" target="basefrm">moeoArchiveUpdater< EOT ></a></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classmoeoBinaryMetricSavingUpdater.html" target="basefrm">moeoBinaryMetricSavingUpdater< EOT ></a></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classmoeoHybridMOLS.html" target="basefrm">moeoHybridMOLS< EOT ></a></p>
</div>
</div>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder25', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder25', this)"/><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_u_f.html" target="basefrm">eoUF< A, R ></a>&nbsp;[external]</p>
<div id="folder25">
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classmoeoUM.html" target="basefrm">moeoUM< A, R ></a></p>
</div>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder26', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder26', this)"/><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_u_f.html" target="basefrm">eoUF< const EOFitness &, R ></a>&nbsp;[external]</p>
<div id="folder26">
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2plastnode.png" alt="\" width=16 height=22 onclick="toggleFolder('folder27', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder27', this)"/><a class="el" href="classmoeoUM.html" target="basefrm">moeoUM< const EOFitness &, R ></a></p>
<div id="folder27">
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classmoeoSolutionUM.html" target="basefrm">moeoSolutionUM< EOT, R, EOFitness ></a></p>
</div>
</div>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder28', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder28', this)"/><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_u_f.html" target="basefrm">eoUF< const eoPop< EOT > &, const EOT & ></a>&nbsp;[external]</p>
<div id="folder28">
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2plastnode.png" alt="\" width=16 height=22 onclick="toggleFolder('folder29', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder29', this)"/><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_select_one.html" target="basefrm">eoSelectOne< EOT ></a>&nbsp;[external]</p>
<div id="folder29">
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classmoeoSelectOneFromPopAndArch.html" target="basefrm">moeoSelectOneFromPopAndArch< EOT ></a></p>
</div>
</div>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder30', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder30', this)"/><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_u_f.html" target="basefrm">eoUF< const eoPop< EOT > &, void ></a>&nbsp;[external]</p>
<div id="folder30">
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder31', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder31', this)"/><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_perf2_worth.html" target="basefrm">eoPerf2Worth< EOT, WorthT ></a>&nbsp;[external]</p>
<div id="folder31">
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2plastnode.png" alt="\" width=16 height=22 onclick="toggleFolder('folder32', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder32', this)"/><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_perf2_worth_cached.html" target="basefrm">eoPerf2WorthCached< EOT, double ></a>&nbsp;[external]</p>
<div id="folder32">
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder33', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder33', this)"/><a class="el" href="classeoIBEA.html" target="basefrm">eoIBEA< EOT, Fitness ></a></p>
<div id="folder33">
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classeoIBEASorting.html" target="basefrm">eoIBEASorting< EOT, Fitness ></a></p>
</div>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder34', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder34', this)"/><a class="el" href="classeoIBEA.html" target="basefrm">eoIBEA< EOT, FitnessEval ></a></p>
<div id="folder34">
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classeoIBEAAvgSorting.html" target="basefrm">eoIBEAAvgSorting< EOT, FitnessEval ></a></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classeoIBEAStochSorting.html" target="basefrm">eoIBEAStochSorting< EOT, FitnessEval ></a></p>
</div>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2plastnode.png" alt="\" width=16 height=22 onclick="toggleFolder('folder35', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder35', this)"/><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_n_d_sorting.html" target="basefrm">eoNDSorting< EOT ></a>&nbsp;[external]</p>
<div id="folder35">
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classmoeoNDSorting__II.html" target="basefrm">moeoNDSorting_II< EOT ></a></p>
</div>
</div>
</div>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2plastnode.png" alt="\" width=16 height=22 onclick="toggleFolder('folder36', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder36', this)"/><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_perf2_worth.html" target="basefrm">eoPerf2Worth< EOT, worthT ></a>&nbsp;[external]</p>
<div id="folder36">
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classeoParetoSharing.html" target="basefrm">eoParetoSharing< EOT, worthT ></a></p>
</div>
</div>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder37', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder37', this)"/><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_u_f.html" target="basefrm">eoUF< const std::vector< EOFitness > &, R ></a>&nbsp;[external]</p>
<div id="folder37">
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2plastnode.png" alt="\" width=16 height=22 onclick="toggleFolder('folder38', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder38', this)"/><a class="el" href="classmoeoUM.html" target="basefrm">moeoUM< const std::vector< EOFitness > &, R ></a></p>
<div id="folder38">
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classmoeoVectorUM.html" target="basefrm">moeoVectorUM< EOT, R, EOFitness ></a></p>
</div>
</div>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder39', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder39', this)"/><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_u_f.html" target="basefrm">eoUF< eoPop< EOT > &, void ></a>&nbsp;[external]</p>
<div id="folder39">
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2plastnode.png" alt="\" width=16 height=22 onclick="toggleFolder('folder40', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder40', this)"/><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_algo.html" target="basefrm">eoAlgo< EOT ></a>&nbsp;[external]</p>
<div id="folder40">
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classmoeoNSGA__II.html" target="basefrm">moeoNSGA_II< EOT ></a></p>
</div>
</div>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2plastnode.png" alt="\" width=16 height=22 onclick="toggleFolder('folder41', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder41', this)"/><a class="el" href="classmoeoMetric.html" target="basefrm">moeoMetric</a></p>
<div id="folder41">
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classmoeoBM.html" target="basefrm">moeoBM< A1, A2, R ></a></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classmoeoBM.html" target="basefrm">moeoBM< const EOFitness &, const EOFitness &, R ></a></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classmoeoBM.html" target="basefrm">moeoBM< const std::vector< EOFitness > &, const EOFitness &, R ></a></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classmoeoBM.html" target="basefrm">moeoBM< const std::vector< EOFitness > &, const std::vector< EOFitness > &, R ></a></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classmoeoBM.html" target="basefrm">moeoBM< const std::vector< typename EOT::Fitness > &, const std::vector< typename EOT::Fitness > &, double ></a></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classmoeoUM.html" target="basefrm">moeoUM< A, R ></a></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classmoeoUM.html" target="basefrm">moeoUM< const EOFitness &, R ></a></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classmoeoUM.html" target="basefrm">moeoUM< const std::vector< EOFitness > &, R ></a></p>
</div>
</div>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder8', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder8', this)"/><a class="el" href="classmoeoMOLS.html" target="basefrm">moeoMOLS< EOT ></a></p>
<div id="folder8">
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classmoeoCombinedMOLS.html" target="basefrm">moeoCombinedMOLS< EOT ></a></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder42', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder42', this)"/><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_object.html" target="basefrm">eoObject</a>&nbsp;[external]</p>
<div id="folder42">
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2plastnode.png" alt="\" width=16 height=22 onclick="toggleFolder('folder43', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder43', this)"/><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html" target="basefrm">eoPop< EOT ></a>&nbsp;[external]</p>
<div id="folder43">
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classmoeoArchive.html" target="basefrm">moeoArchive< EOT ></a></p>
</div>
</div>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder9', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder9', this)"/><a class="el" href="classmoeoReplacement.html" target="basefrm">moeoReplacement< EOT, WorthT ></a></p>
<div id="folder9">
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classmoeoDisctinctElitistReplacement.html" target="basefrm">moeoDisctinctElitistReplacement< EOT, WorthT ></a></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classmoeoElitistReplacement.html" target="basefrm">moeoElitistReplacement< EOT, WorthT ></a></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder44', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder44', this)"/><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_param.html" target="basefrm">eoParam</a>&nbsp;[external]</p>
<div id="folder44">
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder45', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder45', this)"/><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_value_param.html" target="basefrm">eoValueParam< std::vector< WorthT > ></a>&nbsp;[external]</p>
<div id="folder45">
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_perf2_worth.html" target="basefrm">eoPerf2Worth< EOT, WorthT ></a>&nbsp;[external]</p>
</div>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2plastnode.png" alt="\" width=16 height=22 onclick="toggleFolder('folder46', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder46', this)"/><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_value_param.html" target="basefrm">eoValueParam< std::vector< worthT > ></a>&nbsp;[external]</p>
<div id="folder46">
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_perf2_worth.html" target="basefrm">eoPerf2Worth< EOT, worthT ></a>&nbsp;[external]</p>
</div>
</div>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classmoeoSelectOneFromPopAndArch.html" target="basefrm">moeoSelectOneFromPopAndArch< EOT ></a></p>
</div>
<p><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="functions.html" target="basefrm">Class Members</a></p>
<p><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder10', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder10', this)"/><a class="el" href="files.html" target="basefrm">File List</a></p>
<div id="folder10">
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><b>index.h</b></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><b>moeo.h</b></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><b>moeoArchive.h</b></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><b>moeoArchiveFitnessSavingUpdater.h</b></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><b>moeoArchiveUpdater.h</b></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><b>moeoBinaryMetricSavingUpdater.h</b></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><b>moeoCombinedMOLS.h</b></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><b>moeoContributionMetric.h</b></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><b>moeoEntropyMetric.h</b></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><b>moeoHybridMOLS.h</b></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><b>moeoMetric.h</b></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><b>moeoMOLS.h</b></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><b>moeoReplacement.h</b></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><b>moeoSelectOneFromPopAndArch.h</b></p>
</div>
<p><img src="ftv2plastnode.png" alt="\" width=16 height=22 onclick="toggleFolder('folder11', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder11', this)"/><a class="el" href="pages.html" target="basefrm">Related Pages</a></p>
<div id="folder11">
<p><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="webpages.html" target="basefrm">Related webpages</a></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder47', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder47', this)"/><a class="el" href="classeoParetoPhenDist.html" target="basefrm">eoParetoPhenDist< EOT, DistType ></a></p>
<div id="folder47">
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classeoParetoEuclidDist.html" target="basefrm">eoParetoEuclidDist< EOT, DistType ></a></p>
</div>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classeoParetoSharing_1_1dMatrix.html" target="basefrm">eoParetoSharing< EOT, worthT >::dMatrix</a></p>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder48', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder48', this)"/><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_printable.html" target="basefrm">eoPrintable</a>&nbsp;[external]</p>
<div id="folder48">
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2plastnode.png" alt="\" width=16 height=22 onclick="toggleFolder('folder49', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder49', this)"/><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_persistent.html" target="basefrm">eoPersistent</a>&nbsp;[external]</p>
<div id="folder49">
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2blank.png" alt="&nbsp;" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="elRef" doxygen="eo.doxytag:../../../paradiseo-eo/doc/html/" href="../../../paradiseo-eo/doc/html/classeo_pop.html" target="basefrm">eoPop< EOT ></a>&nbsp;[external]</p>
</div>
</div>
<p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="classmoeoNDSorting__II_1_1compare__nodes.html" target="basefrm">moeoNDSorting_II< EOT >::compare_nodes</a></p>
</div>
<p><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="functions.html" target="basefrm">Class Members</a></p>
</div>
</div>
</body>