AUTHORS, index.h and moFitComparator have been updated
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@616 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
4429a00f4d
commit
6c119796e0
263 changed files with 2315 additions and 1611 deletions
|
|
@ -1,4 +1,4 @@
|
|||
.TH "EmptySelection" 3 "20 Sep 2007" "Version 1.0" "ParadisEO-MOMovingObjects" \" -*- nroff -*-
|
||||
.TH "EmptySelection" 3 "25 Sep 2007" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
|
|
@ -20,4 +20,4 @@ Definition at line 21 of file moMoveSelect.h.
|
|||
|
||||
.SH "Author"
|
||||
.PP
|
||||
Generated automatically by Doxygen for ParadisEO-MOMovingObjects from the source code.
|
||||
Generated automatically by Doxygen for PARADISEO-MO from the source code.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH "moAlgo" 3 "20 Sep 2007" "Version 1.0" "ParadisEO-MOMovingObjects" \" -*- nroff -*-
|
||||
.TH "moAlgo" 3 "25 Sep 2007" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
|
|
@ -10,6 +10,8 @@ moAlgo \- Description of an algorithm of the paradiseo-mo library.
|
|||
.PP
|
||||
\fC#include <moAlgo.h>\fP
|
||||
.PP
|
||||
Inherits \fBeoMonOp< EOT >\fP.
|
||||
.PP
|
||||
.SH "Detailed Description"
|
||||
.PP
|
||||
|
||||
|
|
@ -22,4 +24,4 @@ Definition at line 21 of file moAlgo.h.
|
|||
|
||||
.SH "Author"
|
||||
.PP
|
||||
Generated automatically by Doxygen for ParadisEO-MOMovingObjects from the source code.
|
||||
Generated automatically by Doxygen for PARADISEO-MO from the source code.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH "moAspirCrit" 3 "20 Sep 2007" "Version 1.0" "ParadisEO-MOMovingObjects" \" -*- nroff -*-
|
||||
.TH "moAspirCrit" 3 "25 Sep 2007" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
|
|
@ -10,6 +10,8 @@ moAspirCrit \- Description of the conditions in which a tabu move could be accep
|
|||
.PP
|
||||
\fC#include <moAspirCrit.h>\fP
|
||||
.PP
|
||||
Inherits \fBeoBF< const M &, const M::EOType::Fitness &, bool >\fP.
|
||||
.PP
|
||||
Inherited by \fBmoImprBestFitAspirCrit< M >\fP, and \fBmoNoAspirCrit< M >\fP.
|
||||
.PP
|
||||
.SS "Public Member Functions"
|
||||
|
|
@ -41,4 +43,4 @@ Implemented in \fBmoImprBestFitAspirCrit< M >\fP, and \fBmoNoAspirCrit< M >\fP.
|
|||
|
||||
.SH "Author"
|
||||
.PP
|
||||
Generated automatically by Doxygen for ParadisEO-MOMovingObjects from the source code.
|
||||
Generated automatically by Doxygen for PARADISEO-MO from the source code.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH "moBestImprSelect" 3 "20 Sep 2007" "Version 1.0" "ParadisEO-MOMovingObjects" \" -*- nroff -*-
|
||||
.TH "moBestImprSelect" 3 "25 Sep 2007" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
|
|
@ -30,7 +30,7 @@ Inherits \fBmoMoveSelect< M >< M >\fP.
|
|||
.ti -1c
|
||||
.RI "bool \fBupdate\fP (const M &__move, const \fBFitness\fP &__fit)"
|
||||
.br
|
||||
.RI "\fIFunction that indicates if the current move has not improved the fitness. \fP"
|
||||
.RI "\fI\fBFunction\fP that indicates if the current move has not improved the fitness. \fP"
|
||||
.ti -1c
|
||||
.RI "void \fBoperator()\fP (M &__move, \fBFitness\fP &__fit) throw (EmptySelection)"
|
||||
.br
|
||||
|
|
@ -65,7 +65,7 @@ Definition at line 22 of file moBestImprSelect.h.
|
|||
.PP
|
||||
.SS "template<class M> bool \fBmoBestImprSelect\fP< M >::update (const M & __move, const \fBFitness\fP & __fit)\fC [inline, virtual]\fP"
|
||||
.PP
|
||||
Function that indicates if the current move has not improved the fitness.
|
||||
\fBFunction\fP that indicates if the current move has not improved the fitness.
|
||||
.PP
|
||||
If the given fitness enables an improvment, the move (\fBmoMove\fP) and the fitness linked to this move are saved.
|
||||
.PP
|
||||
|
|
@ -88,7 +88,7 @@ Implements \fBmoMoveSelect< M >\fP.
|
|||
Definition at line 47 of file moBestImprSelect.h.
|
||||
.PP
|
||||
References moBestImprSelect< M >::best_fit, moBestImprSelect< M >::best_move, and moBestImprSelect< M >::first_time.
|
||||
.SS "template<class M> void \fBmoBestImprSelect\fP< M >::operator() (M & __move, \fBFitness\fP & __fit) throw (\fBEmptySelection\fP)\fC [inline]\fP"
|
||||
.SS "template<class M> void \fBmoBestImprSelect\fP< M >::operator() (M & __move, \fBFitness\fP & __fit) throw (\fBEmptySelection\fP)\fC [inline, virtual]\fP"
|
||||
.PP
|
||||
Procedure which saved the best move and fitness.
|
||||
.PP
|
||||
|
|
@ -105,6 +105,8 @@ Procedure which saved the best move and fitness.
|
|||
.RE
|
||||
.PP
|
||||
|
||||
.PP
|
||||
Implements \fBeoBF< M &, M::EOType::Fitness &, void >\fP.
|
||||
.PP
|
||||
Definition at line 68 of file moBestImprSelect.h.
|
||||
.PP
|
||||
|
|
@ -112,4 +114,4 @@ References moBestImprSelect< M >::best_fit, moBestImprSelect< M >::best_move, an
|
|||
|
||||
.SH "Author"
|
||||
.PP
|
||||
Generated automatically by Doxygen for ParadisEO-MOMovingObjects from the source code.
|
||||
Generated automatically by Doxygen for PARADISEO-MO from the source code.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH "moCoolingSchedule" 3 "20 Sep 2007" "Version 1.0" "ParadisEO-MOMovingObjects" \" -*- nroff -*-
|
||||
.TH "moCoolingSchedule" 3 "25 Sep 2007" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
|
|
@ -10,6 +10,8 @@ moCoolingSchedule \- This class gives the description of a cooling schedule.
|
|||
.PP
|
||||
\fC#include <moCoolingSchedule.h>\fP
|
||||
.PP
|
||||
Inherits \fBeoUF< double &, bool >\fP.
|
||||
.PP
|
||||
Inherited by \fBmoExponentialCoolingSchedule\fP, and \fBmoLinearCoolingSchedule\fP.
|
||||
.PP
|
||||
.SH "Detailed Description"
|
||||
|
|
@ -22,4 +24,4 @@ Definition at line 22 of file moCoolingSchedule.h.
|
|||
|
||||
.SH "Author"
|
||||
.PP
|
||||
Generated automatically by Doxygen for ParadisEO-MOMovingObjects from the source code.
|
||||
Generated automatically by Doxygen for PARADISEO-MO from the source code.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH "moExponentialCoolingSchedule" 3 "20 Sep 2007" "Version 1.0" "ParadisEO-MOMovingObjects" \" -*- nroff -*-
|
||||
.TH "moExponentialCoolingSchedule" 3 "25 Sep 2007" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
|
|
@ -22,7 +22,7 @@ Inherits \fBmoCoolingSchedule\fP.
|
|||
.ti -1c
|
||||
.RI "bool \fBoperator()\fP (double &__temp)"
|
||||
.br
|
||||
.RI "\fIFunction which proceeds to the cooling. \fP"
|
||||
.RI "\fI\fBFunction\fP which proceeds to the cooling. \fP"
|
||||
.in -1c
|
||||
.SS "Private Attributes"
|
||||
|
||||
|
|
@ -61,9 +61,9 @@ Simple constructor.
|
|||
Definition at line 31 of file moExponentialCoolingSchedule.h.
|
||||
.SH "Member Function Documentation"
|
||||
.PP
|
||||
.SS "bool moExponentialCoolingSchedule::operator() (double & __temp)\fC [inline]\fP"
|
||||
.SS "bool moExponentialCoolingSchedule::operator() (double & __temp)\fC [inline, virtual]\fP"
|
||||
.PP
|
||||
Function which proceeds to the cooling.
|
||||
\fBFunction\fP which proceeds to the cooling.
|
||||
.PP
|
||||
It decreases the temperature and indicates if it is greater than the threshold.
|
||||
.PP
|
||||
|
|
@ -78,6 +78,8 @@ if the new temperature (current temperature * ratio) is greater than the thresho
|
|||
.RE
|
||||
.PP
|
||||
|
||||
.PP
|
||||
Implements \fBeoUF< double &, bool >\fP.
|
||||
.PP
|
||||
Definition at line 41 of file moExponentialCoolingSchedule.h.
|
||||
.PP
|
||||
|
|
@ -85,4 +87,4 @@ References ratio, and threshold.
|
|||
|
||||
.SH "Author"
|
||||
.PP
|
||||
Generated automatically by Doxygen for ParadisEO-MOMovingObjects from the source code.
|
||||
Generated automatically by Doxygen for PARADISEO-MO from the source code.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH "moFirstImprSelect" 3 "20 Sep 2007" "Version 1.0" "ParadisEO-MOMovingObjects" \" -*- nroff -*-
|
||||
.TH "moFirstImprSelect" 3 "25 Sep 2007" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
|
|
@ -30,7 +30,7 @@ Inherits \fBmoMoveSelect< M >< M >\fP.
|
|||
.ti -1c
|
||||
.RI "bool \fBupdate\fP (const M &__move, const typename M::EOType::Fitness &__fit)"
|
||||
.br
|
||||
.RI "\fIFunction that indicates if the current move has not improved the fitness. \fP"
|
||||
.RI "\fI\fBFunction\fP that indicates if the current move has not improved the fitness. \fP"
|
||||
.ti -1c
|
||||
.RI "void \fBoperator()\fP (M &__move, \fBFitness\fP &__fit) throw (EmptySelection)"
|
||||
.br
|
||||
|
|
@ -80,7 +80,7 @@ Definition at line 35 of file moFirstImprSelect.h.
|
|||
References moFirstImprSelect< M >::init_fit, and moFirstImprSelect< M >::valid.
|
||||
.SS "template<class M> bool \fBmoFirstImprSelect\fP< M >::update (const M & __move, const typename M::EOType::Fitness & __fit)\fC [inline]\fP"
|
||||
.PP
|
||||
Function that indicates if the current move has not improved the fitness.
|
||||
\fBFunction\fP that indicates if the current move has not improved the fitness.
|
||||
.PP
|
||||
If the given fitness enables an improvment, the move (\fBmoMove\fP) should be applied to the current solution.
|
||||
.PP
|
||||
|
|
@ -101,7 +101,7 @@ TRUE if the move does not improve the fitness.
|
|||
Definition at line 52 of file moFirstImprSelect.h.
|
||||
.PP
|
||||
References moFirstImprSelect< M >::best_fit, moFirstImprSelect< M >::best_move, moFirstImprSelect< M >::init_fit, and moFirstImprSelect< M >::valid.
|
||||
.SS "template<class M> void \fBmoFirstImprSelect\fP< M >::operator() (M & __move, \fBFitness\fP & __fit) throw (\fBEmptySelection\fP)\fC [inline]\fP"
|
||||
.SS "template<class M> void \fBmoFirstImprSelect\fP< M >::operator() (M & __move, \fBFitness\fP & __fit) throw (\fBEmptySelection\fP)\fC [inline, virtual]\fP"
|
||||
.PP
|
||||
Procedure which saved the best move and fitness.
|
||||
.PP
|
||||
|
|
@ -118,6 +118,8 @@ Procedure which saved the best move and fitness.
|
|||
.RE
|
||||
.PP
|
||||
|
||||
.PP
|
||||
Implements \fBeoBF< M &, M::EOType::Fitness &, void >\fP.
|
||||
.PP
|
||||
Definition at line 76 of file moFirstImprSelect.h.
|
||||
.PP
|
||||
|
|
@ -125,4 +127,4 @@ References moFirstImprSelect< M >::best_fit, moFirstImprSelect< M >::best_move,
|
|||
|
||||
.SH "Author"
|
||||
.PP
|
||||
Generated automatically by Doxygen for ParadisEO-MOMovingObjects from the source code.
|
||||
Generated automatically by Doxygen for PARADISEO-MO from the source code.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH "moFitSolContinue" 3 "20 Sep 2007" "Version 1.0" "ParadisEO-MOMovingObjects" \" -*- nroff -*-
|
||||
.TH "moFitSolContinue" 3 "25 Sep 2007" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
|
|
@ -30,7 +30,7 @@ Inherits \fBmoSolContinue< EOT >< EOT >\fP.
|
|||
.ti -1c
|
||||
.RI "bool \fBoperator()\fP (const EOT &__sol)"
|
||||
.br
|
||||
.RI "\fIFunction that activates the stopping criterion. \fP"
|
||||
.RI "\fI\fBFunction\fP that activates the stopping criterion. \fP"
|
||||
.ti -1c
|
||||
.RI "void \fBinit\fP ()"
|
||||
.br
|
||||
|
|
@ -69,9 +69,9 @@ Basic constructor.
|
|||
Definition at line 33 of file moFitSolContinue.h.
|
||||
.SH "Member Function Documentation"
|
||||
.PP
|
||||
.SS "template<class EOT> bool \fBmoFitSolContinue\fP< EOT >::operator() (const EOT & __sol)\fC [inline]\fP"
|
||||
.SS "template<class EOT> bool \fBmoFitSolContinue\fP< EOT >::operator() (const EOT & __sol)\fC [inline, virtual]\fP"
|
||||
.PP
|
||||
Function that activates the stopping criterion.
|
||||
\fBFunction\fP that activates the stopping criterion.
|
||||
.PP
|
||||
Indicates if the fitness threshold has not yet been reached.
|
||||
.PP
|
||||
|
|
@ -86,6 +86,8 @@ true or false according to the value of the fitness.
|
|||
.RE
|
||||
.PP
|
||||
|
||||
.PP
|
||||
Implements \fBeoUF< const EOT &, bool >\fP.
|
||||
.PP
|
||||
Definition at line 43 of file moFitSolContinue.h.
|
||||
.PP
|
||||
|
|
@ -102,4 +104,4 @@ Definition at line 57 of file moFitSolContinue.h.
|
|||
|
||||
.SH "Author"
|
||||
.PP
|
||||
Generated automatically by Doxygen for ParadisEO-MOMovingObjects from the source code.
|
||||
Generated automatically by Doxygen for PARADISEO-MO from the source code.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH "moGenSolContinue" 3 "20 Sep 2007" "Version 1.0" "ParadisEO-MOMovingObjects" \" -*- nroff -*-
|
||||
.TH "moGenSolContinue" 3 "25 Sep 2007" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
|
|
@ -22,7 +22,7 @@ Inherits \fBmoSolContinue< EOT >< EOT >\fP.
|
|||
.ti -1c
|
||||
.RI "bool \fBoperator()\fP (const EOT &__sol)"
|
||||
.br
|
||||
.RI "\fIFunction that activates the stop criterion. \fP"
|
||||
.RI "\fI\fBFunction\fP that activates the stop criterion. \fP"
|
||||
.ti -1c
|
||||
.RI "void \fBinit\fP ()"
|
||||
.br
|
||||
|
|
@ -65,9 +65,9 @@ Simple constructor.
|
|||
Definition at line 30 of file moGenSolContinue.h.
|
||||
.SH "Member Function Documentation"
|
||||
.PP
|
||||
.SS "template<class EOT> bool \fBmoGenSolContinue\fP< EOT >::operator() (const EOT & __sol)\fC [inline]\fP"
|
||||
.SS "template<class EOT> bool \fBmoGenSolContinue\fP< EOT >::operator() (const EOT & __sol)\fC [inline, virtual]\fP"
|
||||
.PP
|
||||
Function that activates the stop criterion.
|
||||
\fBFunction\fP that activates the stop criterion.
|
||||
.PP
|
||||
Increments the counter and returns TRUE if the current number of iteration is lower than the given maximum number of iterations.
|
||||
.PP
|
||||
|
|
@ -82,6 +82,8 @@ TRUE or FALSE according to the current generation number.
|
|||
.RE
|
||||
.PP
|
||||
|
||||
.PP
|
||||
Implements \fBeoUF< const EOT &, bool >\fP.
|
||||
.PP
|
||||
Definition at line 44 of file moGenSolContinue.h.
|
||||
.PP
|
||||
|
|
@ -100,4 +102,4 @@ References moGenSolContinue< EOT >::numGen.
|
|||
|
||||
.SH "Author"
|
||||
.PP
|
||||
Generated automatically by Doxygen for ParadisEO-MOMovingObjects from the source code.
|
||||
Generated automatically by Doxygen for PARADISEO-MO from the source code.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH "moHC" 3 "20 Sep 2007" "Version 1.0" "ParadisEO-MOMovingObjects" \" -*- nroff -*-
|
||||
.TH "moHC" 3 "25 Sep 2007" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
|
|
@ -16,17 +16,17 @@ Inherits \fBmoAlgo< M::EOType >\fP.
|
|||
|
||||
.in +1c
|
||||
.ti -1c
|
||||
.RI "\fBmoHC\fP (\fBmoMoveInit\fP< M > &__move_init, \fBmoNextMove\fP< M > &__next_move, \fBmoMoveIncrEval\fP< M > &__incr_eval, \fBmoMoveSelect\fP< M > &__move_select, eoEvalFunc< \fBEOT\fP > &__full_eval)"
|
||||
.RI "\fBmoHC\fP (\fBmoMoveInit\fP< M > &__move_init, \fBmoNextMove\fP< M > &__next_move, \fBmoMoveIncrEval\fP< M > &__incr_eval, \fBmoMoveSelect\fP< M > &__move_select, \fBeoEvalFunc\fP< \fBEOT\fP > &__full_eval)"
|
||||
.br
|
||||
.RI "\fIFull constructor. \fP"
|
||||
.ti -1c
|
||||
.RI "\fBmoHC\fP (\fBmoMoveExpl\fP< M > &__move_expl, eoEvalFunc< \fBEOT\fP > &__full_eval)"
|
||||
.RI "\fBmoHC\fP (\fBmoMoveExpl\fP< M > &__move_expl, \fBeoEvalFunc\fP< \fBEOT\fP > &__full_eval)"
|
||||
.br
|
||||
.RI "\fILight constructor. \fP"
|
||||
.ti -1c
|
||||
.RI "bool \fBoperator()\fP (\fBEOT\fP &__sol)"
|
||||
.br
|
||||
.RI "\fIFunction which launches the HC. \fP"
|
||||
.RI "\fI\fBFunction\fP which launches the HC. \fP"
|
||||
.in -1c
|
||||
.SS "Private Types"
|
||||
|
||||
|
|
@ -48,7 +48,7 @@ Inherits \fBmoAlgo< M::EOType >\fP.
|
|||
.br
|
||||
.RI "\fIComplete exploration of the neighborhood. \fP"
|
||||
.ti -1c
|
||||
.RI "eoEvalFunc< \fBEOT\fP > & \fBfull_eval\fP"
|
||||
.RI "\fBeoEvalFunc\fP< \fBEOT\fP > & \fBfull_eval\fP"
|
||||
.br
|
||||
.RI "\fIA full evaluation function. \fP"
|
||||
.in -1c
|
||||
|
|
@ -60,10 +60,10 @@ Hill Climbing (HC).
|
|||
|
||||
Class which describes the algorithm for a hill climbing.
|
||||
.PP
|
||||
Definition at line 26 of file moHC.h.
|
||||
Definition at line 25 of file moHC.h.
|
||||
.SH "Constructor & Destructor Documentation"
|
||||
.PP
|
||||
.SS "template<class M> \fBmoHC\fP< M >::\fBmoHC\fP (\fBmoMoveInit\fP< M > & __move_init, \fBmoNextMove\fP< M > & __next_move, \fBmoMoveIncrEval\fP< M > & __incr_eval, \fBmoMoveSelect\fP< M > & __move_select, eoEvalFunc< \fBEOT\fP > & __full_eval)\fC [inline]\fP"
|
||||
.SS "template<class M> \fBmoHC\fP< M >::\fBmoHC\fP (\fBmoMoveInit\fP< M > & __move_init, \fBmoNextMove\fP< M > & __next_move, \fBmoMoveIncrEval\fP< M > & __incr_eval, \fBmoMoveSelect\fP< M > & __move_select, \fBeoEvalFunc\fP< \fBEOT\fP > & __full_eval)\fC [inline]\fP"
|
||||
.PP
|
||||
Full constructor.
|
||||
.PP
|
||||
|
|
@ -84,8 +84,8 @@ All the boxes are given in order the HC to use a \fBmoHCMoveLoopExpl\fP.
|
|||
.PP
|
||||
|
||||
.PP
|
||||
Definition at line 53 of file moHC.h.
|
||||
.SS "template<class M> \fBmoHC\fP< M >::\fBmoHC\fP (\fBmoMoveExpl\fP< M > & __move_expl, eoEvalFunc< \fBEOT\fP > & __full_eval)\fC [inline]\fP"
|
||||
Definition at line 52 of file moHC.h.
|
||||
.SS "template<class M> \fBmoHC\fP< M >::\fBmoHC\fP (\fBmoMoveExpl\fP< M > & __move_expl, \fBeoEvalFunc\fP< \fBEOT\fP > & __full_eval)\fC [inline]\fP"
|
||||
.PP
|
||||
Light constructor.
|
||||
.PP
|
||||
|
|
@ -100,12 +100,12 @@ This constructor allow to use another \fBmoMoveExpl\fP (generally not a \fBmoHCM
|
|||
.PP
|
||||
|
||||
.PP
|
||||
Definition at line 67 of file moHC.h.
|
||||
Definition at line 66 of file moHC.h.
|
||||
.SH "Member Function Documentation"
|
||||
.PP
|
||||
.SS "template<class M> bool \fBmoHC\fP< M >::operator() (\fBEOT\fP & __sol)\fC [inline]\fP"
|
||||
.SS "template<class M> bool \fBmoHC\fP< M >::operator() (\fBEOT\fP & __sol)\fC [inline, virtual]\fP"
|
||||
.PP
|
||||
Function which launches the HC.
|
||||
\fBFunction\fP which launches the HC.
|
||||
.PP
|
||||
The HC has to improve a current solution. As the \fBmoSA\fP and the mo TS, it can be used for HYBRIDATION in an evolutionnary algorithm.
|
||||
.PP
|
||||
|
|
@ -121,10 +121,12 @@ TRUE.
|
|||
.PP
|
||||
|
||||
.PP
|
||||
Definition at line 82 of file moHC.h.
|
||||
Implements \fBeoUF< M::EOType &, bool >\fP.
|
||||
.PP
|
||||
Definition at line 81 of file moHC.h.
|
||||
.PP
|
||||
References moHC< M >::full_eval, and moHC< M >::move_expl.
|
||||
|
||||
.SH "Author"
|
||||
.PP
|
||||
Generated automatically by Doxygen for ParadisEO-MOMovingObjects from the source code.
|
||||
Generated automatically by Doxygen for PARADISEO-MO from the source code.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH "moHCMoveLoopExpl" 3 "20 Sep 2007" "Version 1.0" "ParadisEO-MOMovingObjects" \" -*- nroff -*-
|
||||
.TH "moHCMoveLoopExpl" 3 "25 Sep 2007" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
|
|
@ -87,7 +87,7 @@ All the boxes have to be specified.
|
|||
Definition at line 43 of file moHCMoveLoopExpl.h.
|
||||
.SH "Member Function Documentation"
|
||||
.PP
|
||||
.SS "template<class M> void \fBmoHCMoveLoopExpl\fP< M >::operator() (const \fBEOT\fP & __old_sol, \fBEOT\fP & __new_sol)\fC [inline]\fP"
|
||||
.SS "template<class M> void \fBmoHCMoveLoopExpl\fP< M >::operator() (const \fBEOT\fP & __old_sol, \fBEOT\fP & __new_sol)\fC [inline, virtual]\fP"
|
||||
.PP
|
||||
Procedure which launches the explorer.
|
||||
.PP
|
||||
|
|
@ -101,6 +101,8 @@ The exploration starts from an old solution and provides a new solution.
|
|||
.RE
|
||||
.PP
|
||||
|
||||
.PP
|
||||
Implements \fBeoBF< const M::EOType &, M::EOType &, void >\fP.
|
||||
.PP
|
||||
Definition at line 59 of file moHCMoveLoopExpl.h.
|
||||
.PP
|
||||
|
|
@ -108,4 +110,4 @@ References moHCMoveLoopExpl< M >::incr_eval, moHCMoveLoopExpl< M >::move_init, m
|
|||
|
||||
.SH "Author"
|
||||
.PP
|
||||
Generated automatically by Doxygen for ParadisEO-MOMovingObjects from the source code.
|
||||
Generated automatically by Doxygen for PARADISEO-MO from the source code.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH "moImprBestFitAspirCrit" 3 "20 Sep 2007" "Version 1.0" "ParadisEO-MOMovingObjects" \" -*- nroff -*-
|
||||
.TH "moImprBestFitAspirCrit" 3 "25 Sep 2007" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
|
|
@ -34,7 +34,7 @@ Inherits \fBmoAspirCrit< M >< M >\fP.
|
|||
.ti -1c
|
||||
.RI "bool \fBoperator()\fP (const M &__move, const \fBFitness\fP &__fit)"
|
||||
.br
|
||||
.RI "\fIFunction that indicates if the fit is better that the already saved fit. \fP"
|
||||
.RI "\fI\fBFunction\fP that indicates if the fit is better that the already saved fit. \fP"
|
||||
.in -1c
|
||||
.SS "Private Attributes"
|
||||
|
||||
|
|
@ -59,9 +59,9 @@ This criterion is satisfied when a given fitness is the best ever considered.
|
|||
Definition at line 22 of file moImprBestFitAspirCrit.h.
|
||||
.SH "Member Function Documentation"
|
||||
.PP
|
||||
.SS "template<class M> bool \fBmoImprBestFitAspirCrit\fP< M >::operator() (const M & __move, const \fBFitness\fP & __fit)\fC [inline]\fP"
|
||||
.SS "template<class M> bool \fBmoImprBestFitAspirCrit\fP< M >::operator() (const M & __move, const \fBFitness\fP & __fit)\fC [inline, virtual]\fP"
|
||||
.PP
|
||||
Function that indicates if the fit is better that the already saved fit.
|
||||
\fBFunction\fP that indicates if the fit is better that the already saved fit.
|
||||
.PP
|
||||
The first time, the function only saved the current move and fitness.
|
||||
.PP
|
||||
|
|
@ -78,6 +78,8 @@ TRUE the first time and if __fit > best_fit, else FALSE.
|
|||
.RE
|
||||
.PP
|
||||
|
||||
.PP
|
||||
Implements \fBeoBF< const M &, const M::EOType::Fitness &, bool >\fP.
|
||||
.PP
|
||||
Definition at line 52 of file moImprBestFitAspirCrit.h.
|
||||
.PP
|
||||
|
|
@ -85,4 +87,4 @@ References moImprBestFitAspirCrit< M >::best_fit, and moImprBestFitAspirCrit< M
|
|||
|
||||
.SH "Author"
|
||||
.PP
|
||||
Generated automatically by Doxygen for ParadisEO-MOMovingObjects from the source code.
|
||||
Generated automatically by Doxygen for PARADISEO-MO from the source code.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH "moItRandNextMove" 3 "20 Sep 2007" "Version 1.0" "ParadisEO-MOMovingObjects" \" -*- nroff -*-
|
||||
.TH "moItRandNextMove" 3 "25 Sep 2007" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
|
|
@ -63,7 +63,7 @@ Definition at line 22 of file moItRandNextMove.h.
|
|||
.PP
|
||||
The constructor.
|
||||
.PP
|
||||
Parameters only for initialising the attributes.
|
||||
\fBParameters\fP only for initialising the attributes.
|
||||
.PP
|
||||
\fBParameters:\fP
|
||||
.RS 4
|
||||
|
|
@ -77,7 +77,7 @@ Parameters only for initialising the attributes.
|
|||
Definition at line 37 of file moItRandNextMove.h.
|
||||
.SH "Member Function Documentation"
|
||||
.PP
|
||||
.SS "template<class M> bool \fBmoItRandNextMove\fP< M >::operator() (M & __move, const \fBEOT\fP & __sol)\fC [inline]\fP"
|
||||
.SS "template<class M> bool \fBmoItRandNextMove\fP< M >::operator() (M & __move, const \fBEOT\fP & __sol)\fC [inline, virtual]\fP"
|
||||
.PP
|
||||
Generation of a new move.
|
||||
.PP
|
||||
|
|
@ -96,6 +96,8 @@ FALSE if the maximum number of iteration is reached, else TRUE.
|
|||
.RE
|
||||
.PP
|
||||
|
||||
.PP
|
||||
Implements \fBeoBF< M &, const M::EOType &, bool >\fP.
|
||||
.PP
|
||||
Definition at line 52 of file moItRandNextMove.h.
|
||||
.PP
|
||||
|
|
@ -103,4 +105,4 @@ References moItRandNextMove< M >::max_iter, moItRandNextMove< M >::num_iter, and
|
|||
|
||||
.SH "Author"
|
||||
.PP
|
||||
Generated automatically by Doxygen for ParadisEO-MOMovingObjects from the source code.
|
||||
Generated automatically by Doxygen for PARADISEO-MO from the source code.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH "moLSCheckPoint" 3 "20 Sep 2007" "Version 1.0" "ParadisEO-MOMovingObjects" \" -*- nroff -*-
|
||||
.TH "moLSCheckPoint" 3 "25 Sep 2007" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
|
|
@ -10,15 +10,17 @@ moLSCheckPoint \- Class which allows a checkpointing system.
|
|||
.PP
|
||||
\fC#include <moLSCheckPoint.h>\fP
|
||||
.PP
|
||||
Inherits \fBeoBF< const M &, const M::EOType &, void >\fP.
|
||||
.PP
|
||||
.SS "Public Member Functions"
|
||||
|
||||
.in +1c
|
||||
.ti -1c
|
||||
.RI "void \fBoperator()\fP (const M &__move, const typename M::EOType &__sol)"
|
||||
.br
|
||||
.RI "\fIFunction which launches the checkpointing. \fP"
|
||||
.RI "\fI\fBFunction\fP which launches the checkpointing. \fP"
|
||||
.ti -1c
|
||||
.RI "void \fBadd\fP (eoBF< const M &, const typename M::EOType &, void > &__f)"
|
||||
.RI "void \fBadd\fP (\fBeoBF\fP< const M &, const typename M::EOType &, void > &__f)"
|
||||
.br
|
||||
.RI "\fIProcedure which add a new function to the function vector. \fP"
|
||||
.in -1c
|
||||
|
|
@ -26,7 +28,7 @@ moLSCheckPoint \- Class which allows a checkpointing system.
|
|||
|
||||
.in +1c
|
||||
.ti -1c
|
||||
.RI "std::vector< eoBF< const M &, const typename M::EOType &, void > * > \fBfunc\fP"
|
||||
.RI "std::vector< \fBeoBF\fP< const M &, const typename M::EOType &, void > * > \fBfunc\fP"
|
||||
.br
|
||||
.RI "\fIvector of function \fP"
|
||||
.in -1c
|
||||
|
|
@ -43,7 +45,7 @@ Definition at line 21 of file moLSCheckPoint.h.
|
|||
.PP
|
||||
.SS "template<class M> void \fBmoLSCheckPoint\fP< M >::operator() (const M & __move, const typename M::EOType & __sol)\fC [inline]\fP"
|
||||
.PP
|
||||
Function which launches the checkpointing.
|
||||
\fBFunction\fP which launches the checkpointing.
|
||||
.PP
|
||||
Each saved function is used on the current move and the current solution.
|
||||
.PP
|
||||
|
|
@ -59,7 +61,7 @@ Each saved function is used on the current move and the current solution.
|
|||
Definition at line 34 of file moLSCheckPoint.h.
|
||||
.PP
|
||||
References moLSCheckPoint< M >::func.
|
||||
.SS "template<class M> void \fBmoLSCheckPoint\fP< M >::add (eoBF< const M &, const typename M::EOType &, void > & __f)\fC [inline]\fP"
|
||||
.SS "template<class M> void \fBmoLSCheckPoint\fP< M >::add (\fBeoBF\fP< const M &, const typename M::EOType &, void > & __f)\fC [inline]\fP"
|
||||
.PP
|
||||
Procedure which add a new function to the function vector.
|
||||
.PP
|
||||
|
|
@ -78,4 +80,4 @@ References moLSCheckPoint< M >::func.
|
|||
|
||||
.SH "Author"
|
||||
.PP
|
||||
Generated automatically by Doxygen for ParadisEO-MOMovingObjects from the source code.
|
||||
Generated automatically by Doxygen for PARADISEO-MO from the source code.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH "moLinearCoolingSchedule" 3 "20 Sep 2007" "Version 1.0" "ParadisEO-MOMovingObjects" \" -*- nroff -*-
|
||||
.TH "moLinearCoolingSchedule" 3 "25 Sep 2007" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
|
|
@ -22,7 +22,7 @@ Inherits \fBmoCoolingSchedule\fP.
|
|||
.ti -1c
|
||||
.RI "bool \fBoperator()\fP (double &__temp)"
|
||||
.br
|
||||
.RI "\fIFunction which proceeds to the cooling. \fP"
|
||||
.RI "\fI\fBFunction\fP which proceeds to the cooling. \fP"
|
||||
.in -1c
|
||||
.SS "Private Attributes"
|
||||
|
||||
|
|
@ -61,9 +61,9 @@ Simple constructor.
|
|||
Definition at line 31 of file moLinearCoolingSchedule.h.
|
||||
.SH "Member Function Documentation"
|
||||
.PP
|
||||
.SS "bool moLinearCoolingSchedule::operator() (double & __temp)\fC [inline]\fP"
|
||||
.SS "bool moLinearCoolingSchedule::operator() (double & __temp)\fC [inline, virtual]\fP"
|
||||
.PP
|
||||
Function which proceeds to the cooling.
|
||||
\fBFunction\fP which proceeds to the cooling.
|
||||
.PP
|
||||
It decreases the temperature and indicates if it is greater than the threshold.
|
||||
.PP
|
||||
|
|
@ -78,6 +78,8 @@ if the new temperature (current temperature - quantity) is greater than the thre
|
|||
.RE
|
||||
.PP
|
||||
|
||||
.PP
|
||||
Implements \fBeoUF< double &, bool >\fP.
|
||||
.PP
|
||||
Definition at line 41 of file moLinearCoolingSchedule.h.
|
||||
.PP
|
||||
|
|
@ -85,4 +87,4 @@ References quantity, and threshold.
|
|||
|
||||
.SH "Author"
|
||||
.PP
|
||||
Generated automatically by Doxygen for ParadisEO-MOMovingObjects from the source code.
|
||||
Generated automatically by Doxygen for PARADISEO-MO from the source code.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH "moMove" 3 "20 Sep 2007" "Version 1.0" "ParadisEO-MOMovingObjects" \" -*- nroff -*-
|
||||
.TH "moMove" 3 "25 Sep 2007" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
|
|
@ -10,6 +10,8 @@ moMove \- Definition of a move.
|
|||
.PP
|
||||
\fC#include <moMove.h>\fP
|
||||
.PP
|
||||
Inherits \fBeoUF< EOT &, void >\fP.
|
||||
.PP
|
||||
.SS "Public Types"
|
||||
|
||||
.in +1c
|
||||
|
|
@ -30,4 +32,4 @@ Definition at line 23 of file moMove.h.
|
|||
|
||||
.SH "Author"
|
||||
.PP
|
||||
Generated automatically by Doxygen for ParadisEO-MOMovingObjects from the source code.
|
||||
Generated automatically by Doxygen for PARADISEO-MO from the source code.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH "moMoveExpl" 3 "20 Sep 2007" "Version 1.0" "ParadisEO-MOMovingObjects" \" -*- nroff -*-
|
||||
.TH "moMoveExpl" 3 "25 Sep 2007" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
|
|
@ -10,6 +10,8 @@ moMoveExpl \- Description of a move (\fBmoMove\fP) explorer.
|
|||
.PP
|
||||
\fC#include <moMoveExpl.h>\fP
|
||||
.PP
|
||||
Inherits \fBeoBF< const M::EOType &, M::EOType &, void >\fP.
|
||||
.PP
|
||||
Inherited by \fBmoMoveLoopExpl< M >\fP.
|
||||
.PP
|
||||
.SH "Detailed Description"
|
||||
|
|
@ -24,4 +26,4 @@ Definition at line 21 of file moMoveExpl.h.
|
|||
|
||||
.SH "Author"
|
||||
.PP
|
||||
Generated automatically by Doxygen for ParadisEO-MOMovingObjects from the source code.
|
||||
Generated automatically by Doxygen for PARADISEO-MO from the source code.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH "moMoveIncrEval" 3 "20 Sep 2007" "Version 1.0" "ParadisEO-MOMovingObjects" \" -*- nroff -*-
|
||||
.TH "moMoveIncrEval" 3 "25 Sep 2007" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
|
|
@ -10,6 +10,8 @@ moMoveIncrEval \- (generally) Efficient evaluation function based a move and a s
|
|||
.PP
|
||||
\fC#include <moMoveIncrEval.h>\fP
|
||||
.PP
|
||||
Inherits \fBeoBF< const M &, const M::EOType &, M::EOType::Fitness >\fP.
|
||||
.PP
|
||||
.SH "Detailed Description"
|
||||
.PP
|
||||
|
||||
|
|
@ -22,4 +24,4 @@ Definition at line 24 of file moMoveIncrEval.h.
|
|||
|
||||
.SH "Author"
|
||||
.PP
|
||||
Generated automatically by Doxygen for ParadisEO-MOMovingObjects from the source code.
|
||||
Generated automatically by Doxygen for PARADISEO-MO from the source code.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH "moMoveInit" 3 "20 Sep 2007" "Version 1.0" "ParadisEO-MOMovingObjects" \" -*- nroff -*-
|
||||
.TH "moMoveInit" 3 "25 Sep 2007" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
|
|
@ -10,6 +10,8 @@ moMoveInit \- Move (\fBmoMove\fP) initializer.
|
|||
.PP
|
||||
\fC#include <moMoveInit.h>\fP
|
||||
.PP
|
||||
Inherits \fBeoBF< M &, const M::EOType &, void >\fP.
|
||||
.PP
|
||||
.SH "Detailed Description"
|
||||
.PP
|
||||
|
||||
|
|
@ -22,4 +24,4 @@ Definition at line 22 of file moMoveInit.h.
|
|||
|
||||
.SH "Author"
|
||||
.PP
|
||||
Generated automatically by Doxygen for ParadisEO-MOMovingObjects from the source code.
|
||||
Generated automatically by Doxygen for PARADISEO-MO from the source code.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH "moMoveLoopExpl" 3 "20 Sep 2007" "Version 1.0" "ParadisEO-MOMovingObjects" \" -*- nroff -*-
|
||||
.TH "moMoveLoopExpl" 3 "25 Sep 2007" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
|
|
@ -26,4 +26,4 @@ Definition at line 21 of file moMoveLoopExpl.h.
|
|||
|
||||
.SH "Author"
|
||||
.PP
|
||||
Generated automatically by Doxygen for ParadisEO-MOMovingObjects from the source code.
|
||||
Generated automatically by Doxygen for PARADISEO-MO from the source code.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH "moMoveSelect" 3 "20 Sep 2007" "Version 1.0" "ParadisEO-MOMovingObjects" \" -*- nroff -*-
|
||||
.TH "moMoveSelect" 3 "25 Sep 2007" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
|
|
@ -10,6 +10,8 @@ moMoveSelect \- Class that describes a move selector (\fBmoMove\fP).
|
|||
.PP
|
||||
\fC#include <moMoveSelect.h>\fP
|
||||
.PP
|
||||
Inherits \fBeoBF< M &, M::EOType::Fitness &, void >\fP.
|
||||
.PP
|
||||
Inherited by \fBmoBestImprSelect< M >\fP, \fBmoFirstImprSelect< M >\fP, and \fBmoRandImprSelect< M >\fP.
|
||||
.PP
|
||||
.SS "Public Types"
|
||||
|
|
@ -30,7 +32,7 @@ Inherited by \fBmoBestImprSelect< M >\fP, \fBmoFirstImprSelect< M >\fP, and \fBm
|
|||
.ti -1c
|
||||
.RI "virtual bool \fBupdate\fP (const M &__move, const \fBFitness\fP &__fit)=0"
|
||||
.br
|
||||
.RI "\fIFunction which updates the best solutions. \fP"
|
||||
.RI "\fI\fBFunction\fP which updates the best solutions. \fP"
|
||||
.in -1c
|
||||
.SH "Detailed Description"
|
||||
.PP
|
||||
|
|
@ -59,7 +61,7 @@ In order to know the fitness of the solution, for which the neighborhood will be
|
|||
Implemented in \fBmoBestImprSelect< M >\fP, \fBmoFirstImprSelect< M >\fP, and \fBmoRandImprSelect< M >\fP.
|
||||
.SS "template<class M> virtual bool \fBmoMoveSelect\fP< M >::update (const M & __move, const \fBFitness\fP & __fit)\fC [pure virtual]\fP"
|
||||
.PP
|
||||
Function which updates the best solutions.
|
||||
\fBFunction\fP which updates the best solutions.
|
||||
.PP
|
||||
\fBParameters:\fP
|
||||
.RS 4
|
||||
|
|
@ -79,4 +81,4 @@ Implemented in \fBmoBestImprSelect< M >\fP, and \fBmoRandImprSelect< M >\fP.
|
|||
|
||||
.SH "Author"
|
||||
.PP
|
||||
Generated automatically by Doxygen for ParadisEO-MOMovingObjects from the source code.
|
||||
Generated automatically by Doxygen for PARADISEO-MO from the source code.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH "moNextMove" 3 "20 Sep 2007" "Version 1.0" "ParadisEO-MOMovingObjects" \" -*- nroff -*-
|
||||
.TH "moNextMove" 3 "25 Sep 2007" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
|
|
@ -10,6 +10,8 @@ moNextMove \- Class which allows to generate a new move (\fBmoMove\fP).
|
|||
.PP
|
||||
\fC#include <moNextMove.h>\fP
|
||||
.PP
|
||||
Inherits \fBeoBF< M &, const M::EOType &, bool >\fP.
|
||||
.PP
|
||||
Inherited by \fBmoItRandNextMove< M >\fP.
|
||||
.PP
|
||||
.SH "Detailed Description"
|
||||
|
|
@ -24,4 +26,4 @@ Definition at line 22 of file moNextMove.h.
|
|||
|
||||
.SH "Author"
|
||||
.PP
|
||||
Generated automatically by Doxygen for ParadisEO-MOMovingObjects from the source code.
|
||||
Generated automatically by Doxygen for PARADISEO-MO from the source code.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH "moNoAspirCrit" 3 "20 Sep 2007" "Version 1.0" "ParadisEO-MOMovingObjects" \" -*- nroff -*-
|
||||
.TH "moNoAspirCrit" 3 "25 Sep 2007" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
|
|
@ -18,7 +18,7 @@ Inherits \fBmoAspirCrit< M >< M >\fP.
|
|||
.ti -1c
|
||||
.RI "bool \fBoperator()\fP (const M &__move, const typename M::EOType::Fitness &__sol)"
|
||||
.br
|
||||
.RI "\fIFunction which describes the aspiration criterion behaviour. \fP"
|
||||
.RI "\fI\fBFunction\fP which describes the aspiration criterion behaviour. \fP"
|
||||
.ti -1c
|
||||
.RI "void \fBinit\fP ()"
|
||||
.br
|
||||
|
|
@ -37,7 +37,7 @@ Definition at line 21 of file moNoAspirCrit.h.
|
|||
.PP
|
||||
.SS "template<class M> bool \fBmoNoAspirCrit\fP< M >::operator() (const M & __move, const typename M::EOType::Fitness & __sol)\fC [inline, private]\fP"
|
||||
.PP
|
||||
Function which describes the aspiration criterion behaviour.
|
||||
\fBFunction\fP which describes the aspiration criterion behaviour.
|
||||
.PP
|
||||
Does nothing.
|
||||
.PP
|
||||
|
|
@ -68,4 +68,4 @@ Definition at line 43 of file moNoAspirCrit.h.
|
|||
|
||||
.SH "Author"
|
||||
.PP
|
||||
Generated automatically by Doxygen for ParadisEO-MOMovingObjects from the source code.
|
||||
Generated automatically by Doxygen for PARADISEO-MO from the source code.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH "moNoFitImprSolContinue" 3 "20 Sep 2007" "Version 1.0" "ParadisEO-MOMovingObjects" \" -*- nroff -*-
|
||||
.TH "moNoFitImprSolContinue" 3 "25 Sep 2007" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
|
|
@ -30,7 +30,7 @@ Inherits \fBmoSolContinue< EOT >< EOT >\fP.
|
|||
.ti -1c
|
||||
.RI "bool \fBoperator()\fP (const EOT &__sol)"
|
||||
.br
|
||||
.RI "\fIFunction that activates the stopping criterion. \fP"
|
||||
.RI "\fI\fBFunction\fP that activates the stopping criterion. \fP"
|
||||
.ti -1c
|
||||
.RI "void \fBinit\fP ()"
|
||||
.br
|
||||
|
|
@ -81,9 +81,9 @@ Basic constructor.
|
|||
Definition at line 33 of file moNoFitImprSolContinue.h.
|
||||
.SH "Member Function Documentation"
|
||||
.PP
|
||||
.SS "template<class EOT> bool \fBmoNoFitImprSolContinue\fP< EOT >::operator() (const EOT & __sol)\fC [inline]\fP"
|
||||
.SS "template<class EOT> bool \fBmoNoFitImprSolContinue\fP< EOT >::operator() (const EOT & __sol)\fC [inline, virtual]\fP"
|
||||
.PP
|
||||
Function that activates the stopping criterion.
|
||||
\fBFunction\fP that activates the stopping criterion.
|
||||
.PP
|
||||
Indicates if the fitness has not been improved since a given number of iterations (after a minimum of iterations).
|
||||
.PP
|
||||
|
|
@ -98,6 +98,8 @@ true or false.
|
|||
.RE
|
||||
.PP
|
||||
|
||||
.PP
|
||||
Implements \fBeoUF< const EOT &, bool >\fP.
|
||||
.PP
|
||||
Definition at line 43 of file moNoFitImprSolContinue.h.
|
||||
.PP
|
||||
|
|
@ -116,4 +118,4 @@ References moNoFitImprSolContinue< EOT >::counter, and moNoFitImprSolContinue< E
|
|||
|
||||
.SH "Author"
|
||||
.PP
|
||||
Generated automatically by Doxygen for ParadisEO-MOMovingObjects from the source code.
|
||||
Generated automatically by Doxygen for PARADISEO-MO from the source code.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH "moRandImprSelect" 3 "20 Sep 2007" "Version 1.0" "ParadisEO-MOMovingObjects" \" -*- nroff -*-
|
||||
.TH "moRandImprSelect" 3 "25 Sep 2007" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
|
|
@ -30,7 +30,7 @@ Inherits \fBmoMoveSelect< M >< M >\fP.
|
|||
.ti -1c
|
||||
.RI "bool \fBupdate\fP (const M &__move, const \fBFitness\fP &__fit)"
|
||||
.br
|
||||
.RI "\fIFunction that updates the fitness and move vectors. \fP"
|
||||
.RI "\fI\fBFunction\fP that updates the fitness and move vectors. \fP"
|
||||
.ti -1c
|
||||
.RI "void \fBoperator()\fP (M &__move, \fBFitness\fP &__fit) throw (EmptySelection)"
|
||||
.br
|
||||
|
|
@ -83,7 +83,7 @@ Definition at line 40 of file moRandImprSelect.h.
|
|||
References moRandImprSelect< M >::init_fit, moRandImprSelect< M >::vect_better_fit, and moRandImprSelect< M >::vect_better_moves.
|
||||
.SS "template<class M> bool \fBmoRandImprSelect\fP< M >::update (const M & __move, const \fBFitness\fP & __fit)\fC [inline, virtual]\fP"
|
||||
.PP
|
||||
Function that updates the fitness and move vectors.
|
||||
\fBFunction\fP that updates the fitness and move vectors.
|
||||
.PP
|
||||
if a move give a better fitness than the initial fitness, it is saved and the fitness too.
|
||||
.PP
|
||||
|
|
@ -106,7 +106,7 @@ Implements \fBmoMoveSelect< M >\fP.
|
|||
Definition at line 56 of file moRandImprSelect.h.
|
||||
.PP
|
||||
References moRandImprSelect< M >::init_fit, moRandImprSelect< M >::vect_better_fit, and moRandImprSelect< M >::vect_better_moves.
|
||||
.SS "template<class M> void \fBmoRandImprSelect\fP< M >::operator() (M & __move, \fBFitness\fP & __fit) throw (\fBEmptySelection\fP)\fC [inline]\fP"
|
||||
.SS "template<class M> void \fBmoRandImprSelect\fP< M >::operator() (M & __move, \fBFitness\fP & __fit) throw (\fBEmptySelection\fP)\fC [inline, virtual]\fP"
|
||||
.PP
|
||||
The move selection.
|
||||
.PP
|
||||
|
|
@ -125,11 +125,13 @@ One the saved move is randomly chosen.
|
|||
.RE
|
||||
.PP
|
||||
|
||||
.PP
|
||||
Implements \fBeoBF< M &, M::EOType::Fitness &, void >\fP.
|
||||
.PP
|
||||
Definition at line 77 of file moRandImprSelect.h.
|
||||
.PP
|
||||
References moRandImprSelect< M >::vect_better_fit, and moRandImprSelect< M >::vect_better_moves.
|
||||
References eoRng::random(), moRandImprSelect< M >::vect_better_fit, and moRandImprSelect< M >::vect_better_moves.
|
||||
|
||||
.SH "Author"
|
||||
.PP
|
||||
Generated automatically by Doxygen for ParadisEO-MOMovingObjects from the source code.
|
||||
Generated automatically by Doxygen for PARADISEO-MO from the source code.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH "moRandMove" 3 "20 Sep 2007" "Version 1.0" "ParadisEO-MOMovingObjects" \" -*- nroff -*-
|
||||
.TH "moRandMove" 3 "25 Sep 2007" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
|
|
@ -10,6 +10,8 @@ moRandMove \- Random move generator.
|
|||
.PP
|
||||
\fC#include <moRandMove.h>\fP
|
||||
.PP
|
||||
Inherits \fBeoUF< M &, void >\fP.
|
||||
.PP
|
||||
.SH "Detailed Description"
|
||||
.PP
|
||||
|
||||
|
|
@ -22,4 +24,4 @@ Definition at line 21 of file moRandMove.h.
|
|||
|
||||
.SH "Author"
|
||||
.PP
|
||||
Generated automatically by Doxygen for ParadisEO-MOMovingObjects from the source code.
|
||||
Generated automatically by Doxygen for PARADISEO-MO from the source code.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH "moSA" 3 "20 Sep 2007" "Version 1.0" "ParadisEO-MOMovingObjects" \" -*- nroff -*-
|
||||
.TH "moSA" 3 "25 Sep 2007" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
|
|
@ -16,7 +16,7 @@ Inherits \fBmoAlgo< M::EOType >\fP.
|
|||
|
||||
.in +1c
|
||||
.ti -1c
|
||||
.RI "\fBmoSA\fP (\fBmoRandMove\fP< M > &__move_rand, \fBmoMoveIncrEval\fP< M > &__incr_eval, \fBmoSolContinue\fP< \fBEOT\fP > &__cont, double __init_temp, \fBmoCoolingSchedule\fP &__cool_sched, eoEvalFunc< \fBEOT\fP > &__full_eval)"
|
||||
.RI "\fBmoSA\fP (\fBmoRandMove\fP< M > &__move_rand, \fBmoMoveIncrEval\fP< M > &__incr_eval, \fBmoSolContinue\fP< \fBEOT\fP > &__cont, double __init_temp, \fBmoCoolingSchedule\fP &__cool_sched, \fBeoEvalFunc\fP< \fBEOT\fP > &__full_eval)"
|
||||
.br
|
||||
.RI "\fISA constructor. \fP"
|
||||
.ti -1c
|
||||
|
|
@ -60,7 +60,7 @@ Inherits \fBmoAlgo< M::EOType >\fP.
|
|||
.br
|
||||
.RI "\fIThe cooling schedule. \fP"
|
||||
.ti -1c
|
||||
.RI "eoEvalFunc< \fBEOT\fP > & \fBfull_eval\fP"
|
||||
.RI "\fBeoEvalFunc\fP< \fBEOT\fP > & \fBfull_eval\fP"
|
||||
.br
|
||||
.RI "\fIA full evaluation function. \fP"
|
||||
.in -1c
|
||||
|
|
@ -75,7 +75,7 @@ Class that describes a Simulated Annealing algorithm.
|
|||
Definition at line 30 of file moSA.h.
|
||||
.SH "Constructor & Destructor Documentation"
|
||||
.PP
|
||||
.SS "template<class M> \fBmoSA\fP< M >::\fBmoSA\fP (\fBmoRandMove\fP< M > & __move_rand, \fBmoMoveIncrEval\fP< M > & __incr_eval, \fBmoSolContinue\fP< \fBEOT\fP > & __cont, double __init_temp, \fBmoCoolingSchedule\fP & __cool_sched, eoEvalFunc< \fBEOT\fP > & __full_eval)\fC [inline]\fP"
|
||||
.SS "template<class M> \fBmoSA\fP< M >::\fBmoSA\fP (\fBmoRandMove\fP< M > & __move_rand, \fBmoMoveIncrEval\fP< M > & __incr_eval, \fBmoSolContinue\fP< \fBEOT\fP > & __cont, double __init_temp, \fBmoCoolingSchedule\fP & __cool_sched, \fBeoEvalFunc\fP< \fBEOT\fP > & __full_eval)\fC [inline]\fP"
|
||||
.PP
|
||||
SA constructor.
|
||||
.PP
|
||||
|
|
@ -101,7 +101,7 @@ All the boxes used by a SA need to be given.
|
|||
Definition at line 58 of file moSA.h.
|
||||
.SH "Member Function Documentation"
|
||||
.PP
|
||||
.SS "template<class M> bool \fBmoSA\fP< M >::operator() (\fBEOT\fP & __sol)\fC [inline]\fP"
|
||||
.SS "template<class M> bool \fBmoSA\fP< M >::operator() (\fBEOT\fP & __sol)\fC [inline, virtual]\fP"
|
||||
.PP
|
||||
function that launches the SA algorithm.
|
||||
.PP
|
||||
|
|
@ -118,11 +118,13 @@ TRUE.
|
|||
.RE
|
||||
.PP
|
||||
|
||||
.PP
|
||||
Implements \fBeoUF< M::EOType &, bool >\fP.
|
||||
.PP
|
||||
Definition at line 80 of file moSA.h.
|
||||
.PP
|
||||
References moSA< M >::cont, moSA< M >::cool_sched, moSA< M >::full_eval, moSA< M >::incr_eval, moSA< M >::init_temp, and moSA< M >::move_rand.
|
||||
References moSA< M >::cont, moSA< M >::cool_sched, moSA< M >::full_eval, moSA< M >::incr_eval, moSA< M >::init_temp, moSA< M >::move_rand, and eoRng::uniform().
|
||||
|
||||
.SH "Author"
|
||||
.PP
|
||||
Generated automatically by Doxygen for ParadisEO-MOMovingObjects from the source code.
|
||||
Generated automatically by Doxygen for PARADISEO-MO from the source code.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH "moSimpleMoveTabuList" 3 "20 Sep 2007" "Version 1.0" "ParadisEO-MOMovingObjects" \" -*- nroff -*-
|
||||
.TH "moSimpleMoveTabuList" 3 "25 Sep 2007" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
|
|
@ -30,7 +30,7 @@ Inherits \fBmoTabuList< M >< M >\fP.
|
|||
.ti -1c
|
||||
.RI "bool \fBoperator()\fP (const M &__move, const \fBEOT\fP &__sol)"
|
||||
.br
|
||||
.RI "\fIFunction that indicates if, in a given state, the _move is tabu or not. \fP"
|
||||
.RI "\fI\fBFunction\fP that indicates if, in a given state, the _move is tabu or not. \fP"
|
||||
.ti -1c
|
||||
.RI "void \fBadd\fP (const M &__move, const \fBEOT\fP &__sol)"
|
||||
.br
|
||||
|
|
@ -77,9 +77,9 @@ Class describing a move tabu list with a limited memory.
|
|||
Definition at line 22 of file moSimpleMoveTabuList.h.
|
||||
.SH "Member Function Documentation"
|
||||
.PP
|
||||
.SS "template<class M> bool \fBmoSimpleMoveTabuList\fP< M >::operator() (const M & __move, const \fBEOT\fP & __sol)\fC [inline]\fP"
|
||||
.SS "template<class M> bool \fBmoSimpleMoveTabuList\fP< M >::operator() (const M & __move, const \fBEOT\fP & __sol)\fC [inline, virtual]\fP"
|
||||
.PP
|
||||
Function that indicates if, in a given state, the _move is tabu or not.
|
||||
\fBFunction\fP that indicates if, in a given state, the _move is tabu or not.
|
||||
.PP
|
||||
\fBParameters:\fP
|
||||
.RS 4
|
||||
|
|
@ -94,6 +94,8 @@ true or false.
|
|||
.RE
|
||||
.PP
|
||||
|
||||
.PP
|
||||
Implements \fBeoBF< const M &, const M::EOType &, bool >\fP.
|
||||
.PP
|
||||
Definition at line 46 of file moSimpleMoveTabuList.h.
|
||||
.PP
|
||||
|
|
@ -155,4 +157,4 @@ Referenced by moSimpleMoveTabuList< M >::add().
|
|||
|
||||
.SH "Author"
|
||||
.PP
|
||||
Generated automatically by Doxygen for ParadisEO-MOMovingObjects from the source code.
|
||||
Generated automatically by Doxygen for PARADISEO-MO from the source code.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH "moSimpleSolutionTabuList" 3 "20 Sep 2007" "Version 1.0" "ParadisEO-MOMovingObjects" \" -*- nroff -*-
|
||||
.TH "moSimpleSolutionTabuList" 3 "25 Sep 2007" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
|
|
@ -30,7 +30,7 @@ Inherits \fBmoTabuList< M >< M >\fP.
|
|||
.ti -1c
|
||||
.RI "bool \fBoperator()\fP (const M &__move, const \fBEOT\fP &__sol)"
|
||||
.br
|
||||
.RI "\fIFunction that indicates if, in a given state, the _move is tabu or not. \fP"
|
||||
.RI "\fI\fBFunction\fP that indicates if, in a given state, the _move is tabu or not. \fP"
|
||||
.ti -1c
|
||||
.RI "void \fBadd\fP (const M &__move, const \fBEOT\fP &__sol)"
|
||||
.br
|
||||
|
|
@ -93,9 +93,9 @@ Definition at line 34 of file moSimpleSolutionTabuList.h.
|
|||
References moSimpleSolutionTabuList< M >::currentSize.
|
||||
.SH "Member Function Documentation"
|
||||
.PP
|
||||
.SS "template<class M> bool \fBmoSimpleSolutionTabuList\fP< M >::operator() (const M & __move, const \fBEOT\fP & __sol)\fC [inline]\fP"
|
||||
.SS "template<class M> bool \fBmoSimpleSolutionTabuList\fP< M >::operator() (const M & __move, const \fBEOT\fP & __sol)\fC [inline, virtual]\fP"
|
||||
.PP
|
||||
Function that indicates if, in a given state, the _move is tabu or not.
|
||||
\fBFunction\fP that indicates if, in a given state, the _move is tabu or not.
|
||||
.PP
|
||||
\fBParameters:\fP
|
||||
.RS 4
|
||||
|
|
@ -110,6 +110,8 @@ true or false.
|
|||
.RE
|
||||
.PP
|
||||
|
||||
.PP
|
||||
Implements \fBeoBF< const M &, const M::EOType &, bool >\fP.
|
||||
.PP
|
||||
Definition at line 45 of file moSimpleSolutionTabuList.h.
|
||||
.PP
|
||||
|
|
@ -171,4 +173,4 @@ Referenced by moSimpleSolutionTabuList< M >::add().
|
|||
|
||||
.SH "Author"
|
||||
.PP
|
||||
Generated automatically by Doxygen for ParadisEO-MOMovingObjects from the source code.
|
||||
Generated automatically by Doxygen for PARADISEO-MO from the source code.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH "moSolContinue" 3 "20 Sep 2007" "Version 1.0" "ParadisEO-MOMovingObjects" \" -*- nroff -*-
|
||||
.TH "moSolContinue" 3 "25 Sep 2007" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
|
|
@ -10,6 +10,8 @@ moSolContinue \- Class that describes a stop criterion for a solution-based heur
|
|||
.PP
|
||||
\fC#include <moSolContinue.h>\fP
|
||||
.PP
|
||||
Inherits \fBeoUF< const EOT &, bool >\fP.
|
||||
.PP
|
||||
Inherited by \fBmoFitSolContinue< EOT >\fP, \fBmoGenSolContinue< EOT >\fP, \fBmoNoFitImprSolContinue< EOT >\fP, and \fBmoSteadyFitSolContinue< EOT >\fP.
|
||||
.PP
|
||||
.SS "Public Member Functions"
|
||||
|
|
@ -26,7 +28,7 @@ Inherited by \fBmoFitSolContinue< EOT >\fP, \fBmoGenSolContinue< EOT >\fP, \fBmo
|
|||
.SS "template<class EOT> class moSolContinue< EOT >"
|
||||
Class that describes a stop criterion for a solution-based heuristic.
|
||||
|
||||
It allows to add an initialisation procedure to an object that is a unary function (eoUF).
|
||||
It allows to add an initialisation procedure to an object that is a unary function (\fBeoUF\fP).
|
||||
.PP
|
||||
Definition at line 22 of file moSolContinue.h.
|
||||
.SH "Member Function Documentation"
|
||||
|
|
@ -41,4 +43,4 @@ Implemented in \fBmoFitSolContinue< EOT >\fP, \fBmoGenSolContinue< EOT >\fP, \fB
|
|||
|
||||
.SH "Author"
|
||||
.PP
|
||||
Generated automatically by Doxygen for ParadisEO-MOMovingObjects from the source code.
|
||||
Generated automatically by Doxygen for PARADISEO-MO from the source code.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH "moSteadyFitSolContinue" 3 "20 Sep 2007" "Version 1.0" "ParadisEO-MOMovingObjects" \" -*- nroff -*-
|
||||
.TH "moSteadyFitSolContinue" 3 "25 Sep 2007" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
|
|
@ -30,7 +30,7 @@ Inherits \fBmoSolContinue< EOT >< EOT >\fP.
|
|||
.ti -1c
|
||||
.RI "bool \fBoperator()\fP (const EOT &__sol)"
|
||||
.br
|
||||
.RI "\fIFunction that activates the stopping criterion. \fP"
|
||||
.RI "\fI\fBFunction\fP that activates the stopping criterion. \fP"
|
||||
.ti -1c
|
||||
.RI "void \fBinit\fP ()"
|
||||
.br
|
||||
|
|
@ -91,9 +91,9 @@ Basic constructor.
|
|||
Definition at line 34 of file moSteadyFitSolContinue.h.
|
||||
.SH "Member Function Documentation"
|
||||
.PP
|
||||
.SS "template<class EOT> bool \fBmoSteadyFitSolContinue\fP< EOT >::operator() (const EOT & __sol)\fC [inline]\fP"
|
||||
.SS "template<class EOT> bool \fBmoSteadyFitSolContinue\fP< EOT >::operator() (const EOT & __sol)\fC [inline, virtual]\fP"
|
||||
.PP
|
||||
Function that activates the stopping criterion.
|
||||
\fBFunction\fP that activates the stopping criterion.
|
||||
.PP
|
||||
Indicates if the fitness has not been improved since a number of iterations (after a minimum of iterations).
|
||||
.PP
|
||||
|
|
@ -108,6 +108,8 @@ true or false.
|
|||
.RE
|
||||
.PP
|
||||
|
||||
.PP
|
||||
Implements \fBeoUF< const EOT &, bool >\fP.
|
||||
.PP
|
||||
Definition at line 46 of file moSteadyFitSolContinue.h.
|
||||
.PP
|
||||
|
|
@ -126,4 +128,4 @@ References moSteadyFitSolContinue< EOT >::counter, moSteadyFitSolContinue< EOT >
|
|||
|
||||
.SH "Author"
|
||||
.PP
|
||||
Generated automatically by Doxygen for ParadisEO-MOMovingObjects from the source code.
|
||||
Generated automatically by Doxygen for PARADISEO-MO from the source code.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH "moTS" 3 "20 Sep 2007" "Version 1.0" "ParadisEO-MOMovingObjects" \" -*- nroff -*-
|
||||
.TH "moTS" 3 "25 Sep 2007" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
|
|
@ -16,17 +16,17 @@ Inherits \fBmoAlgo< M::EOType >\fP.
|
|||
|
||||
.in +1c
|
||||
.ti -1c
|
||||
.RI "\fBmoTS\fP (\fBmoMoveInit\fP< M > &__move_init, \fBmoNextMove\fP< M > &__next_move, \fBmoMoveIncrEval\fP< M > &__incr_eval, \fBmoTabuList\fP< M > &__tabu_list, \fBmoAspirCrit\fP< M > &__aspir_crit, \fBmoSolContinue\fP< \fBEOT\fP > &__cont, eoEvalFunc< \fBEOT\fP > &__full_eval)"
|
||||
.RI "\fBmoTS\fP (\fBmoMoveInit\fP< M > &__move_init, \fBmoNextMove\fP< M > &__next_move, \fBmoMoveIncrEval\fP< M > &__incr_eval, \fBmoTabuList\fP< M > &__tabu_list, \fBmoAspirCrit\fP< M > &__aspir_crit, \fBmoSolContinue\fP< \fBEOT\fP > &__cont, \fBeoEvalFunc\fP< \fBEOT\fP > &__full_eval)"
|
||||
.br
|
||||
.RI "\fIConstructor of a \fBmoTS\fP specifying all the boxes. \fP"
|
||||
.ti -1c
|
||||
.RI "\fBmoTS\fP (\fBmoMoveExpl\fP< M > &__move_expl, \fBmoSolContinue\fP< \fBEOT\fP > &__cont, eoEvalFunc< \fBEOT\fP > &__full_eval)"
|
||||
.RI "\fBmoTS\fP (\fBmoMoveExpl\fP< M > &__move_expl, \fBmoSolContinue\fP< \fBEOT\fP > &__cont, \fBeoEvalFunc\fP< \fBEOT\fP > &__full_eval)"
|
||||
.br
|
||||
.RI "\fIConstructor with less parameters. \fP"
|
||||
.ti -1c
|
||||
.RI "bool \fBoperator()\fP (\fBEOT\fP &__sol)"
|
||||
.br
|
||||
.RI "\fIFunction which launchs the Tabu Search. \fP"
|
||||
.RI "\fI\fBFunction\fP which launchs the Tabu Search. \fP"
|
||||
.in -1c
|
||||
.SS "Private Types"
|
||||
|
||||
|
|
@ -52,7 +52,7 @@ Inherits \fBmoAlgo< M::EOType >\fP.
|
|||
.br
|
||||
.RI "\fIStop criterion. \fP"
|
||||
.ti -1c
|
||||
.RI "eoEvalFunc< \fBEOT\fP > & \fBfull_eval\fP"
|
||||
.RI "\fBeoEvalFunc\fP< \fBEOT\fP > & \fBfull_eval\fP"
|
||||
.br
|
||||
.RI "\fIFull evaluation function. \fP"
|
||||
.in -1c
|
||||
|
|
@ -67,7 +67,7 @@ Generic algorithm that describes a tabu search.
|
|||
Definition at line 29 of file moTS.h.
|
||||
.SH "Constructor & Destructor Documentation"
|
||||
.PP
|
||||
.SS "template<class M> \fBmoTS\fP< M >::\fBmoTS\fP (\fBmoMoveInit\fP< M > & __move_init, \fBmoNextMove\fP< M > & __next_move, \fBmoMoveIncrEval\fP< M > & __incr_eval, \fBmoTabuList\fP< M > & __tabu_list, \fBmoAspirCrit\fP< M > & __aspir_crit, \fBmoSolContinue\fP< \fBEOT\fP > & __cont, eoEvalFunc< \fBEOT\fP > & __full_eval)\fC [inline]\fP"
|
||||
.SS "template<class M> \fBmoTS\fP< M >::\fBmoTS\fP (\fBmoMoveInit\fP< M > & __move_init, \fBmoNextMove\fP< M > & __next_move, \fBmoMoveIncrEval\fP< M > & __incr_eval, \fBmoTabuList\fP< M > & __tabu_list, \fBmoAspirCrit\fP< M > & __aspir_crit, \fBmoSolContinue\fP< \fBEOT\fP > & __cont, \fBeoEvalFunc\fP< \fBEOT\fP > & __full_eval)\fC [inline]\fP"
|
||||
.PP
|
||||
Constructor of a \fBmoTS\fP specifying all the boxes.
|
||||
.PP
|
||||
|
|
@ -93,7 +93,7 @@ In this constructor, a \fBmoTSMoveLoopExpl\fP is instanciated.
|
|||
|
||||
.PP
|
||||
Definition at line 58 of file moTS.h.
|
||||
.SS "template<class M> \fBmoTS\fP< M >::\fBmoTS\fP (\fBmoMoveExpl\fP< M > & __move_expl, \fBmoSolContinue\fP< \fBEOT\fP > & __cont, eoEvalFunc< \fBEOT\fP > & __full_eval)\fC [inline]\fP"
|
||||
.SS "template<class M> \fBmoTS\fP< M >::\fBmoTS\fP (\fBmoMoveExpl\fP< M > & __move_expl, \fBmoSolContinue\fP< \fBEOT\fP > & __cont, \fBeoEvalFunc\fP< \fBEOT\fP > & __full_eval)\fC [inline]\fP"
|
||||
.PP
|
||||
Constructor with less parameters.
|
||||
.PP
|
||||
|
|
@ -113,9 +113,9 @@ The explorer is given in the parameters.
|
|||
Definition at line 71 of file moTS.h.
|
||||
.SH "Member Function Documentation"
|
||||
.PP
|
||||
.SS "template<class M> bool \fBmoTS\fP< M >::operator() (\fBEOT\fP & __sol)\fC [inline]\fP"
|
||||
.SS "template<class M> bool \fBmoTS\fP< M >::operator() (\fBEOT\fP & __sol)\fC [inline, virtual]\fP"
|
||||
.PP
|
||||
Function which launchs the Tabu Search.
|
||||
\fBFunction\fP which launchs the Tabu Search.
|
||||
.PP
|
||||
Algorithm of the tabu search. As a \fBmoSA\fP or a \fBmoHC\fP, it can be used for HYBRIDATION in an evolutionary algorithm. For security a lock (pthread_mutex_t) is closed during the algorithm.
|
||||
.PP
|
||||
|
|
@ -130,6 +130,8 @@ TRUE.
|
|||
.RE
|
||||
.PP
|
||||
|
||||
.PP
|
||||
Implements \fBeoUF< M::EOType &, bool >\fP.
|
||||
.PP
|
||||
Definition at line 85 of file moTS.h.
|
||||
.PP
|
||||
|
|
@ -137,4 +139,4 @@ References moTS< M >::cont, moTS< M >::full_eval, and moTS< M >::move_expl.
|
|||
|
||||
.SH "Author"
|
||||
.PP
|
||||
Generated automatically by Doxygen for ParadisEO-MOMovingObjects from the source code.
|
||||
Generated automatically by Doxygen for PARADISEO-MO from the source code.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH "moTSMoveLoopExpl" 3 "20 Sep 2007" "Version 1.0" "ParadisEO-MOMovingObjects" \" -*- nroff -*-
|
||||
.TH "moTSMoveLoopExpl" 3 "25 Sep 2007" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
|
|
@ -99,7 +99,7 @@ Definition at line 49 of file moTSMoveLoopExpl.h.
|
|||
References moTSMoveLoopExpl< M >::aspir_crit, and moTSMoveLoopExpl< M >::tabu_list.
|
||||
.SH "Member Function Documentation"
|
||||
.PP
|
||||
.SS "template<class M> void \fBmoTSMoveLoopExpl\fP< M >::operator() (const \fBEOT\fP & __old_sol, \fBEOT\fP & __new_sol)\fC [inline]\fP"
|
||||
.SS "template<class M> void \fBmoTSMoveLoopExpl\fP< M >::operator() (const \fBEOT\fP & __old_sol, \fBEOT\fP & __new_sol)\fC [inline, virtual]\fP"
|
||||
.PP
|
||||
Procedure which lauches the exploration.
|
||||
.PP
|
||||
|
|
@ -113,6 +113,8 @@ The exploration continues while the chosen move is not in the tabu list or the a
|
|||
.RE
|
||||
.PP
|
||||
|
||||
.PP
|
||||
Implements \fBeoBF< const M::EOType &, M::EOType &, void >\fP.
|
||||
.PP
|
||||
Definition at line 69 of file moTSMoveLoopExpl.h.
|
||||
.PP
|
||||
|
|
@ -120,4 +122,4 @@ References moTSMoveLoopExpl< M >::aspir_crit, moTSMoveLoopExpl< M >::incr_eval,
|
|||
|
||||
.SH "Author"
|
||||
.PP
|
||||
Generated automatically by Doxygen for ParadisEO-MOMovingObjects from the source code.
|
||||
Generated automatically by Doxygen for PARADISEO-MO from the source code.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH "moTabuList" 3 "20 Sep 2007" "Version 1.0" "ParadisEO-MOMovingObjects" \" -*- nroff -*-
|
||||
.TH "moTabuList" 3 "25 Sep 2007" "Version 0.1" "PARADISEO-MO" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
|
|
@ -10,6 +10,8 @@ moTabuList \- Class describing a tabu list that a \fBmoTS\fP uses.
|
|||
.PP
|
||||
\fC#include <moTabuList.h>\fP
|
||||
.PP
|
||||
Inherits \fBeoBF< const M &, const M::EOType &, bool >\fP.
|
||||
.PP
|
||||
Inherited by \fBmoSimpleMoveTabuList< M >\fP, and \fBmoSimpleSolutionTabuList< M >\fP.
|
||||
.PP
|
||||
.SS "Public Types"
|
||||
|
|
@ -69,15 +71,15 @@ Procedure that updates the tabu list content.
|
|||
.PP
|
||||
Generally, a counter associated to each saved move is decreased by one.
|
||||
.PP
|
||||
Implemented in \fBmoSimpleMoveTabuList< M >\fP, \fBmoSimpleSolutionTabuList< M >\fP, and \fBTwoOptTabuList\fP.
|
||||
Implemented in \fBmoSimpleMoveTabuList< M >\fP, and \fBmoSimpleSolutionTabuList< M >\fP.
|
||||
.SS "template<class M> virtual void \fBmoTabuList\fP< M >::init ()\fC [pure virtual]\fP"
|
||||
.PP
|
||||
Procedure which initialises the tabu list.
|
||||
.PP
|
||||
Can be useful if the data structure needs to be allocated before being used.
|
||||
.PP
|
||||
Implemented in \fBmoSimpleMoveTabuList< M >\fP, \fBmoSimpleSolutionTabuList< M >\fP, and \fBTwoOptTabuList\fP.
|
||||
Implemented in \fBmoSimpleMoveTabuList< M >\fP, and \fBmoSimpleSolutionTabuList< M >\fP.
|
||||
|
||||
.SH "Author"
|
||||
.PP
|
||||
Generated automatically by Doxygen for ParadisEO-MOMovingObjects from the source code.
|
||||
Generated automatically by Doxygen for PARADISEO-MO from the source code.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue