regenerated doc because of licence section

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@657 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
legrand 2007-10-08 08:55:53 +00:00
commit f5584011f5
359 changed files with 1769 additions and 1348 deletions

View file

@ -1,4 +1,4 @@
.TH "MOEO" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "MOEO" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -165,8 +165,6 @@ Sets the objective vector of the current solution.
.PP
Definition at line 85 of file MOEO.h.
.PP
References MOEO< MOEOObjectiveVector, MOEOFitness, MOEODiversity >::invalidObjectiveVectorValue, and MOEO< MOEOObjectiveVector, MOEOFitness, MOEODiversity >::objectiveVectorValue.
.SS "template<class MOEOObjectiveVector, class MOEOFitness, class MOEODiversity> void \fBMOEO\fP< MOEOObjectiveVector, MOEOFitness, MOEODiversity >::fitness (const \fBFitness\fP & _fitnessValue)\fC [inline]\fP"
.PP
Sets the fitness value of the current solution.
@ -179,8 +177,6 @@ Sets the fitness value of the current solution.
.PP
Definition at line 127 of file MOEO.h.
.PP
References MOEO< MOEOObjectiveVector, MOEOFitness, MOEODiversity >::fitnessValue, and MOEO< MOEOObjectiveVector, MOEOFitness, MOEODiversity >::invalidFitnessValue.
.SS "template<class MOEOObjectiveVector, class MOEOFitness, class MOEODiversity> void \fBMOEO\fP< MOEOObjectiveVector, MOEOFitness, MOEODiversity >::diversity (const \fBDiversity\fP & _diversityValue)\fC [inline]\fP"
.PP
Sets the diversity value of the current solution.
@ -193,8 +189,6 @@ Sets the diversity value of the current solution.
.PP
Definition at line 169 of file MOEO.h.
.PP
References MOEO< MOEOObjectiveVector, MOEOFitness, MOEODiversity >::diversityValue, and MOEO< MOEOObjectiveVector, MOEOFitness, MOEODiversity >::invalidDiversityValue.
.SS "template<class MOEOObjectiveVector, class MOEOFitness, class MOEODiversity> bool \fBMOEO\fP< MOEOObjectiveVector, MOEOFitness, MOEODiversity >::operator< (const \fBMOEO\fP< MOEOObjectiveVector, MOEOFitness, MOEODiversity > & _other) const\fC [inline]\fP"
.PP
Returns true if the objective vector of the current solution is smaller than the objective vector of _other on the first objective, then on the second, and so on (can be usefull for sorting/printing).
@ -209,8 +203,6 @@ You should implement another function in the sub-class of \fBMOEO\fP to have ano
.PP
Definition at line 220 of file MOEO.h.
.PP
References MOEO< MOEOObjectiveVector, MOEOFitness, MOEODiversity >::objectiveVector().
.SS "template<class MOEOObjectiveVector, class MOEOFitness, class MOEODiversity> virtual void \fBMOEO\fP< MOEOObjectiveVector, MOEOFitness, MOEODiversity >::printOn (std::ostream & _os) const\fC [inline, virtual]\fP"
.PP
Writing object.
@ -224,11 +216,9 @@ Writing object.
.PP
Reimplemented from \fBEO< MOEOObjectiveVector >\fP.
.PP
Reimplemented in \fBmoeoBitVector< MOEOObjectiveVector, MOEOFitness, MOEODiversity >\fP, \fBmoeoVector< MOEOObjectiveVector, MOEOFitness, MOEODiversity, GeneType >\fP, \fBmoeoVector< MOEOObjectiveVector, MOEOFitness, MOEODiversity, bool >\fP, and \fBmoeoVector< MOEOObjectiveVector, MOEOFitness, MOEODiversity, double >\fP.
Reimplemented in \fBmoeoBitVector< MOEOObjectiveVector, MOEOFitness, MOEODiversity >\fP, \fBmoeoVector< MOEOObjectiveVector, MOEOFitness, MOEODiversity, GeneType >\fP, \fBmoeoVector< MOEOObjectiveVector, MOEOFitness, MOEODiversity, bool >\fP, \fBmoeoVector< MOEOObjectiveVector, MOEOFitness, MOEODiversity, double >\fP, \fBmoeoVector< moeoRealObjectiveVector< FlowShopObjectiveVectorTraits >, double, double, unsigned int >\fP, and \fBmoeoVector< moeoRealObjectiveVector< Sch1ObjectiveVectorTraits >, double, double, double >\fP.
.PP
Definition at line 239 of file MOEO.h.
.PP
References MOEO< MOEOObjectiveVector, MOEOFitness, MOEODiversity >::invalidObjectiveVector(), and MOEO< MOEOObjectiveVector, MOEOFitness, MOEODiversity >::objectiveVectorValue.
.SS "template<class MOEOObjectiveVector, class MOEOFitness, class MOEODiversity> virtual void \fBMOEO\fP< MOEOObjectiveVector, MOEOFitness, MOEODiversity >::readFrom (std::istream & _is)\fC [inline, virtual]\fP"
.PP
Reading object.
@ -242,12 +232,10 @@ Reading object.
.PP
Reimplemented from \fBEO< MOEOObjectiveVector >\fP.
.PP
Reimplemented in \fBmoeoBitVector< MOEOObjectiveVector, MOEOFitness, MOEODiversity >\fP, \fBmoeoVector< MOEOObjectiveVector, MOEOFitness, MOEODiversity, GeneType >\fP, \fBmoeoVector< MOEOObjectiveVector, MOEOFitness, MOEODiversity, bool >\fP, and \fBmoeoVector< MOEOObjectiveVector, MOEOFitness, MOEODiversity, double >\fP.
Reimplemented in \fBmoeoBitVector< MOEOObjectiveVector, MOEOFitness, MOEODiversity >\fP, \fBmoeoVector< MOEOObjectiveVector, MOEOFitness, MOEODiversity, GeneType >\fP, \fBmoeoVector< MOEOObjectiveVector, MOEOFitness, MOEODiversity, bool >\fP, \fBmoeoVector< MOEOObjectiveVector, MOEOFitness, MOEODiversity, double >\fP, \fBmoeoVector< moeoRealObjectiveVector< FlowShopObjectiveVectorTraits >, double, double, unsigned int >\fP, and \fBmoeoVector< moeoRealObjectiveVector< Sch1ObjectiveVectorTraits >, double, double, double >\fP.
.PP
Definition at line 256 of file MOEO.h.
.PP
References MOEO< MOEOObjectiveVector, MOEOFitness, MOEODiversity >::invalidateObjectiveVector(), MOEO< MOEOObjectiveVector, MOEOFitness, MOEODiversity >::invalidObjectiveVectorValue, and MOEO< MOEOObjectiveVector, MOEOFitness, MOEODiversity >::objectiveVectorValue.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoAchievementFitnessAssignment" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoAchievementFitnessAssignment" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -182,4 +182,4 @@ Referenced by moeoAchievementFitnessAssignment< MOEOT >::operator()().
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoAdditiveEpsilonBinaryMetric" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoAdditiveEpsilonBinaryMetric" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -83,4 +83,4 @@ Referenced by moeoAdditiveEpsilonBinaryMetric< ObjectiveVector >::operator()().
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoAggregativeComparator" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoAggregativeComparator" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -80,4 +80,4 @@ References moeoAggregativeComparator< MOEOT >::weightDiversity, and moeoAggregat
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoAlgo" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoAlgo" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -10,7 +10,7 @@ moeoAlgo \- Abstract class for multi-objective algorithms.
.PP
\fC#include <moeoAlgo.h>\fP
.PP
Inherited by \fBmoeoEA< MOEOT >\fP, \fBmoeoLS< MOEOT, Type >\fP, and \fBmoeoLS< MOEOT, MOEOT >\fP.
Inherited by \fBmoeoEA< MOEOT >\fP, \fBmoeoLS< MOEOT, Type >\fP, \fBmoeoLS< MOEOT, eoPop< MOEOT > & >\fP, and \fBmoeoLS< MOEOT, MOEOT >\fP.
.PP
.SH "Detailed Description"
.PP
@ -20,4 +20,4 @@ Definition at line 19 of file moeoAlgo.h.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoArchive" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoArchive" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -137,7 +137,7 @@ Definition at line 95 of file moeoArchive.h.
.PP
References moeoArchive< MOEOT >::comparator.
.PP
Referenced by moeoArchive< MOEOT >::update().
Referenced by moeoIteratedIBMOLS< MOEOT, Move >::operator()(), moeoIBMOLS< MOEOT, Move >::operator()(), and moeoArchive< MOEOT >::update().
.SS "template<class MOEOT> void \fBmoeoArchive\fP< MOEOT >::update (const \fBeoPop\fP< MOEOT > & _pop)\fC [inline]\fP"
.PP
Updates the archive with a given population _pop.
@ -166,7 +166,9 @@ Returns true if the current archive contains the same objective vectors than the
Definition at line 151 of file moeoArchive.h.
.PP
References moeoArchive< MOEOT >::contains().
.PP
Referenced by moeoIBMOLS< MOEOT, Move >::operator()().
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoArchiveObjectiveVectorSavingUpdater" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoArchiveObjectiveVectorSavingUpdater" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -78,4 +78,4 @@ Definition at line 39 of file moeoArchiveObjectiveVectorSavingUpdater.h.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoArchiveUpdater" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoArchiveUpdater" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -62,4 +62,4 @@ Definition at line 33 of file moeoArchiveUpdater.h.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoBinaryIndicatorBasedFitnessAssignment" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoBinaryIndicatorBasedFitnessAssignment" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -14,6 +14,22 @@ Inherits \fBmoeoIndicatorBasedFitnessAssignment< MOEOT >< MOEOT >\fP.
.PP
Inherited by \fBmoeoExpBinaryIndicatorBasedFitnessAssignment< MOEOT >\fP.
.PP
.SS "Public Types"
.in +1c
.ti -1c
.RI "typedef MOEOT::ObjectiveVector \fBObjectiveVector\fP"
.br
.RI "\fIThe type for objective vector. \fP"
.in -1c
.SS "Public Member Functions"
.in +1c
.ti -1c
.RI "virtual double \fBupdateByAdding\fP (\fBeoPop\fP< MOEOT > &_pop, \fBObjectiveVector\fP &_objVec)=0"
.br
.RI "\fIUpdates the fitness values of the whole population _pop by taking the new objective vector _objVec into account and returns the fitness value of _objVec. \fP"
.in -1c
.SH "Detailed Description"
.PP
@ -21,7 +37,23 @@ Inherited by \fBmoeoExpBinaryIndicatorBasedFitnessAssignment< MOEOT >\fP.
\fBmoeoIndicatorBasedFitnessAssignment\fP for binary indicators.
.PP
Definition at line 22 of file moeoBinaryIndicatorBasedFitnessAssignment.h.
.SH "Member Function Documentation"
.PP
.SS "template<class MOEOT> virtual double \fBmoeoBinaryIndicatorBasedFitnessAssignment\fP< MOEOT >::updateByAdding (\fBeoPop\fP< MOEOT > & _pop, \fBObjectiveVector\fP & _objVec)\fC [pure virtual]\fP"
.PP
Updates the fitness values of the whole population _pop by taking the new objective vector _objVec into account and returns the fitness value of _objVec.
.PP
\fBParameters:\fP
.RS 4
\fI_pop\fP the population
.br
\fI_objVec\fP the objective vector
.RE
.PP
.PP
Implemented in \fBmoeoExpBinaryIndicatorBasedFitnessAssignment< MOEOT >\fP.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoBinaryMetric" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoBinaryMetric" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -24,4 +24,4 @@ Definition at line 36 of file moeoMetric.h.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoBinaryMetricSavingUpdater" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoBinaryMetricSavingUpdater" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -88,4 +88,4 @@ Definition at line 42 of file moeoBinaryMetricSavingUpdater.h.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoBitVector" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoBitVector" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -88,4 +88,4 @@ Definition at line 67 of file moeoBitVector.h.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoCombinedLS" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoCombinedLS" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -98,4 +98,4 @@ References moeoCombinedLS< MOEOT, Type >::combinedLS.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoComparator" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoComparator" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -12,7 +12,7 @@ moeoComparator \- Functor allowing to compare two solutions.
.PP
Inherits \fBeoBF< A1, A2, R >< const const MOEOT &, MOEOT &, bool >\fP.
.PP
Inherited by \fBmoeoAggregativeComparator< MOEOT >\fP, \fBmoeoDiversityThenFitnessComparator< MOEOT >\fP, \fBmoeoFastNonDominatedSortingFitnessAssignment< MOEOT >::ObjectiveComparator\fP, \fBmoeoFitnessThenDiversityComparator< MOEOT >\fP, and \fBmoeoOneObjectiveComparator< MOEOT >\fP.
Inherited by \fBmoeoAggregativeComparator< MOEOT >\fP, \fBmoeoDiversityThenFitnessComparator< MOEOT >\fP, \fBmoeoFastNonDominatedSortingFitnessAssignment< MOEOT >::ObjectiveComparator\fP, \fBmoeoFitnessThenDiversityComparator< MOEOT >\fP, \fBmoeoIBMOLS< MOEOT, Move >::OneObjectiveComparator\fP, and \fBmoeoOneObjectiveComparator< MOEOT >\fP.
.PP
.SH "Detailed Description"
.PP
@ -24,4 +24,4 @@ Definition at line 22 of file moeoComparator.h.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoContributionMetric" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoContributionMetric" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -126,4 +126,4 @@ Referenced by moeoContributionMetric< ObjectiveVector >::operator()().
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoConvertPopToObjectiveVectors" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoConvertPopToObjectiveVectors" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -44,4 +44,4 @@ Definition at line 31 of file moeoConvertPopToObjectiveVectors.h.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoCriterionBasedFitnessAssignment" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoCriterionBasedFitnessAssignment" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -22,4 +22,4 @@ Definition at line 22 of file moeoCriterionBasedFitnessAssignment.h.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoCrowdingDiversityAssignment" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoCrowdingDiversityAssignment" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -123,4 +123,4 @@ Referenced by moeoCrowdingDiversityAssignment< MOEOT >::operator()().
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoDetTournamentSelect" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoDetTournamentSelect" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -104,4 +104,4 @@ References moeoDetTournamentSelect< MOEOT >::comparator, and moeoDetTournamentSe
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoDistance" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoDistance" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -90,4 +90,4 @@ Definition at line 49 of file moeoDistance.h.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoDistanceMatrix" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoDistanceMatrix" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -76,4 +76,4 @@ References moeoDistanceMatrix< MOEOT, Type >::distance.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoDiversityAssignment" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoDiversityAssignment" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -78,4 +78,4 @@ References moeoDiversityAssignment< MOEOT >::updateByDeleting().
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoDiversityThenFitnessComparator" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoDiversityThenFitnessComparator" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -46,4 +46,4 @@ Definition at line 31 of file moeoDiversityThenFitnessComparator.h.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoDummyDiversityAssignment" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoDummyDiversityAssignment" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -74,4 +74,4 @@ Definition at line 52 of file moeoDummyDiversityAssignment.h.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoDummyFitnessAssignment" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoDummyFitnessAssignment" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -74,4 +74,4 @@ Definition at line 52 of file moeoDummyFitnessAssignment.h.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoEA" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoEA" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -24,4 +24,4 @@ Definition at line 23 of file moeoEA.h.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoEasyEA" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoEasyEA" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -280,4 +280,4 @@ References moeoEasyEA< MOEOT >::breed, moeoEasyEA< MOEOT >::continuator, moeoEas
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoEasyEA::eoDummyEval" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoEasyEA::eoDummyEval" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -30,4 +30,4 @@ Definition at line 200 of file moeoEasyEA.h.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoEasyEA::eoDummySelect" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoEasyEA::eoDummySelect" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -30,4 +30,4 @@ Definition at line 204 of file moeoEasyEA.h.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoEasyEA::eoDummyTransform" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoEasyEA::eoDummyTransform" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -30,4 +30,4 @@ Definition at line 208 of file moeoEasyEA.h.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoElitistReplacement" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoElitistReplacement" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -160,4 +160,4 @@ References moeoElitistReplacement< MOEOT >::comparator, moeoElitistReplacement<
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoElitistReplacement::Cmp" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoElitistReplacement::Cmp" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -54,4 +54,4 @@ Definition at line 112 of file moeoElitistReplacement.h.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoEntropyMetric" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoEntropyMetric" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -160,4 +160,4 @@ Referenced by moeoEntropyMetric< ObjectiveVector >::operator()().
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoEnvironmentalReplacement" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoEnvironmentalReplacement" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -168,4 +168,4 @@ References moeoEnvironmentalReplacement< MOEOT >::comparator, moeoEnvironmentalR
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoEnvironmentalReplacement::Cmp" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoEnvironmentalReplacement::Cmp" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -54,4 +54,4 @@ Definition at line 128 of file moeoEnvironmentalReplacement.h.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoEuclideanDistance" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoEuclideanDistance" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -58,4 +58,4 @@ References moeoNormalizedDistance< MOEOT >::bounds.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoEvalFunc" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoEvalFunc" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -18,4 +18,4 @@ Definition at line 22 of file moeoEvalFunc.h.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoExpBinaryIndicatorBasedFitnessAssignment" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoExpBinaryIndicatorBasedFitnessAssignment" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -137,7 +137,7 @@ Implements \fBmoeoFitnessAssignment< MOEOT >\fP.
Definition at line 66 of file moeoExpBinaryIndicatorBasedFitnessAssignment.h.
.PP
References moeoExpBinaryIndicatorBasedFitnessAssignment< MOEOT >::kappa, and moeoExpBinaryIndicatorBasedFitnessAssignment< MOEOT >::metric.
.SS "template<class MOEOT> double \fBmoeoExpBinaryIndicatorBasedFitnessAssignment\fP< MOEOT >::updateByAdding (\fBeoPop\fP< MOEOT > & _pop, \fBObjectiveVector\fP & _objVec)\fC [inline]\fP"
.SS "template<class MOEOT> double \fBmoeoExpBinaryIndicatorBasedFitnessAssignment\fP< MOEOT >::updateByAdding (\fBeoPop\fP< MOEOT > & _pop, \fBObjectiveVector\fP & _objVec)\fC [inline, virtual]\fP"
.PP
Updates the fitness values of the whole population _pop by taking the adding of the objective vector _objVec into account and returns the fitness value of _objVec.
.PP
@ -149,6 +149,8 @@ Updates the fitness values of the whole population _pop by taking the adding of
.RE
.PP
.PP
Implements \fBmoeoBinaryIndicatorBasedFitnessAssignment< MOEOT >\fP.
.PP
Definition at line 87 of file moeoExpBinaryIndicatorBasedFitnessAssignment.h.
.PP
@ -220,4 +222,4 @@ Referenced by moeoExpBinaryIndicatorBasedFitnessAssignment< MOEOT >::setFitnesse
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoFastNonDominatedSortingFitnessAssignment" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoFastNonDominatedSortingFitnessAssignment" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -186,4 +186,4 @@ Referenced by moeoFastNonDominatedSortingFitnessAssignment< MOEOT >::operator()(
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoFastNonDominatedSortingFitnessAssignment::ObjectiveComparator" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoFastNonDominatedSortingFitnessAssignment::ObjectiveComparator" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -54,4 +54,4 @@ References moeoFastNonDominatedSortingFitnessAssignment< MOEOT >::ObjectiveCompa
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoFitnessAssignment" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoFitnessAssignment" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -12,7 +12,7 @@ moeoFitnessAssignment \- Functor that sets the fitness values of a whole populat
.PP
Inherits \fBeoUF< eoPop< MOEOT > &, void >\fP.
.PP
Inherited by \fBmoeoCriterionBasedFitnessAssignment< MOEOT >\fP, \fBmoeoDummyFitnessAssignment< MOEOT >\fP, \fBmoeoIndicatorBasedFitnessAssignment< MOEOT >\fP, \fBmoeoParetoBasedFitnessAssignment< MOEOT >\fP, and \fBmoeoScalarFitnessAssignment< MOEOT >\fP.
Inherited by \fBmoeoCriterionBasedFitnessAssignment< MOEOT >\fP, \fBmoeoDummyFitnessAssignment< MOEOT >\fP, \fBmoeoIndicatorBasedFitnessAssignment< MOEOT >\fP, \fBmoeoParetoBasedFitnessAssignment< MOEOT >\fP, \fBmoeoReferencePointIndicatorBasedFitnessAssignment< MOEOT >\fP, and \fBmoeoScalarFitnessAssignment< MOEOT >\fP.
.PP
.SS "Public Types"
@ -56,7 +56,7 @@ Updates the fitness values of the whole population _pop by taking the deletion o
.PP
.PP
Implemented in \fBmoeoAchievementFitnessAssignment< MOEOT >\fP, \fBmoeoDummyFitnessAssignment< MOEOT >\fP, \fBmoeoExpBinaryIndicatorBasedFitnessAssignment< MOEOT >\fP, and \fBmoeoFastNonDominatedSortingFitnessAssignment< MOEOT >\fP.
Implemented in \fBmoeoAchievementFitnessAssignment< MOEOT >\fP, \fBmoeoDummyFitnessAssignment< MOEOT >\fP, \fBmoeoExpBinaryIndicatorBasedFitnessAssignment< MOEOT >\fP, \fBmoeoFastNonDominatedSortingFitnessAssignment< MOEOT >\fP, and \fBmoeoReferencePointIndicatorBasedFitnessAssignment< MOEOT >\fP.
.PP
Referenced by moeoFitnessAssignment< MOEOT >::updateByDeleting().
.SS "template<class MOEOT> void \fBmoeoFitnessAssignment\fP< MOEOT >::updateByDeleting (\fBeoPop\fP< MOEOT > & _pop, MOEOT & _moeo)\fC [inline]\fP"
@ -78,4 +78,4 @@ References moeoFitnessAssignment< MOEOT >::updateByDeleting().
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoFitnessThenDiversityComparator" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoFitnessThenDiversityComparator" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -46,4 +46,4 @@ Definition at line 31 of file moeoFitnessThenDiversityComparator.h.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoFrontByFrontCrowdingDiversityAssignment" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoFrontByFrontCrowdingDiversityAssignment" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -109,4 +109,4 @@ Referenced by moeoFrontByFrontCrowdingDiversityAssignment< MOEOT >::setDistances
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoFrontByFrontSharingDiversityAssignment" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoFrontByFrontSharingDiversityAssignment" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -127,4 +127,4 @@ References moeoSharingDiversityAssignment< MOEOT >::distance, moeoSharingDiversi
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoGDominanceObjectiveVectorComparator" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoGDominanceObjectiveVectorComparator" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -104,4 +104,4 @@ Referenced by moeoGDominanceObjectiveVectorComparator< ObjectiveVector >::operat
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoGenerationalReplacement" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoGenerationalReplacement" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -48,4 +48,4 @@ Definition at line 32 of file moeoGenerationalReplacement.h.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoHybridLS" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoHybridLS" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -74,4 +74,4 @@ Definition at line 39 of file moeoHybridLS.h.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoHypervolumeBinaryMetric" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoHypervolumeBinaryMetric" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -117,4 +117,4 @@ Referenced by moeoHypervolumeBinaryMetric< ObjectiveVector >::operator()().
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoIBEA" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoIBEA" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -228,4 +228,4 @@ References moeoIBEA< MOEOT >::breed, moeoIBEA< MOEOT >::continuator, moeoIBEA< M
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoIndicatorBasedFitnessAssignment" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoIndicatorBasedFitnessAssignment" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -24,4 +24,4 @@ Definition at line 22 of file moeoIndicatorBasedFitnessAssignment.h.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoLS" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoLS" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -26,4 +26,4 @@ Definition at line 25 of file moeoLS.h.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoManhattanDistance" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoManhattanDistance" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -58,4 +58,4 @@ References moeoNormalizedDistance< MOEOT >::bounds.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoMetric" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoMetric" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -22,4 +22,4 @@ Definition at line 22 of file moeoMetric.h.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoNSGA" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoNSGA" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -210,4 +210,4 @@ References moeoNSGA< MOEOT >::breed, moeoNSGA< MOEOT >::continuator, moeoNSGA< M
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoNSGAII" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoNSGAII" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -72,6 +72,14 @@ Inherits \fBmoeoEA< MOEOT >< MOEOT >\fP.
.br
.RI "\fIelitist replacement \fP"
.ti -1c
.RI "\fBeoQuadCloneOp\fP< MOEOT > \fBdefaultQuadOp\fP"
.br
.RI "\fIa default crossover \fP"
.ti -1c
.RI "\fBeoMonCloneOp\fP< MOEOT > \fBdefaultMonOp\fP"
.br
.RI "\fIa default mutation \fP"
.ti -1c
.RI "\fBeoSGAGenOp\fP< MOEOT > \fBdefaultSGAGenOp\fP"
.br
.RI "\fIan object for genetic operators (used as default) \fP"
@ -92,7 +100,7 @@ NSGA-II (Non-dominated Sorting Genetic Algorithm II) as described in: Deb, K., S
Agrawal, A. Pratap, and T. Meyarivan : 'A fast elitist non-dominated sorting genetic algorithm for multi-objective optimization: NSGA-II'. In IEEE Transactions on Evolutionary Computation, Vol. 6, No 2, pp 182-197 (April 2002). This class builds the NSGA-II algorithm only by using the fine-grained components of the ParadisEO-MOEO framework.
.PP
Definition at line 37 of file moeoNSGAII.h.
Definition at line 40 of file moeoNSGAII.h.
.SH "Constructor & Destructor Documentation"
.PP
.SS "template<class MOEOT> \fBmoeoNSGAII\fP< MOEOT >::\fBmoeoNSGAII\fP (unsigned int _maxGen, \fBeoEvalFunc\fP< MOEOT > & _eval, \fBeoGenOp\fP< MOEOT > & _op)\fC [inline]\fP"
@ -110,7 +118,7 @@ Simple ctor with a \fBeoGenOp\fP.
.PP
.PP
Definition at line 47 of file moeoNSGAII.h.
Definition at line 50 of file moeoNSGAII.h.
.SS "template<class MOEOT> \fBmoeoNSGAII\fP< MOEOT >::\fBmoeoNSGAII\fP (unsigned int _maxGen, \fBeoEvalFunc\fP< MOEOT > & _eval, \fBeoTransform\fP< MOEOT > & _op)\fC [inline]\fP"
.PP
Simple ctor with a \fBeoTransform\fP.
@ -126,7 +134,7 @@ Simple ctor with a \fBeoTransform\fP.
.PP
.PP
Definition at line 59 of file moeoNSGAII.h.
Definition at line 63 of file moeoNSGAII.h.
.SS "template<class MOEOT> \fBmoeoNSGAII\fP< MOEOT >::\fBmoeoNSGAII\fP (unsigned int _maxGen, \fBeoEvalFunc\fP< MOEOT > & _eval, \fBeoQuadOp\fP< MOEOT > & _crossover, double _pCross, \fBeoMonOp\fP< MOEOT > & _mutation, double _pMut)\fC [inline]\fP"
.PP
Ctor with a crossover, a mutation and their corresponding rates.
@ -148,7 +156,7 @@ Ctor with a crossover, a mutation and their corresponding rates.
.PP
.PP
Definition at line 74 of file moeoNSGAII.h.
Definition at line 79 of file moeoNSGAII.h.
.SS "template<class MOEOT> \fBmoeoNSGAII\fP< MOEOT >::\fBmoeoNSGAII\fP (\fBeoContinue\fP< MOEOT > & _continuator, \fBeoEvalFunc\fP< MOEOT > & _eval, \fBeoGenOp\fP< MOEOT > & _op)\fC [inline]\fP"
.PP
Ctor with a continuator (instead of _maxGen) and a \fBeoGenOp\fP.
@ -164,7 +172,7 @@ Ctor with a continuator (instead of _maxGen) and a \fBeoGenOp\fP.
.PP
.PP
Definition at line 87 of file moeoNSGAII.h.
Definition at line 92 of file moeoNSGAII.h.
.SS "template<class MOEOT> \fBmoeoNSGAII\fP< MOEOT >::\fBmoeoNSGAII\fP (\fBeoContinue\fP< MOEOT > & _continuator, \fBeoEvalFunc\fP< MOEOT > & _eval, \fBeoTransform\fP< MOEOT > & _op)\fC [inline]\fP"
.PP
Ctor with a continuator (instead of _maxGen) and a \fBeoTransform\fP.
@ -180,7 +188,7 @@ Ctor with a continuator (instead of _maxGen) and a \fBeoTransform\fP.
.PP
.PP
Definition at line 99 of file moeoNSGAII.h.
Definition at line 105 of file moeoNSGAII.h.
.SH "Member Function Documentation"
.PP
.SS "template<class MOEOT> virtual void \fBmoeoNSGAII\fP< MOEOT >::operator() (\fBeoPop\fP< MOEOT > & _pop)\fC [inline, virtual]\fP"
@ -194,10 +202,10 @@ Apply a few generation of evolution to the population _pop until the stopping cr
.PP
.PP
Definition at line 109 of file moeoNSGAII.h.
Definition at line 116 of file moeoNSGAII.h.
.PP
References moeoNSGAII< MOEOT >::breed, moeoNSGAII< MOEOT >::continuator, moeoNSGAII< MOEOT >::diversityAssignment, moeoNSGAII< MOEOT >::fitnessAssignment, moeoNSGAII< MOEOT >::popEval, and moeoNSGAII< MOEOT >::replace.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoNormalizedDistance" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoNormalizedDistance" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -120,4 +120,4 @@ Definition at line 99 of file moeoNormalizedDistance.h.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoNormalizedSolutionVsSolutionBinaryMetric" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoNormalizedSolutionVsSolutionBinaryMetric" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -72,7 +72,7 @@ Sets the lower bound (_min) and the upper bound (_max) for the objective _obj.
.PP
Definition at line 50 of file moeoNormalizedSolutionVsSolutionBinaryMetric.h.
.PP
Referenced by moeoExpBinaryIndicatorBasedFitnessAssignment< MOEOT >::setup().
Referenced by moeoReferencePointIndicatorBasedFitnessAssignment< MOEOT >::setup(), and moeoExpBinaryIndicatorBasedFitnessAssignment< MOEOT >::setup().
.SS "template<class ObjectiveVector, class R> virtual void \fBmoeoNormalizedSolutionVsSolutionBinaryMetric\fP< ObjectiveVector, R >::setup (\fBeoRealInterval\fP _realInterval, unsigned int _obj)\fC [inline, virtual]\fP"
.PP
Sets the lower bound and the upper bound for the objective _obj using a \fBeoRealInterval\fP object.
@ -90,4 +90,4 @@ Definition at line 66 of file moeoNormalizedSolutionVsSolutionBinaryMetric.h.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoObjectiveObjectiveVectorComparator" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoObjectiveObjectiveVectorComparator" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -46,4 +46,4 @@ Definition at line 31 of file moeoObjectiveObjectiveVectorComparator.h.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoObjectiveVector" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoObjectiveVector" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -120,4 +120,4 @@ Definition at line 84 of file moeoObjectiveVector.h.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoObjectiveVectorComparator" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoObjectiveVectorComparator" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -26,4 +26,4 @@ Definition at line 24 of file moeoObjectiveVectorComparator.h.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoObjectiveVectorTraits" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoObjectiveVectorTraits" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -10,6 +10,8 @@ moeoObjectiveVectorTraits \- A traits class for \fBmoeoObjectiveVector\fP to spe
.PP
\fC#include <moeoObjectiveVectorTraits.h>\fP
.PP
Inherited by \fBFlowShopObjectiveVectorTraits\fP, and \fBSch1ObjectiveVectorTraits\fP.
.PP
.SS "Static Public Member Functions"
.in +1c
@ -102,4 +104,4 @@ References minimizing().
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoOneObjectiveComparator" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoOneObjectiveComparator" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -76,4 +76,4 @@ References moeoOneObjectiveComparator< MOEOT >::obj.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoParetoBasedFitnessAssignment" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoParetoBasedFitnessAssignment" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -24,4 +24,4 @@ Definition at line 22 of file moeoParetoBasedFitnessAssignment.h.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoParetoObjectiveVectorComparator" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoParetoObjectiveVectorComparator" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -46,4 +46,4 @@ Definition at line 31 of file moeoParetoObjectiveVectorComparator.h.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoRandomSelect" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoRandomSelect" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -34,4 +34,4 @@ Definition at line 23 of file moeoRandomSelect.h.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoRealObjectiveVector" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoRealObjectiveVector" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -176,4 +176,4 @@ References moeoRealObjectiveVector< ObjectiveVectorTraits >::operator==(), and m
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoRealVector" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoRealVector" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -12,6 +12,8 @@ moeoRealVector \- This class is an implementation of a simple double-valued \fBm
.PP
Inherits \fBmoeoVector< MOEOObjectiveVector, MOEOFitness, MOEODiversity, double >\fP.
.PP
Inherited by \fBSch1\fP.
.PP
.SS "Public Member Functions"
.in +1c
@ -50,4 +52,4 @@ Definition at line 31 of file moeoRealVector.h.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoReplacement" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoReplacement" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -24,4 +24,4 @@ Definition at line 22 of file moeoReplacement.h.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoRouletteSelect" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoRouletteSelect" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -81,4 +81,4 @@ References moeoRouletteSelect< MOEOT >::tSize.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoScalarFitnessAssignment" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoScalarFitnessAssignment" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -24,4 +24,4 @@ Definition at line 22 of file moeoScalarFitnessAssignment.h.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoSelectFromPopAndArch" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoSelectFromPopAndArch" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -102,4 +102,4 @@ Definition at line 48 of file moeoSelectFromPopAndArch.h.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoSelectOne" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoSelectOne" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -24,4 +24,4 @@ Definition at line 22 of file moeoSelectOne.h.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoSharingDiversityAssignment" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoSharingDiversityAssignment" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -195,4 +195,4 @@ Referenced by moeoSharingDiversityAssignment< MOEOT >::setSimilarities(), and mo
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoSolutionUnaryMetric" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoSolutionUnaryMetric" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -22,4 +22,4 @@ Definition at line 43 of file moeoMetric.h.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoSolutionVsSolutionBinaryMetric" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoSolutionVsSolutionBinaryMetric" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -24,4 +24,4 @@ Definition at line 57 of file moeoMetric.h.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoStochTournamentSelect" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoStochTournamentSelect" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -104,4 +104,4 @@ References moeoStochTournamentSelect< MOEOT >::comparator, and moeoStochTourname
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoUnaryIndicatorBasedFitnessAssignment" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoUnaryIndicatorBasedFitnessAssignment" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -22,4 +22,4 @@ Definition at line 22 of file moeoUnaryIndicatorBasedFitnessAssignment.h.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoUnaryMetric" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoUnaryMetric" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -22,4 +22,4 @@ Definition at line 29 of file moeoMetric.h.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoVector" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoVector" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -12,6 +12,8 @@ moeoVector \- Base class for fixed length chromosomes, just derives from \fBMOEO
.PP
Inherits \fBMOEO< MOEOObjectiveVector, MOEOFitness, MOEODiversity >< MOEOObjectiveVector, MOEOFitness, MOEODiversity >\fP.
.PP
Inherited by \fBFlowShop\fP.
.PP
.SS "Public Types"
.in +1c
@ -87,6 +89,8 @@ We can't have a Ctor from a std::vector as it would create ambiguity with the co
.PP
Definition at line 56 of file moeoVector.h.
.PP
Referenced by FlowShopOpMutationShift::operator()(), FlowShopOpMutationExchange::operator()(), FlowShopOpCrossoverQuad::operator()(), and FlowShopInit::operator()().
.SS "template<class MOEOObjectiveVector, class MOEOFitness, class MOEODiversity, class GeneType> bool \fBmoeoVector\fP< MOEOObjectiveVector, MOEOFitness, MOEODiversity, GeneType >::operator< (const \fBmoeoVector\fP< MOEOObjectiveVector, MOEOFitness, MOEODiversity, GeneType > & _moeo) const\fC [inline]\fP"
.PP
To avoid conflicts between \fBMOEO::operator<\fP and std::vector<GeneType>::operator<.
@ -134,4 +138,4 @@ Definition at line 102 of file moeoVector.h.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoVectorUnaryMetric" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoVectorUnaryMetric" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -22,4 +22,4 @@ Definition at line 50 of file moeoMetric.h.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.

View file

@ -1,4 +1,4 @@
.TH "moeoVectorVsVectorBinaryMetric" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoVectorVsVectorBinaryMetric" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -22,4 +22,4 @@ Definition at line 64 of file moeoMetric.h.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.