diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/annotated.html b/tags/dummy-tag/paradiseo-mo/doc/html/annotated.html index c5a61cf40..74c4ff600 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/annotated.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/annotated.html @@ -1,14 +1,14 @@ - -ParadisEO-MOMovingObjects: Class List + +ParadisEO-MO-MovingObjects: Class List - +
-
+
-
-

ParadisEO-MOMovingObjects Class List

Here are the classes, structs, unions and interfaces with brief descriptions: + +

ParadisEO-MO-MovingObjects Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
- + - - + + - + - - - + + + - + - + - - - + + + - + - +
moAlgo< EOT >Description of an algorithm of the paradiseo-mo library
moAspirCrit< M >Description of the conditions in which a tabu move could be accepted
moBestImprSelect< M >One of the possible moMoveSelect
moBestImprSelect< M >One of the possible moMoveSelect
moComparator< EOT >Template for classes which need to compare two EOT and indicate if the first is "better" than the second
moCoolingScheduleThis class gives the description of a cooling schedule
moExponentialCoolingScheduleOne of the possible moCoolingSchedule
moFirstImprSelect< M >One possible moMoveSelect
moExponentialCoolingScheduleOne of the possible moCoolingSchedule
moFirstImprSelect< M >One possible moMoveSelect
moFitComparator< EOT >Comparison according to the fitness
moFitSolContinue< EOT >One possible stop criterion for a solution-based heuristic
moGenSolContinue< EOT >One possible stop criterion for a solution-based heuristic
moHC< M >Hill Climbing (HC)
moHCMoveLoopExpl< M >Iterative explorer used by a moHC
moHCMoveLoopExpl< M >Iterative explorer used by a moHC
moILS< M >Iterated Local Search (ILS)
moImprBestFitAspirCrit< M >One of the possible moAspirCrit
moItRandNextMove< M >One of the possible moNextMove
moLinearCoolingScheduleOne of the possible moCoolingSchedule
moImprBestFitAspirCrit< M >One of the possible moAspirCrit
moItRandNextMove< M >One of the possible moNextMove
moLinearCoolingScheduleOne of the possible moCoolingSchedule
moLSCheckPoint< M >Class which allows a checkpointing system
moMove< EOT >Definition of a move
moMoveExpl< M >Description of a move (moMove) explorer
moMoveExpl< M >Description of a move (moMove) explorer
moMoveIncrEval< M >(generally) Efficient evaluation function based a move and a solution
moMoveInit< M >Move (moMove) initializer
moMoveInit< M >Move (moMove) initializer
moMoveLoopExpl< M >Class which describes an iterative explorer
moMoveSelect< M >Class that describes a move selector (moMove)
moNextMove< M >Class which allows to generate a new move (moMove)
moNoAspirCrit< M >One of the possible aspiration criterion (moAspirCrit)
moMoveSelect< M >Class that describes a move selector (moMove)
moNextMove< M >Class which allows to generate a new move (moMove)
moNoAspirCrit< M >One of the possible aspiration criterion (moAspirCrit)
moNoFitImprSolContinue< EOT >One possible stop criterion for a solution-based heuristic
moRandImprSelect< M >One of the possible moMove selector (moMoveSelect)
moRandImprSelect< M >One of the possible moMove selector (moMoveSelect)
moRandMove< M >Random move generator
moSA< M >Simulated Annealing (SA)
moSimpleMoveTabuList< M >Class describing a move tabu list with a limited memory
moSimpleSolutionTabuList< M >Class describing a solution tabu list with limited length
moSolContinue< EOT >Class that describes a stop criterion for a solution-based heuristic
moSteadyFitSolContinue< EOT >One possible stopping criterion for a solution-based heuristic
moTabuList< M >Class describing a tabu list that a moTS uses
moTabuList< M >Class describing a tabu list that a moTS uses
moTS< M >Tabu Search (TS)
moTSMoveLoopExpl< M >Explorer for a Tabu Search algorithm
-
Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +
Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
+doxygen 1.4.7
diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classes.html b/tags/dummy-tag/paradiseo-mo/doc/html/classes.html index 14e71c1d1..897f49eca 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/classes.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/classes.html @@ -1,14 +1,14 @@ - -ParadisEO-MOMovingObjects: Alphabetical List + +ParadisEO-MO-MovingObjects: Alphabetical List - +
-
+
-
-

ParadisEO-MOMovingObjects Class Index

A | B | C | E | F | G | H | I | L | M | N | R | S | T

+ +

ParadisEO-MO-MovingObjects Class Index

A | B | C | E | F | G | H | I | L | M | N | R | S | T

  A  
moHC   moNextMove   
moAlgo   moHCMoveLoopExpl   moNoAspirCrit   
moAspirCrit   
  I  
@@ -47,8 +45,8 @@
moMoveLoopExpl   moTS   
moGenSolContinue   moMoveSelect   moTSMoveLoopExpl   
  H  
  N  

A | B | C | E | F | G | H | I | L | M | N | R | S | T

-


Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +
Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
+doxygen 1.4.7
diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_algo.html b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_algo.html index 1c2a453e2..e552bb655 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_algo.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_algo.html @@ -1,14 +1,14 @@ - -ParadisEO-MOMovingObjects: moAlgo< EOT > Class Template Reference + +ParadisEO-MO-MovingObjects: moAlgo< EOT > Class Template Reference - +
-
+
-
-

moAlgo< EOT > Class Template Reference

Description of an algorithm of the paradiseo-mo library. + +

moAlgo< EOT > Class Template Reference

Description of an algorithm of the paradiseo-mo library. More...

#include <moAlgo.h>

-

-Inheritance diagram for moAlgo< EOT >:
-
- -

- -eoMonOp< EOT > -eoOp< EOType > -eoUF< EOT &, bool > -eoFunctorBase - -
- -

-List of all members. +


Detailed Description

@@ -58,12 +42,14 @@ Inheritance diagram for moAlgo< EOT >: Description of an algorithm of the paradiseo-mo library.

-moHC, moTS and moSA are 3 examples of algorithm of the paradiseo-mo library. -

Definition at line 46 of file moAlgo.h.

-
The documentation for this class was generated from the following file:
-
+

moAspirCrit< M > Member List

This is the complete list of members for moAspirCrit< M >, including all inherited members.

- - - - -
functor_category()eoBF< A1, A2, R > [static]
init()=0moAspirCrit< M > [pure virtual]
operator()(A1, A2)=0eoBF< A1, A2, R > [pure virtual]
~eoBF()eoBF< A1, A2, R > [virtual]
~eoFunctorBase()eoFunctorBase [virtual]


Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +
Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
+doxygen 1.4.7
diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_aspir_crit.html b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_aspir_crit.html index 5dd00d546..c3898f8c9 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_aspir_crit.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_aspir_crit.html @@ -1,14 +1,14 @@ - -ParadisEO-MOMovingObjects: moAspirCrit< M > Class Template Reference + +ParadisEO-MO-MovingObjects: moAspirCrit< M > Class Template Reference - +
-
+
-
-

moAspirCrit< M > Class Template Reference

Description of the conditions in which a tabu move could be accepted. + +

moAspirCrit< M > Class Template Reference

Description of the conditions in which a tabu move could be accepted. More...

#include <moAspirCrit.h>

-

-Inheritance diagram for moAspirCrit< M >:
-
- +

Inheritance diagram for moAspirCrit< M >:

-eoBF< A1, A2, R > -eoFunctorBase -moImprBestFitAspirCrit< M > -moNoAspirCrit< M > +moImprBestFitAspirCrit< M > +moNoAspirCrit< M > -
- -

List of all members. @@ -62,9 +52,11 @@ Inheritance diagram for moAspirCrit< M >: Description of the conditions in which a tabu move could be accepted.

-It is only a description... An object that herits from this class is needed to be used in a moTS. See moNoAspriCrit for example. -

Definition at line 47 of file moAspirCrit.h.

-

Member Function Documentation

+It is only a description... An object that herits from this class is needed to be used in a moTS. See moNoAspriCrit for example. +

+ +

+Definition at line 47 of file moAspirCrit.h.


Member Function Documentation

@@ -86,14 +78,14 @@ template<class M>
Procedure which initialises all that needs an aspiration criterion.

It can be possible that this procedure does nothing... -

Implemented in moImprBestFitAspirCrit< M >, and moNoAspirCrit< M >.

- +

+Implemented in moImprBestFitAspirCrit< M >, and moNoAspirCrit< M >.


The documentation for this class was generated from the following file: -
Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +
Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
+doxygen 1.4.7
diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_aspir_crit.png b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_aspir_crit.png index e6cefe1bf..ab38bee30 100644 Binary files a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_aspir_crit.png and b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_aspir_crit.png differ diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_best_impr_select-members.html b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_best_impr_select-members.html index e5854e901..bd494ce9c 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_best_impr_select-members.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_best_impr_select-members.html @@ -1,14 +1,14 @@ - -ParadisEO-MOMovingObjects: Member List + +ParadisEO-MO-MovingObjects: Member List - +

Public Member Functions

- - +

-
+

moBestImprSelect< M > Member List

This is the complete list of members for moBestImprSelect< M >, including all inherited members.

- - + - - -
best_fitnessmoBestImprSelect< M > [private]
best_movemoBestImprSelect< M > [private]
first_timemoBestImprSelect< M > [private]
Fitness typedefmoBestImprSelect< M >
functor_category()eoBF< M &, M::EOType::Fitness &, void > [static]
init(const Fitness &_fitness)moBestImprSelect< M > [inline, virtual]
operator()(M &_move, Fitness &_fitness)moBestImprSelect< M > [inline, virtual]
operator()(M &_move, Fitness &_fitness)moBestImprSelect< M > [inline]
update(const M &_move, const Fitness &_fitness)moBestImprSelect< M > [inline, virtual]
~eoBF()eoBF< M &, M::EOType::Fitness &, void > [virtual]
~eoFunctorBase()eoFunctorBase [virtual]


Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +
Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
+doxygen 1.4.7
diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_best_impr_select.html b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_best_impr_select.html index 677f0b067..4a350d67e 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_best_impr_select.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_best_impr_select.html @@ -1,14 +1,14 @@ - -ParadisEO-MOMovingObjects: moBestImprSelect< M > Class Template Reference + +ParadisEO-MO-MovingObjects: moBestImprSelect< M > Class Template Reference - +
-
+
-
-

moBestImprSelect< M > Class Template Reference

One of the possible moMoveSelect. + +

moBestImprSelect< M > Class Template Reference

One of the possible moMoveSelect. More...

#include <moBestImprSelect.h>

-

-Inheritance diagram for moBestImprSelect< M >:
-
- +

Inheritance diagram for moBestImprSelect< M >:

-moMoveSelect< M > -eoBF< M &, M::EOType::Fitness &, void > -eoFunctorBase +moMoveSelect< M > -
- -

List of all members. @@ -61,7 +51,7 @@ typedef M::EOType::Fitness  - + @@ -83,11 +73,13 @@ M 

Public Types

 Procedure which initialise the exploration.
bool update (const M &_move, const Fitness &_fitness)
 Function that indicates if the current move has not improved the fitness.
 Function that indicates if the current move has not improved the fitness.
void operator() (M &_move, Fitness &_fitness)
 Procedure which saved the best move and fitness.
moMoveSelect. +One of the possible moMoveSelect.

All neighbors are considered, and the movement which enables the best improvement is selected. -

Definition at line 47 of file moBestImprSelect.h.

-

Member Function Documentation

+

+ +

+Definition at line 47 of file moBestImprSelect.h.


Member Function Documentation

@@ -115,12 +107,12 @@ Procedure which initialise the exploration.
-

Implements moMoveSelect< M >.

- -

Definition at line 58 of file moBestImprSelect.h.

- -

References moBestImprSelect< M >::first_time.

- +

+Implements moMoveSelect< M >. +

+Definition at line 58 of file moBestImprSelect.h. +

+References moBestImprSelect< M >::first_time.

@@ -151,23 +143,23 @@ template<class M>

-Function that indicates if the current move has not improved the fitness. +Function that indicates if the current move has not improved the fitness.

-If the given fitness enables an improvment, the move (moMove) and the fitness linked to this move are saved.

+If the given fitness enables an improvment, the move (moMove) and the fitness linked to this move are saved.

Parameters:
_move a move.
_fitness a fitness linked to the move.
-
Returns:
TRUE if the move does not improve the fitness.
- -

Implements moMoveSelect< M >.

- -

Definition at line 76 of file moBestImprSelect.h.

- -

References moBestImprSelect< M >::best_fitness, moBestImprSelect< M >::best_move, and moBestImprSelect< M >::first_time.

+
Returns:
TRUE if the move does not improve the fitness.
+

+Implements moMoveSelect< M >. +

+Definition at line 77 of file moBestImprSelect.h. +

+References moBestImprSelect< M >::best_fitness, moBestImprSelect< M >::best_move, and moBestImprSelect< M >::first_time.

@@ -191,7 +183,7 @@ template<class M> ) - [inline, virtual] + [inline] @@ -207,18 +199,16 @@ Procedure which saved the best move and fitness. -

Implements eoBF< M &, M::EOType::Fitness &, void >.

- -

Definition at line 94 of file moBestImprSelect.h.

- -

References moBestImprSelect< M >::best_fitness, moBestImprSelect< M >::best_move, and moBestImprSelect< M >::first_time.

- +

+Definition at line 95 of file moBestImprSelect.h. +

+References moBestImprSelect< M >::best_fitness, moBestImprSelect< M >::best_move, and moBestImprSelect< M >::first_time.


The documentation for this class was generated from the following file: -
Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +
Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
+doxygen 1.4.7
diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_best_impr_select.png b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_best_impr_select.png index e803a39a4..5c56bea68 100644 Binary files a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_best_impr_select.png and b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_best_impr_select.png differ diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_comparator.html b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_comparator.html index 80e6cde5d..82618af01 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_comparator.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_comparator.html @@ -1,14 +1,14 @@ - -ParadisEO-MOMovingObjects: moComparator< EOT > Class Template Reference + +ParadisEO-MO-MovingObjects: moComparator< EOT > Class Template Reference - +
-
+
-
-

moComparator< EOT > Class Template Reference

Template for classes which need to compare two EOT and indicate if the first is "better" than the second. + +

moComparator< EOT > Class Template Reference

Template for classes which need to compare two EOT and indicate if the first is "better" than the second. More...

#include <moComparator.h>

-

-Inheritance diagram for moComparator< EOT >:
-
- +

Inheritance diagram for moComparator< EOT >:

-eoBF< A1, A2, R > -eoFunctorBase -moFitComparator< EOT > +moFitComparator< EOT > -
- -

-List of all members. +


Detailed Description

@@ -58,11 +48,13 @@ Inheritance diagram for moComparator< EOT >: Template for classes which need to compare two EOT and indicate if the first is "better" than the second.

The objects that extend this template describe how an EOT is "better" than an other. -

Definition at line 45 of file moComparator.h.

-
The documentation for this class was generated from the following file:
-
-

moCoolingSchedule Class Reference

This class gives the description of a cooling schedule. + +

moCoolingSchedule Class Reference

This class gives the description of a cooling schedule. More...

#include <moCoolingSchedule.h>

-

-Inheritance diagram for moCoolingSchedule:
-
- +

Inheritance diagram for moCoolingSchedule:

-eoUF< double &, bool > -eoFunctorBase -moExponentialCoolingSchedule -moLinearCoolingSchedule +moExponentialCoolingSchedule +moLinearCoolingSchedule -
- -

-List of all members. +


Detailed Description

This class gives the description of a cooling schedule.

-It is only a description... An object that herits from this class is needed to be used in a moSA. See moExponentialCoolingSchedule or moLinearCoolingSchedule for example. -

Definition at line 46 of file moCoolingSchedule.h.

-
The documentation for this class was generated from the following file:
-
+

moExponentialCoolingSchedule Member List

This is the complete list of members for moExponentialCoolingSchedule, including all inherited members.

- - + - - -
functor_category()eoUF< double &, bool > [static]
moExponentialCoolingSchedule(double _threshold, double _ratio)moExponentialCoolingSchedule [inline]
operator()(double &_temperature)moExponentialCoolingSchedule [inline, virtual]
operator()(double &_temperature)moExponentialCoolingSchedule [inline]
ratiomoExponentialCoolingSchedule [private]
thresholdmoExponentialCoolingSchedule [private]
~eoFunctorBase()eoFunctorBase [virtual]
~eoUF()eoUF< double &, bool > [virtual]


Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +
Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
+doxygen 1.4.7
diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_exponential_cooling_schedule.html b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_exponential_cooling_schedule.html index a750e6906..07cc4debb 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_exponential_cooling_schedule.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_exponential_cooling_schedule.html @@ -1,14 +1,14 @@ - -ParadisEO-MOMovingObjects: moExponentialCoolingSchedule Class Reference + +ParadisEO-MO-MovingObjects: moExponentialCoolingSchedule Class Reference - +
-
+
-
-

moExponentialCoolingSchedule Class Reference

One of the possible moCoolingSchedule. + +

moExponentialCoolingSchedule Class Reference

One of the possible moCoolingSchedule. More...

#include <moExponentialCoolingSchedule.h>

-

-Inheritance diagram for moExponentialCoolingSchedule:
-
- +

Inheritance diagram for moExponentialCoolingSchedule:

-moCoolingSchedule -eoUF< double &, bool > -eoFunctorBase +moCoolingSchedule -
- -

List of all members. @@ -56,7 +46,7 @@ Inheritance diagram for moExponentialCoolingSchedule: - + @@ -68,11 +58,13 @@ double 

Public Member Functions

 Simple constructor.
bool operator() (double &_temperature)
 Function which proceeds to the cooling.
 Function which proceeds to the cooling.

Private Attributes

double threshold
 The decreasing factor of the temperature.


Detailed Description

-One of the possible moCoolingSchedule. +One of the possible moCoolingSchedule.

An other very simple cooling schedule, the temperature decrease according to a ratio while the temperature is greater than a given threshold. -

Definition at line 46 of file moExponentialCoolingSchedule.h.

-

Constructor & Destructor Documentation

+

+ +

+Definition at line 46 of file moExponentialCoolingSchedule.h.


Constructor & Destructor Documentation

@@ -108,8 +100,8 @@ Simple constructor. -

Definition at line 55 of file moExponentialCoolingSchedule.h.

- +

+Definition at line 55 of file moExponentialCoolingSchedule.h.


Member Function Documentation

@@ -123,14 +115,14 @@ Simple constructor. double &  _temperature  )  - [inline, virtual] + [inline]

-Function which proceeds to the cooling. +Function which proceeds to the cooling.

It decreases the temperature and indicates if it is greater than the threshold.

Parameters:
@@ -138,20 +130,18 @@ It decreases the temperature and indicates if it is greater than the threshold.< _temperature the current temperature.
-
Returns:
if the new temperature (current temperature * ratio) is greater than the threshold.
- -

Implements eoUF< double &, bool >.

- -

Definition at line 65 of file moExponentialCoolingSchedule.h.

- -

References ratio, and threshold.

+
Returns:
if the new temperature (current temperature * ratio) is greater than the threshold.
+

+Definition at line 65 of file moExponentialCoolingSchedule.h. +

+References ratio, and threshold.


The documentation for this class was generated from the following file: -
Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +
Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
+doxygen 1.4.7
diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_exponential_cooling_schedule.png b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_exponential_cooling_schedule.png index 02c711475..889062daa 100644 Binary files a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_exponential_cooling_schedule.png and b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_exponential_cooling_schedule.png differ diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_first_impr_select-members.html b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_first_impr_select-members.html index 788c44ce0..164c53aa4 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_first_impr_select-members.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_first_impr_select-members.html @@ -1,14 +1,14 @@ - -ParadisEO-MOMovingObjects: Member List + +ParadisEO-MO-MovingObjects: Member List - +
-
+
-
+

moFirstImprSelect< M > Member List

This is the complete list of members for moFirstImprSelect< M >, including all inherited members.

- - + - - -
best_fitnessmoFirstImprSelect< M > [private]
best_movemoFirstImprSelect< M > [private]
Fitness typedefmoFirstImprSelect< M >
functor_category()eoBF< M &, M::EOType::Fitness &, void > [static]
init(const Fitness &_fitness)moFirstImprSelect< M > [inline, virtual]
initial_fitnessmoFirstImprSelect< M > [private]
operator()(M &_move, Fitness &_fitness)moFirstImprSelect< M > [inline, virtual]
operator()(M &_move, Fitness &_fitness)moFirstImprSelect< M > [inline]
update(const M &_move, const Fitness &_fitness)moFirstImprSelect< M > [inline, virtual]
validmoFirstImprSelect< M > [private]
~eoBF()eoBF< M &, M::EOType::Fitness &, void > [virtual]
~eoFunctorBase()eoFunctorBase [virtual]


Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +
Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
+doxygen 1.4.7
diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_first_impr_select.html b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_first_impr_select.html index 9a3b79ad4..d63544eb9 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_first_impr_select.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_first_impr_select.html @@ -1,14 +1,14 @@ - -ParadisEO-MOMovingObjects: moFirstImprSelect< M > Class Template Reference + +ParadisEO-MO-MovingObjects: moFirstImprSelect< M > Class Template Reference - +
-
+
-
-

moFirstImprSelect< M > Class Template Reference

One possible moMoveSelect. + +

moFirstImprSelect< M > Class Template Reference

One possible moMoveSelect. More...

#include <moFirstImprSelect.h>

-

-Inheritance diagram for moFirstImprSelect< M >:
-
- +

Inheritance diagram for moFirstImprSelect< M >:

-moMoveSelect< M > -eoBF< M &, M::EOType::Fitness &, void > -eoFunctorBase +moMoveSelect< M > -
- -

List of all members. @@ -61,7 +51,7 @@ typedef M::EOType::Fitness  - + @@ -87,11 +77,13 @@ M  - +

Public Types

 Procedure which initialise the exploration.
bool update (const M &_move, const Fitness &_fitness)
 Function that indicates if the current move has not improved the fitness.
 Function that indicates if the current move has not improved the fitness.
void operator() (M &_move, Fitness &_fitness)
 Procedure which saved the best move and fitness.
moMoveSelect. +One possible moMoveSelect.

The neighborhood is explored until a move enables an improvment of the current solution. -

Definition at line 48 of file moFirstImprSelect.h.

-

Member Function Documentation

+

+ +

+Definition at line 48 of file moFirstImprSelect.h.


Member Function Documentation

@@ -119,12 +111,12 @@ It save the current fitness as the initial value for the fitness.
-

Implements moMoveSelect< M >.

- -

Definition at line 60 of file moFirstImprSelect.h.

- -

References moFirstImprSelect< M >::initial_fitness, and moFirstImprSelect< M >::valid.

- +

+Implements moMoveSelect< M >. +

+Definition at line 60 of file moFirstImprSelect.h. +

+References moFirstImprSelect< M >::initial_fitness, and moFirstImprSelect< M >::valid.

@@ -155,23 +147,23 @@ template<class M>

-Function that indicates if the current move has not improved the fitness. +Function that indicates if the current move has not improved the fitness.

-If the given fitness enables an improvment, the move (moMove) should be applied to the current solution.

+If the given fitness enables an improvment, the move (moMove) should be applied to the current solution.

Parameters:
_move a move.
_fitness a fitness linked to the move.
-
Returns:
true if the move does not improve the fitness.
- -

Implements moMoveSelect< M >.

- -

Definition at line 75 of file moFirstImprSelect.h.

- -

References moFirstImprSelect< M >::best_fitness, moFirstImprSelect< M >::best_move, moFirstImprSelect< M >::initial_fitness, and moFirstImprSelect< M >::valid.

+
Returns:
true if the move does not improve the fitness.
+

+Implements moMoveSelect< M >. +

+Definition at line 75 of file moFirstImprSelect.h. +

+References moFirstImprSelect< M >::best_fitness, moFirstImprSelect< M >::best_move, moFirstImprSelect< M >::initial_fitness, and moFirstImprSelect< M >::valid.

@@ -195,7 +187,7 @@ template<class M>

) [inline, virtual] [inline]
@@ -211,18 +203,16 @@ Procedure which saved the best move and fitness. -

Implements eoBF< M &, M::EOType::Fitness &, void >.

- -

Definition at line 96 of file moFirstImprSelect.h.

- -

References moFirstImprSelect< M >::best_fitness, moFirstImprSelect< M >::best_move, and moFirstImprSelect< M >::valid.

- +

+Definition at line 96 of file moFirstImprSelect.h. +

+References moFirstImprSelect< M >::best_fitness, moFirstImprSelect< M >::best_move, and moFirstImprSelect< M >::valid.


The documentation for this class was generated from the following file: -
Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +
Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
+doxygen 1.4.7
diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_first_impr_select.png b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_first_impr_select.png index a2a1234c8..d7c432afc 100644 Binary files a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_first_impr_select.png and b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_first_impr_select.png differ diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_fit_comparator-members.html b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_fit_comparator-members.html index 9f572187e..3bee76dde 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_fit_comparator-members.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_fit_comparator-members.html @@ -1,14 +1,14 @@ - -ParadisEO-MOMovingObjects: Member List + +ParadisEO-MO-MovingObjects: Member List - +
-
+
-
+

moFitComparator< EOT > Member List

This is the complete list of members for moFitComparator< EOT >, including all inherited members.

- - - - -
functor_category()eoBF< A1, A2, R > [static]
operator()(const EOT &_solution1, const EOT &_solution2)moFitComparator< EOT > [inline]
moComparator::operator()(A1, A2)=0eoBF< A1, A2, R > [pure virtual]
~eoBF()eoBF< A1, A2, R > [virtual]
~eoFunctorBase()eoFunctorBase [virtual]


Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +
Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
+doxygen 1.4.7
diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_fit_comparator.html b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_fit_comparator.html index c4c39bdab..633cb0f54 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_fit_comparator.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_fit_comparator.html @@ -1,14 +1,14 @@ - -ParadisEO-MOMovingObjects: moFitComparator< EOT > Class Template Reference + +ParadisEO-MO-MovingObjects: moFitComparator< EOT > Class Template Reference - +
-
+
-
+

moFitComparator< EOT > Class Template Reference

Comparison according to the fitness. More...

#include <moFitComparator.h>

-

-Inheritance diagram for moFitComparator< EOT >:
-
- +

Inheritance diagram for moFitComparator< EOT >:

-moComparator< EOT > -eoBF< A1, A2, R > -eoFunctorBase +moComparator< EOT > -
- -

List of all members. - +

Public Member Functions

bool operator() (const EOT &_solution1, const EOT &_solution2)
 Function which makes the comparison and gives the result.
 Function which makes the comparison and gives the result.


Detailed Description

template<class EOT>
@@ -62,8 +52,10 @@ Inheritance diagram for moFitComparator< EOT >: Comparison according to the fitness.

An EOT is better than an other if its fitness is better. -

Definition at line 46 of file moFitComparator.h.

-

Member Function Documentation

+

+ +

+Definition at line 46 of file moFitComparator.h.


Member Function Documentation

@@ -92,7 +84,7 @@ template<class EOT>

-Function which makes the comparison and gives the result. +Function which makes the comparison and gives the result.

Parameters:
@@ -100,16 +92,16 @@ template<class EOT>
_solution2 The second solution.
-
Returns:
true if the fitness of the first solution is better than the second solution, false else.
- -

Definition at line 56 of file moFitComparator.h.

+
Returns:
true if the fitness of the first solution is better than the second solution, false else.
+

+Definition at line 56 of file moFitComparator.h.


The documentation for this class was generated from the following file: -
Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +
Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
+doxygen 1.4.7
diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_fit_comparator.png b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_fit_comparator.png index 38eca919c..f9345d24c 100644 Binary files a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_fit_comparator.png and b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_fit_comparator.png differ diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_fit_sol_continue-members.html b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_fit_sol_continue-members.html index daac51b4b..2d66908a0 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_fit_sol_continue-members.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_fit_sol_continue-members.html @@ -1,14 +1,14 @@ - -ParadisEO-MOMovingObjects: Member List + +ParadisEO-MO-MovingObjects: Member List - +
-
+
-
+

moFitSolContinue< EOT > Member List

This is the complete list of members for moFitSolContinue< EOT >, including all inherited members.

- - - - -
Fitness typedefmoFitSolContinue< EOT >
fitnessmoFitSolContinue< EOT > [private]
functor_category()eoUF< const EOT &, bool > [static]
init()moFitSolContinue< EOT > [inline, virtual]
moFitSolContinue(Fitness _fitness)moFitSolContinue< EOT > [inline]
operator()(const EOT &_solution)moFitSolContinue< EOT > [inline, virtual]
~eoFunctorBase()eoFunctorBase [virtual]
~eoUF()eoUF< const EOT &, bool > [virtual]


Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  + operator()(const EOT &_solution)moFitSolContinue< EOT > [inline] +
Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
+doxygen 1.4.7
diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_fit_sol_continue.html b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_fit_sol_continue.html index 154e7f05d..57f207c7a 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_fit_sol_continue.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_fit_sol_continue.html @@ -1,14 +1,14 @@ - -ParadisEO-MOMovingObjects: moFitSolContinue< EOT > Class Template Reference + +ParadisEO-MO-MovingObjects: moFitSolContinue< EOT > Class Template Reference - +
-
+
-
+

moFitSolContinue< EOT > Class Template Reference

One possible stop criterion for a solution-based heuristic. More...

#include <moFitSolContinue.h>

-

-Inheritance diagram for moFitSolContinue< EOT >:
-
- +

Inheritance diagram for moFitSolContinue< EOT >:

-moSolContinue< EOT > -eoUF< const EOT &, bool > -eoFunctorBase +moSolContinue< EOT > -
- -

List of all members. @@ -61,7 +51,7 @@ typedef EOT::Fitness  - + @@ -78,8 +68,10 @@ typedef EOT::Fitness 

Public Types

 Basic constructor.
bool operator() (const EOT &_solution)
 Function that activates the stopping criterion.
 Function that activates the stopping criterion.
void init ()
 Procedure which allows to initialise all the stuff needed.
The stop criterion corresponds to a fitness threshold gained. -

Definition at line 46 of file moFitSolContinue.h.

-

Constructor & Destructor Documentation

+

+ +

+Definition at line 46 of file moFitSolContinue.h.


Constructor & Destructor Documentation

@@ -107,8 +99,8 @@ Basic constructor.
-

Definition at line 57 of file moFitSolContinue.h.

- +

+Definition at line 57 of file moFitSolContinue.h.


Member Function Documentation

@@ -124,14 +116,14 @@ template<class EOT> const EOT &  _solution  )  - [inline, virtual] + [inline]

-Function that activates the stopping criterion. +Function that activates the stopping criterion.

Indicates if the fitness threshold has not yet been reached.

Parameters:
@@ -139,14 +131,12 @@ Indicates if the fitness threshold has not yet been reached.

_solution the current solution.

-
Returns:
true or false according to the value of the fitness.
- -

Implements eoUF< const EOT &, bool >.

- -

Definition at line 67 of file moFitSolContinue.h.

- -

References moFitSolContinue< EOT >::fitness.

+
Returns:
true or false according to the value of the fitness.
+

+Definition at line 67 of file moFitSolContinue.h. +

+References moFitSolContinue< EOT >::fitness.

@@ -170,16 +160,16 @@ template<class EOT> Procedure which allows to initialise all the stuff needed.

It can be also used to reinitialize all the needed things. -

Implements moSolContinue< EOT >.

- -

Definition at line 81 of file moFitSolContinue.h.

- +

+Implements moSolContinue< EOT >. +

+Definition at line 81 of file moFitSolContinue.h.


The documentation for this class was generated from the following file: -
Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +
Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
+doxygen 1.4.7
diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_fit_sol_continue.png b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_fit_sol_continue.png index 76c36e46c..84c76d5a4 100644 Binary files a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_fit_sol_continue.png and b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_fit_sol_continue.png differ diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_gen_sol_continue-members.html b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_gen_sol_continue-members.html index bbee03155..f39e34a6a 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_gen_sol_continue-members.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_gen_sol_continue-members.html @@ -1,14 +1,14 @@ - -ParadisEO-MOMovingObjects: Member List + +ParadisEO-MO-MovingObjects: Member List - +
-
+
-
+

moGenSolContinue< EOT > Member List

This is the complete list of members for moGenSolContinue< EOT >, including all inherited members.

- - - - -
functor_category()eoUF< const EOT &, bool > [static]
generationMaximumNumbermoGenSolContinue< EOT > [private]
generationNumbermoGenSolContinue< EOT > [private]
init()moGenSolContinue< EOT > [inline, virtual]
moGenSolContinue(unsigned int _generationMaximumNumber)moGenSolContinue< EOT > [inline]
operator()(const EOT &_solution)moGenSolContinue< EOT > [inline, virtual]
~eoFunctorBase()eoFunctorBase [virtual]
~eoUF()eoUF< const EOT &, bool > [virtual]


Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  + operator()(const EOT &_solution)moGenSolContinue< EOT > [inline] +
Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
+doxygen 1.4.7
diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_gen_sol_continue.html b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_gen_sol_continue.html index e53845199..2d01d2cea 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_gen_sol_continue.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_gen_sol_continue.html @@ -1,14 +1,14 @@ - -ParadisEO-MOMovingObjects: moGenSolContinue< EOT > Class Template Reference + +ParadisEO-MO-MovingObjects: moGenSolContinue< EOT > Class Template Reference - +
-
+
-
+

moGenSolContinue< EOT > Class Template Reference

One possible stop criterion for a solution-based heuristic. More...

#include <moGenSolContinue.h>

-

-Inheritance diagram for moGenSolContinue< EOT >:
-
- +

Inheritance diagram for moGenSolContinue< EOT >:

-moSolContinue< EOT > -eoUF< const EOT &, bool > -eoFunctorBase +moSolContinue< EOT > -
- -

List of all members. @@ -56,7 +46,7 @@ Inheritance diagram for moGenSolContinue< EOT >: - + @@ -77,8 +67,10 @@ unsigned int 

Public Member Functions

 Simple constructor.
bool operator() (const EOT &_solution)
 Function that activates the stop criterion.
 Function that activates the stop criterion.
void init ()
 Procedure which allows to initialise the generation counter.
The stop criterion corresponds to a maximum number of iteration. -

Definition at line 46 of file moGenSolContinue.h.

-

Constructor & Destructor Documentation

+

+ +

+Definition at line 46 of file moGenSolContinue.h.


Constructor & Destructor Documentation

@@ -106,8 +98,8 @@ Simple constructor.
-

Definition at line 54 of file moGenSolContinue.h.

- +

+Definition at line 54 of file moGenSolContinue.h.


Member Function Documentation

@@ -123,14 +115,14 @@ template<class EOT> const EOT &  _solution  )  - [inline, virtual] + [inline]

-Function that activates the stop criterion. +Function that activates the stop criterion.

Increments the counter and returns TRUE if the current number of iteration is lower than the given maximum number of iterations.

Parameters:
@@ -138,14 +130,12 @@ Increments the counter and returns TRUE if the current number of iteration is lo _solution The current solution.
-
Returns:
true or false according to the current generation number.
- -

Implements eoUF< const EOT &, bool >.

- -

Definition at line 66 of file moGenSolContinue.h.

- -

References moGenSolContinue< EOT >::generationMaximumNumber, and moGenSolContinue< EOT >::generationNumber.

+
Returns:
true or false according to the current generation number.
+

+Definition at line 66 of file moGenSolContinue.h. +

+References moGenSolContinue< EOT >::generationMaximumNumber, and moGenSolContinue< EOT >::generationNumber.

@@ -169,18 +159,18 @@ template<class EOT> Procedure which allows to initialise the generation counter.

It can also be used to reset the iteration counter. -

Implements moSolContinue< EOT >.

- -

Definition at line 78 of file moGenSolContinue.h.

- -

References moGenSolContinue< EOT >::generationNumber.

- +

+Implements moSolContinue< EOT >. +

+Definition at line 78 of file moGenSolContinue.h. +

+References moGenSolContinue< EOT >::generationNumber.


The documentation for this class was generated from the following file: -
Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +
Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
+doxygen 1.4.7
diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_gen_sol_continue.png b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_gen_sol_continue.png index b40e34991..571c39c65 100644 Binary files a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_gen_sol_continue.png and b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_gen_sol_continue.png differ diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_h_c-members.html b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_h_c-members.html index 08ca515b3..abab40dc4 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_h_c-members.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_h_c-members.html @@ -1,14 +1,14 @@ - -ParadisEO-MOMovingObjects: Member List + +ParadisEO-MO-MovingObjects: Member List - +
-
+
-
+

moHC< M > Member List

This is the complete list of members for moHC< M >, including all inherited members.

- - - - - - - - - - - - - - - -
binaryeoOp< EOType >
className() consteoMonOp< M::EOType > [virtual]
eoMonOp()eoMonOp< M::EOType >
eoOp(OpType _type)eoOp< EOType >
eoOp(const eoOp &_eop)eoOp< EOType >
EOT typedefmoHC< M > [private]
Fitness typedefmoHC< M > [private]
full_evaluationmoHC< M > [private]
functor_category()eoUF< M::EOType &, bool > [static]
generaleoOp< EOType >
getType() consteoOp< EOType >
moHC(moMoveInit< M > &_move_initializer, moNextMove< M > &_next_move_generator, moMoveIncrEval< M > &_incremental_evaluation, moMoveSelect< M > &_move_selection, eoEvalFunc< EOT > &_full_evaluation)moHC< M > [inline]
moHC(moMoveExpl< M > &_move_explorer, eoEvalFunc< EOT > &_full_evaluation)moHC< M > [inline]
move_explorermoHC< M > [private]
operator()(EOT &_solution)moHC< M > [inline, virtual]
OpType enum nameeoOp< EOType >
quadraticeoOp< EOType >
unaryeoOp< EOType >
~eoFunctorBase()eoFunctorBase [virtual]
~eoOp()eoOp< EOType > [virtual]
~eoUF()eoUF< M::EOType &, bool > [virtual]


Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  + operator()(EOT &_solution)moHC< M > [inline] +
Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
+doxygen 1.4.7
diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_h_c.html b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_h_c.html index 8a731042e..17ef10de1 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_h_c.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_h_c.html @@ -1,14 +1,14 @@ - -ParadisEO-MOMovingObjects: moHC< M > Class Template Reference + +ParadisEO-MO-MovingObjects: moHC< M > Class Template Reference - +
-
+
-
+

moHC< M > Class Template Reference

Hill Climbing (HC). More...

#include <moHC.h> -

-Inherits moAlgo< M::EOType >. -

-

List of all members. - + - + - + @@ -66,7 +60,7 @@ typedef EOT::Fitness  +eoEvalFunc< EOT > & 

Public Member Functions

 moHC (moMoveInit< M > &_move_initializer, moNextMove< M > &_next_move_generator, moMoveIncrEval< M > &_incremental_evaluation, moMoveSelect< M > &_move_selection, eoEvalFunc< EOT > &_full_evaluation)
 moHC (moMoveInit< M > &_move_initializer, moNextMove< M > &_next_move_generator, moMoveIncrEval< M > &_incremental_evaluation, moMoveSelect< M > &_move_selection, eoEvalFunc< EOT > &_full_evaluation)
 Full constructor.
 moHC (moMoveExpl< M > &_move_explorer, eoEvalFunc< EOT > &_full_evaluation)
 moHC (moMoveExpl< M > &_move_explorer, eoEvalFunc< EOT > &_full_evaluation)
 Light constructor.
bool operator() (EOT &_solution)
 Function which launches the HC.
 Function which launches the HC.

Private Types

typedef M::EOType EOT
 Complete exploration of the neighborhood.
-eoEvalFunc< EOT > & full_evaluation
full_evaluation
 A full evaluation function.
@@ -77,8 +71,10 @@ typedef EOT::Fitness  Class which describes the algorithm for a hill climbing. -

Definition at line 49 of file moHC.h.

-

Constructor & Destructor Documentation

+

+ +

+Definition at line 49 of file moHC.h.


Constructor & Destructor Documentation

@@ -112,7 +108,7 @@ template<class M>
- eoEvalFunc< EOT > &  + eoEvalFunc< EOT > &  _full_evaluation  @@ -127,7 +123,7 @@ template<class M>

Full constructor.

-All the boxes are given in order the HC to use a moHCMoveLoopExpl.

+All the boxes are given in order the HC to use a moHCMoveLoopExpl.

Parameters:
@@ -138,8 +134,8 @@ All the boxes are given in order the HC to use a 69 of file moHC.h.

- +

+Definition at line 69 of file moHC.h.

@@ -157,7 +153,7 @@ template<class M>

- + @@ -172,7 +168,7 @@ template<class M>

Light constructor.

-This constructor allow to use another moMoveExpl (generally not a moHCMoveLoopExpl).

+This constructor allow to use another moMoveExpl (generally not a moHCMoveLoopExpl).

Parameters:
_move_initializer a move initialiser.
eoEvalFunc< EOT > & eoEvalFunc< EOT > &  _full_evaluation 
@@ -180,8 +176,8 @@ This constructor allow to use another 82 of file moHC.h.

- +

+Definition at line 82 of file moHC.h.


Member Function Documentation

@@ -197,35 +193,33 @@ template<class M> - +
_move_explorer a complete explorer.
EOT _solution  )  [inline, virtual] [inline]

-Function which launches the HC. +Function which launches the HC.

-The HC has to improve a current solution. As the moSA and the mo TS, it can be used for HYBRIDATION in an evolutionnary algorithm.

+The HC has to improve a current solution. As the moSA and the mo TS, it can be used for HYBRIDATION in an evolutionnary algorithm.

Parameters:
_solution a current solution to improve.
-
Returns:
true.
- -

Implements eoUF< M::EOType &, bool >.

- -

Definition at line 94 of file moHC.h.

- -

References moHC< M >::full_evaluation, and moHC< M >::move_explorer.

+
Returns:
true.
+

+Definition at line 94 of file moHC.h. +

+References moHC< M >::full_evaluation, and moHC< M >::move_explorer.


The documentation for this class was generated from the following file: -
Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +
Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
+doxygen 1.4.7
diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_h_c_move_loop_expl-members.html b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_h_c_move_loop_expl-members.html index c8d5d9da2..c803ad5ef 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_h_c_move_loop_expl-members.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_h_c_move_loop_expl-members.html @@ -1,14 +1,14 @@ - -ParadisEO-MOMovingObjects: Member List + +ParadisEO-MO-MovingObjects: Member List - +
-
+ +

moHCMoveLoopExpl< M > Member List

This is the complete list of members for moHCMoveLoopExpl< M >, including all inherited members.

- - - - -
EOT typedefmoHCMoveLoopExpl< M > [private]
Fitness typedefmoHCMoveLoopExpl< M > [private]
functor_category()eoBF< const M::EOType &, M::EOType &, void > [static]
incremental_evaluationmoHCMoveLoopExpl< M > [private]
moHCMoveLoopExpl(moMoveInit< M > &_move_initializer, moNextMove< M > &_next_move_generator, moMoveIncrEval< M > &_incremental_evaluation, moMoveSelect< M > &_move_selection)moHCMoveLoopExpl< M > [inline]
move_initializermoHCMoveLoopExpl< M > [private]
move_selectionmoHCMoveLoopExpl< M > [private]
next_move_generatormoHCMoveLoopExpl< M > [private]
operator()(const EOT &_old_solution, EOT &_new_solution)moHCMoveLoopExpl< M > [inline, virtual]
~eoBF()eoBF< const M::EOType &, M::EOType &, void > [virtual]
~eoFunctorBase()eoFunctorBase [virtual]


Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  + operator()(const EOT &_old_solution, EOT &_new_solution)moHCMoveLoopExpl< M > [inline] +
Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
+doxygen 1.4.7
diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_h_c_move_loop_expl.html b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_h_c_move_loop_expl.html index c3a9848bf..7a8571ce0 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_h_c_move_loop_expl.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_h_c_move_loop_expl.html @@ -1,14 +1,14 @@ - -ParadisEO-MOMovingObjects: moHCMoveLoopExpl< M > Class Template Reference + +ParadisEO-MO-MovingObjects: moHCMoveLoopExpl< M > Class Template Reference - +
-
+ -

moHCMoveLoopExpl< M > Class Template Reference

Iterative explorer used by a moHC. + +

moHCMoveLoopExpl< M > Class Template Reference

Iterative explorer used by a moHC. More...

#include <moHCMoveLoopExpl.h>

-

-Inheritance diagram for moHCMoveLoopExpl< M >:
-
- +

Inheritance diagram for moHCMoveLoopExpl< M >:

-moMoveLoopExpl< M > -moMoveExpl< M > -eoBF< const M::EOType &, M::EOType &, void > -eoFunctorBase +moMoveLoopExpl< M > +moMoveExpl< M > -
- -

List of all members. @@ -89,9 +79,11 @@ typedef M::EOType::Fitness 

Public Member Functions

template<class M>
class moHCMoveLoopExpl< M > -Iterative explorer used by a
moHC. -

Definition at line 47 of file moHCMoveLoopExpl.h.

-

Constructor & Destructor Documentation

+Iterative explorer used by a moHC. +

+ +

+Definition at line 47 of file moHCMoveLoopExpl.h.


Constructor & Destructor Documentation

@@ -144,8 +136,8 @@ All the boxes have to be specified.

-

Definition at line 66 of file moHCMoveLoopExpl.h.

- +

+Definition at line 66 of file moHCMoveLoopExpl.h.


Member Function Documentation

@@ -170,7 +162,7 @@ template<class M> ) - [inline, virtual] + [inline] @@ -187,18 +179,16 @@ The exploration starts from an old solution and provides a new solution.

-

Implements eoBF< const M::EOType &, M::EOType &, void >.

- -

Definition at line 79 of file moHCMoveLoopExpl.h.

- -

References moHCMoveLoopExpl< M >::incremental_evaluation, moHCMoveLoopExpl< M >::move_initializer, moHCMoveLoopExpl< M >::move_selection, and moHCMoveLoopExpl< M >::next_move_generator.

- +

+Definition at line 79 of file moHCMoveLoopExpl.h. +

+References moHCMoveLoopExpl< M >::incremental_evaluation, moHCMoveLoopExpl< M >::move_initializer, moHCMoveLoopExpl< M >::move_selection, and moHCMoveLoopExpl< M >::next_move_generator.


The documentation for this class was generated from the following file: -
Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +
Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
+doxygen 1.4.7
diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_h_c_move_loop_expl.png b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_h_c_move_loop_expl.png index 8c76fd46e..52db31402 100644 Binary files a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_h_c_move_loop_expl.png and b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_h_c_move_loop_expl.png differ diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_i_l_s-members.html b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_i_l_s-members.html index d460e67e5..57dcee02e 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_i_l_s-members.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_i_l_s-members.html @@ -1,14 +1,14 @@ - -ParadisEO-MOMovingObjects: Member List + +ParadisEO-MO-MovingObjects: Member List - +
-
+
-
+

moILS< M > Member List

This is the complete list of members for moILS< M >, including all inherited members.

- - - - - - - - - - + - - - - - -
acceptance_criterionmoILS< M > [private]
algorithmmoILS< M > [private]
binaryeoOp< EOType >
className() consteoMonOp< M::EOType > [virtual]
continumoILS< M > [private]
eoMonOp()eoMonOp< M::EOType >
eoOp(OpType _type)eoOp< EOType >
eoOp(const eoOp &_eop)eoOp< EOType >
EOT typedefmoILS< M > [private]
Fitness typedefmoILS< M > [private]
full_evaluationmoILS< M > [private]
functor_category()eoUF< M::EOType &, bool > [static]
generaleoOp< EOType >
getType() consteoOp< EOType >
moILS(moAlgo< EOT > &_algorithm, moSolContinue< EOT > &_continue, moComparator< EOT > &_acceptance_criterion, eoMonOp< EOT > &_perturbation, eoEvalFunc< EOT > &_full_evaluation)moILS< M > [inline]
moILS(moMoveInit< M > &_move_initializer, moNextMove< M > &_next_move_generator, moMoveIncrEval< M > &_incremental_evaluation, moMoveSelect< M > &_move_selection, moSolContinue< EOT > &_continue, moComparator< EOT > &_acceptance_criterion, eoMonOp< EOT > &_perturbation, eoEvalFunc< EOT > &_full_evaluation)moILS< M > [inline]
moILS(moMoveInit< M > &_move_initializer, moNextMove< M > &_next_move_generator, moMoveIncrEval< M > &_incremental_evaluation, moTabuList< M > &_tabu_list, moAspirCrit< M > &_aspiration_criterion, moSolContinue< EOT > &_moTS_continue, moSolContinue< EOT > &_continue, moComparator< EOT > &_acceptance_criterion, eoMonOp< EOT > &_perturbation, eoEvalFunc< EOT > &_full_evaluation)moILS< M > [inline]
moILS(moRandMove< M > &_random_move_generator, moMoveIncrEval< M > &_incremental_evaluation, moSolContinue< EOT > &_moSA_continue, double _initial_temperature, moCoolingSchedule &_cooling_schedule, moSolContinue< EOT > &_continue, moComparator< EOT > &_acceptance_criterion, eoMonOp< EOT > &_perturbation, eoEvalFunc< EOT > &_full_evaluation)moILS< M > [inline]
operator()(EOT &_solution)moILS< M > [inline, virtual]
OpType enum nameeoOp< EOType >
operator()(EOT &_solution)moILS< M > [inline]
perturbationmoILS< M > [private]
quadraticeoOp< EOType >
unaryeoOp< EOType >
~eoFunctorBase()eoFunctorBase [virtual]
~eoOp()eoOp< EOType > [virtual]
~eoUF()eoUF< M::EOType &, bool > [virtual]


Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +
Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
+doxygen 1.4.7
diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_i_l_s.html b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_i_l_s.html index 646c31b74..9d5910e61 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_i_l_s.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_i_l_s.html @@ -1,14 +1,14 @@ - -ParadisEO-MOMovingObjects: moILS< M > Class Template Reference + +ParadisEO-MO-MovingObjects: moILS< M > Class Template Reference - +
-
+
-
+

moILS< M > Class Template Reference

Iterated Local Search (ILS). More...

#include <moILS.h> -

-Inherits moAlgo< M::EOType >. -

-

List of all members. - + - + - - + + - - + + - + - + @@ -80,11 +74,11 @@ typedef EOT::Fitness  +eoMonOp< EOT > &  +eoEvalFunc< EOT > & 

Public Member Functions

 moILS (moAlgo< EOT > &_algorithm, moSolContinue< EOT > &_continue, moComparator< EOT > &_acceptance_criterion, eoMonOp< EOT > &_perturbation, eoEvalFunc< EOT > &_full_evaluation)
 moILS (moAlgo< EOT > &_algorithm, moSolContinue< EOT > &_continue, moComparator< EOT > &_acceptance_criterion, eoMonOp< EOT > &_perturbation, eoEvalFunc< EOT > &_full_evaluation)
 Generic constructor.
 moILS (moMoveInit< M > &_move_initializer, moNextMove< M > &_next_move_generator, moMoveIncrEval< M > &_incremental_evaluation, moMoveSelect< M > &_move_selection, moSolContinue< EOT > &_continue, moComparator< EOT > &_acceptance_criterion, eoMonOp< EOT > &_perturbation, eoEvalFunc< EOT > &_full_evaluation)
 moILS (moMoveInit< M > &_move_initializer, moNextMove< M > &_next_move_generator, moMoveIncrEval< M > &_incremental_evaluation, moMoveSelect< M > &_move_selection, moSolContinue< EOT > &_continue, moComparator< EOT > &_acceptance_criterion, eoMonOp< EOT > &_perturbation, eoEvalFunc< EOT > &_full_evaluation)
 Constructor for using a moHC for the moAlgo.
 moILS (moMoveInit< M > &_move_initializer, moNextMove< M > &_next_move_generator, moMoveIncrEval< M > &_incremental_evaluation, moTabuList< M > &_tabu_list, moAspirCrit< M > &_aspiration_criterion, moSolContinue< EOT > &_moTS_continue, moSolContinue< EOT > &_continue, moComparator< EOT > &_acceptance_criterion, eoMonOp< EOT > &_perturbation, eoEvalFunc< EOT > &_full_evaluation)
 Constructor for using a moHC for the moAlgo.
 moILS (moMoveInit< M > &_move_initializer, moNextMove< M > &_next_move_generator, moMoveIncrEval< M > &_incremental_evaluation, moTabuList< M > &_tabu_list, moAspirCrit< M > &_aspiration_criterion, moSolContinue< EOT > &_moTS_continue, moSolContinue< EOT > &_continue, moComparator< EOT > &_acceptance_criterion, eoMonOp< EOT > &_perturbation, eoEvalFunc< EOT > &_full_evaluation)
 Constructor for using a moTS for the moAlgo.
 moILS (moRandMove< M > &_random_move_generator, moMoveIncrEval< M > &_incremental_evaluation, moSolContinue< EOT > &_moSA_continue, double _initial_temperature, moCoolingSchedule &_cooling_schedule, moSolContinue< EOT > &_continue, moComparator< EOT > &_acceptance_criterion, eoMonOp< EOT > &_perturbation, eoEvalFunc< EOT > &_full_evaluation)
 Constructor for using a moTS for the moAlgo.
 moILS (moRandMove< M > &_random_move_generator, moMoveIncrEval< M > &_incremental_evaluation, moSolContinue< EOT > &_moSA_continue, double _initial_temperature, moCoolingSchedule &_cooling_schedule, moSolContinue< EOT > &_continue, moComparator< EOT > &_acceptance_criterion, eoMonOp< EOT > &_perturbation, eoEvalFunc< EOT > &_full_evaluation)
 Constructor for using a moSA for the moAlgo.
 Constructor for using a moSA for the moAlgo.
bool operator() (EOT &_solution)
 Function which launches the ILS.
 Function which launches the ILS.

Private Types

typedef M::EOType EOT
 The acceptance criterion.
-eoMonOp< EOT > & perturbation
perturbation
 The perturbation generator.
-eoEvalFunc< EOT > & full_evaluation
full_evaluation
 The full evaluation function.
@@ -95,8 +89,10 @@ typedef EOT::Fitness  Class which describes the algorithm for a iterated local search. -

Definition at line 50 of file moILS.h.

-

Constructor & Destructor Documentation

+

+ +

+Definition at line 50 of file moILS.h.


Constructor & Destructor Documentation

@@ -124,13 +120,13 @@ template<class M>
- eoMonOp< EOT > &  + eoMonOp< EOT > &  _perturbation, - eoEvalFunc< EOT > &  + eoEvalFunc< EOT > &  _full_evaluation  @@ -145,7 +141,7 @@ template<class M>

Generic constructor.

-Generic constructor using a moAlgo

+Generic constructor using a moAlgo

Parameters:
@@ -156,8 +152,8 @@ Generic constructor using a 70 of file moILS.h.

- +

+Definition at line 70 of file moILS.h.

@@ -205,13 +201,13 @@ template<class M>

- + - + @@ -224,14 +220,14 @@ template<class M>

-Constructor for using a moHC for the moAlgo. +Constructor for using a moHC for the moAlgo.

Parameters:
_algorithm The solution based heuristic to use.
eoMonOp< EOT > & eoMonOp< EOT > &  _perturbation,
eoEvalFunc< EOT > & eoEvalFunc< EOT > &  _full_evaluation 
- - - - + + + + @@ -239,8 +235,8 @@ Constructor for using a 87 of file moILS.h.

- +

+Definition at line 87 of file moILS.h.

@@ -300,13 +296,13 @@ template<class M>

- + - + @@ -319,16 +315,16 @@ template<class M>

-Constructor for using a moTS for the moAlgo. +Constructor for using a moTS for the moAlgo.

Parameters:
_move_initializer The move initialisation (for the moHC).
_next_move_generator The move generator (for the moHC).
_incremental_evaluation The partial evaluation function (for the moHC).
_move_selection The move selection strategy (for the moHC).
_move_initializer The move initialisation (for the moHC).
_next_move_generator The move generator (for the moHC).
_incremental_evaluation The partial evaluation function (for the moHC).
_move_selection The move selection strategy (for the moHC).
_continue The stopping criterion.
_acceptance_criterion The acceptance criterion.
_perturbation The pertubation generator.
eoMonOp< EOT > & eoMonOp< EOT > &  _perturbation,
eoEvalFunc< EOT > & eoEvalFunc< EOT > &  _full_evaluation 
- - - - - - + + + + + + @@ -336,8 +332,8 @@ Constructor for using a 108 of file moILS.h.

- +

+Definition at line 108 of file moILS.h.

@@ -391,13 +387,13 @@ template<class M>

- + - + @@ -410,15 +406,15 @@ template<class M>

-Constructor for using a moSA for the moAlgo. +Constructor for using a moSA for the moAlgo.

Parameters:
_move_initializer The move initialisation (for the moTS).
_next_move_generator The move generator (for the moTS).
_incremental_evaluation The partial evaluation function (for the moTS).
_tabu_list The tabu list (for the moTS !!!!).
_aspiration_criterion The aspiration criterion (for the moTS).
_moTS_continue The stopping criterion (for the moTS).
_move_initializer The move initialisation (for the moTS).
_next_move_generator The move generator (for the moTS).
_incremental_evaluation The partial evaluation function (for the moTS).
_tabu_list The tabu list (for the moTS !!!!).
_aspiration_criterion The aspiration criterion (for the moTS).
_moTS_continue The stopping criterion (for the moTS).
_continue The stopping criterion.
_acceptance_criterion The acceptance criterion.
_perturbation The pertubation generator.
eoMonOp< EOT > & eoMonOp< EOT > &  _perturbation,
eoEvalFunc< EOT > & eoEvalFunc< EOT > &  _full_evaluation 
- - - - - + + + + + @@ -426,8 +422,8 @@ Constructor for using a 130 of file moILS.h.

- +

+Definition at line 130 of file moILS.h.


Member Function Documentation

@@ -443,35 +439,33 @@ template<class M> - +
_random_move_generator The random move generator (for the moSA).
_incremental_evaluation The partial evaluation function (for the moSA).
_moSA_continue The stopping criterion (for the moSA).
_initial_temperature The initial temperature (for the moSA).
_cooling_schedule The cooling schedule (for the moSA).
_random_move_generator The random move generator (for the moSA).
_incremental_evaluation The partial evaluation function (for the moSA).
_moSA_continue The stopping criterion (for the moSA).
_initial_temperature The initial temperature (for the moSA).
_cooling_schedule The cooling schedule (for the moSA).
_continue The stopping criterion.
_acceptance_criterion The acceptance criterion.
_perturbation The pertubation generator.
EOT _solution  )  [inline, virtual] [inline]

-Function which launches the ILS. +Function which launches the ILS.

-The ILS has to improve a current solution. As the moSA, the moTS and the moHC, it can be used for HYBRIDATION in an evolutionnary algorithm.

+The ILS has to improve a current solution. As the moSA, the moTS and the moHC, it can be used for HYBRIDATION in an evolutionnary algorithm.

Parameters:
_solution a current solution to improve.
-
Returns:
true.
- -

Implements eoUF< M::EOType &, bool >.

- -

Definition at line 146 of file moILS.h.

- -

References moILS< M >::acceptance_criterion, moILS< M >::algorithm, moILS< M >::continu, moILS< M >::full_evaluation, and moILS< M >::perturbation.

+
Returns:
true.
+

+Definition at line 146 of file moILS.h. +

+References moILS< M >::acceptance_criterion, moILS< M >::algorithm, moILS< M >::continu, moILS< M >::full_evaluation, and moILS< M >::perturbation.


The documentation for this class was generated from the following file: -
Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +
Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
+doxygen 1.4.7
diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_impr_best_fit_aspir_crit-members.html b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_impr_best_fit_aspir_crit-members.html index f040fb109..74daff30d 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_impr_best_fit_aspir_crit-members.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_impr_best_fit_aspir_crit-members.html @@ -1,14 +1,14 @@ - -ParadisEO-MOMovingObjects: Member List + +ParadisEO-MO-MovingObjects: Member List - +
-
+ +

moImprBestFitAspirCrit< M > Member List

This is the complete list of members for moImprBestFitAspirCrit< M >, including all inherited members.

- - - - -
best_fitnessmoImprBestFitAspirCrit< M > [private]
first_timemoImprBestFitAspirCrit< M > [private]
Fitness typedefmoImprBestFitAspirCrit< M >
functor_category()eoBF< A1, A2, R > [static]
init()moImprBestFitAspirCrit< M > [inline, virtual]
moImprBestFitAspirCrit()moImprBestFitAspirCrit< M > [inline]
operator()(const M &_move, const Fitness &_fitness)moImprBestFitAspirCrit< M > [inline]
moAspirCrit::operator()(A1, A2)=0eoBF< A1, A2, R > [pure virtual]
~eoBF()eoBF< A1, A2, R > [virtual]
~eoFunctorBase()eoFunctorBase [virtual]


Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +
Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
+doxygen 1.4.7
diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_impr_best_fit_aspir_crit.html b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_impr_best_fit_aspir_crit.html index 7db3c3395..ad941f91c 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_impr_best_fit_aspir_crit.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_impr_best_fit_aspir_crit.html @@ -1,14 +1,14 @@ - -ParadisEO-MOMovingObjects: moImprBestFitAspirCrit< M > Class Template Reference + +ParadisEO-MO-MovingObjects: moImprBestFitAspirCrit< M > Class Template Reference - +
-
+ -

moImprBestFitAspirCrit< M > Class Template Reference

One of the possible moAspirCrit. + +

moImprBestFitAspirCrit< M > Class Template Reference

One of the possible moAspirCrit. More...

#include <moImprBestFitAspirCrit.h>

-

-Inheritance diagram for moImprBestFitAspirCrit< M >:
-
- +

Inheritance diagram for moImprBestFitAspirCrit< M >:

-moAspirCrit< M > -eoBF< A1, A2, R > -eoFunctorBase +moAspirCrit< M > -
- -

List of all members. @@ -66,7 +56,7 @@ void  - + @@ -81,11 +71,13 @@ bool 

Public Types

 Initialisation procedure.
bool operator() (const M &_move, const Fitness &_fitness)
 Function that indicates if the current fitness is better that the already saved fitness.
 Function that indicates if the current fitness is better that the already saved fitness.

Private Attributes

Fitness best_fitness
moAspirCrit. +One of the possible moAspirCrit.

This criterion is satisfied when a given fitness is the best ever considered. -

Definition at line 47 of file moImprBestFitAspirCrit.h.

-

Member Function Documentation

+

+ +

+Definition at line 47 of file moImprBestFitAspirCrit.h.


Member Function Documentation

@@ -114,7 +106,7 @@ template<class M>

-Function that indicates if the current fitness is better that the already saved fitness. +Function that indicates if the current fitness is better that the already saved fitness.

The first time, the function only saved the current move and fitness.

Parameters:
@@ -123,18 +115,18 @@ The first time, the function only saved the current move and fitness.

_fitness A fitness linked to the move.

-
Returns:
true The first time and if _fitntess > best_fitness, else false.
- -

Definition at line 75 of file moImprBestFitAspirCrit.h.

- -

References moImprBestFitAspirCrit< M >::best_fitness, and moImprBestFitAspirCrit< M >::first_time.

+
Returns:
true The first time and if _fitntess > best_fitness, else false.
+

+Definition at line 73 of file moImprBestFitAspirCrit.h. +

+References moImprBestFitAspirCrit< M >::best_fitness, and moImprBestFitAspirCrit< M >::first_time.


The documentation for this class was generated from the following file: -
Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +
Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
+doxygen 1.4.7
diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_impr_best_fit_aspir_crit.png b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_impr_best_fit_aspir_crit.png index 76e0473f0..c0203e510 100644 Binary files a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_impr_best_fit_aspir_crit.png and b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_impr_best_fit_aspir_crit.png differ diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_it_rand_next_move-members.html b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_it_rand_next_move-members.html index 363c9db1a..6b0b42b53 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_it_rand_next_move-members.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_it_rand_next_move-members.html @@ -1,14 +1,14 @@ - -ParadisEO-MOMovingObjects: Member List + +ParadisEO-MO-MovingObjects: Member List - +
-
+
-
+

moItRandNextMove< M > Member List

This is the complete list of members for moItRandNextMove< M >, including all inherited members.

- - - - -
EOT typedefmoItRandNextMove< M > [private]
functor_category()eoBF< A1, A2, R > [static]
iteration_maximum_numbermoItRandNextMove< M > [private]
iteration_numbermoItRandNextMove< M > [private]
moItRandNextMove(moRandMove< M > &_random_move_generator, unsigned int _iteration_maximum_number)moItRandNextMove< M > [inline]
operator()(M &_move, const EOT &_solution)moItRandNextMove< M > [inline]
moNextMove::operator()(A1, A2)=0eoBF< A1, A2, R > [pure virtual]
random_move_generatormoItRandNextMove< M > [private]
~eoBF()eoBF< A1, A2, R > [virtual]
~eoFunctorBase()eoFunctorBase [virtual]


Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +
Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
+doxygen 1.4.7
diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_it_rand_next_move.html b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_it_rand_next_move.html index 98565e158..1cd8599ec 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_it_rand_next_move.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_it_rand_next_move.html @@ -1,14 +1,14 @@ - -ParadisEO-MOMovingObjects: moItRandNextMove< M > Class Template Reference + +ParadisEO-MO-MovingObjects: moItRandNextMove< M > Class Template Reference - +
-
+
-
-

moItRandNextMove< M > Class Template Reference

One of the possible moNextMove. + +

moItRandNextMove< M > Class Template Reference

One of the possible moNextMove. More...

#include <moItRandNextMove.h>

-

-Inheritance diagram for moItRandNextMove< M >:
-
- +

Inheritance diagram for moItRandNextMove< M >:

-moNextMove< M > -eoBF< A1, A2, R > -eoFunctorBase +moNextMove< M > -
- -

List of all members. @@ -80,11 +70,13 @@ unsigned int 

Public Member Functions

template<class M>
class moItRandNextMove< M > -One of the possible
moNextMove. +One of the possible moNextMove.

-This class is a move (moMove) generator with a bound for the maximum number of iterations. -

Definition at line 47 of file moItRandNextMove.h.

-

Constructor & Destructor Documentation

+This class is a move (moMove) generator with a bound for the maximum number of iterations. +

+ +

+Definition at line 47 of file moItRandNextMove.h.


Constructor & Destructor Documentation

@@ -115,7 +107,7 @@ template<class M>

The constructor.

-Parameters only for initialising the attributes.

+Parameters only for initialising the attributes.

Parameters:
@@ -123,8 +115,8 @@ The constructor.
_random_move_generator The random move generator.
-

Definition at line 61 of file moItRandNextMove.h.

- +

+Definition at line 61 of file moItRandNextMove.h.


Member Function Documentation

@@ -165,18 +157,18 @@ If the maximum number is not already reached, the current move is forgotten and
_solution the current solution.
-

Returns:
false if the maximum number of iteration is reached, else true.
- -

Definition at line 73 of file moItRandNextMove.h.

- -

References moItRandNextMove< M >::iteration_maximum_number, moItRandNextMove< M >::iteration_number, and moItRandNextMove< M >::random_move_generator.

+
Returns:
false if the maximum number of iteration is reached, else true.
+

+Definition at line 73 of file moItRandNextMove.h. +

+References moItRandNextMove< M >::iteration_maximum_number, moItRandNextMove< M >::iteration_number, and moItRandNextMove< M >::random_move_generator.


The documentation for this class was generated from the following file: -
Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +
Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
+doxygen 1.4.7
diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_it_rand_next_move.png b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_it_rand_next_move.png index 3ec8c9761..e2933b674 100644 Binary files a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_it_rand_next_move.png and b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_it_rand_next_move.png differ diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_l_s_check_point-members.html b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_l_s_check_point-members.html index 22f92330f..a96ccfe91 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_l_s_check_point-members.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_l_s_check_point-members.html @@ -1,14 +1,14 @@ - -ParadisEO-MOMovingObjects: Member List + +ParadisEO-MO-MovingObjects: Member List - +
-
+
-
+

moLSCheckPoint< M > Member List

This is the complete list of members for moLSCheckPoint< M >, including all inherited members.

- - - - -
add(eoBF< const M &, const typename M::EOType &, void > &_function)moLSCheckPoint< M > [inline]
functionsmoLSCheckPoint< M > [private]
functor_category()eoBF< A1, A2, R > [static]
operator()(const M &_move, const typename M::EOType &_solution)moLSCheckPoint< M > [inline]
eoBF::operator()(A1, A2)=0eoBF< A1, A2, R > [pure virtual]
~eoBF()eoBF< A1, A2, R > [virtual]
~eoFunctorBase()eoFunctorBase [virtual]


Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +
Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
+doxygen 1.4.7
diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_l_s_check_point.html b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_l_s_check_point.html index 8b09781d7..f058b77a6 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_l_s_check_point.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_l_s_check_point.html @@ -1,14 +1,14 @@ - -ParadisEO-MOMovingObjects: moLSCheckPoint< M > Class Template Reference + +ParadisEO-MO-MovingObjects: moLSCheckPoint< M > Class Template Reference - +
-
+
-
-

moLSCheckPoint< M > Class Template Reference

Class which allows a checkpointing system. + +

moLSCheckPoint< M > Class Template Reference

Class which allows a checkpointing system. More...

#include <moLSCheckPoint.h> -

-

-Inheritance diagram for moLSCheckPoint< M >:
-
- -

- -eoBF< A1, A2, R > -eoFunctorBase - -
-

List of all members. - - + + @@ -71,8 +57,10 @@ std::vector< 46 of file moLSCheckPoint.h.

-

Member Function Documentation

+

+ +

+Definition at line 46 of file moLSCheckPoint.h.


Member Function Documentation

@@ -101,7 +89,7 @@ template<class M>

-Function which launches the checkpointing. +Function which launches the checkpointing.

Each saved function is used on the current move and the current solution.

Parameters:
@@ -111,10 +99,10 @@ Each saved function is used on the current move and the current solution.


Public Member Functions

void operator() (const M &_move, const typename M::EOType &_solution)
 Function which launches the checkpointing.
void add (eoBF< const M &, const typename M::EOType &, void > &_function)
 Function which launches the checkpointing.
void add (eoBF< const M &, const typename M::EOType &, void > &_function)
 Procedure which add a new function to the function vector.

Private Attributes

-std::vector< eoBF< const M &,
+std::vector< eoBF< const M &,
const typename M::EOType &,
void > * > 
functions
-

Definition at line 57 of file moLSCheckPoint.h.

- -

References moLSCheckPoint< M >::functions.

- +

+Definition at line 57 of file moLSCheckPoint.h. +

+References moLSCheckPoint< M >::functions.

@@ -126,7 +114,7 @@ template<class M> void moLSCheckPoint< M >::add ( - eoBF< const M &, const typename M::EOType &, void > &  + eoBF< const M &, const typename M::EOType &, void > &  _function  )  [inline] @@ -144,16 +132,16 @@ The new function is added at the end of the vector.

Parameter
-

Definition at line 72 of file moLSCheckPoint.h.

- -

References moLSCheckPoint< M >::functions.

- +

+Definition at line 72 of file moLSCheckPoint.h. +

+References moLSCheckPoint< M >::functions.


The documentation for this class was generated from the following file: -
Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +
Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
+doxygen 1.4.7
diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_linear_cooling_schedule-members.html b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_linear_cooling_schedule-members.html index ae0d9bde3..0a0b03f31 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_linear_cooling_schedule-members.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_linear_cooling_schedule-members.html @@ -1,14 +1,14 @@ - -ParadisEO-MOMovingObjects: Member List + +ParadisEO-MO-MovingObjects: Member List - +
-
+
-
+

moLinearCoolingSchedule Member List

This is the complete list of members for moLinearCoolingSchedule, including all inherited members.

- - + - - -
functor_category()eoUF< double &, bool > [static]
moLinearCoolingSchedule(double _threshold, double _quantity)moLinearCoolingSchedule [inline]
operator()(double &_current_temperature)moLinearCoolingSchedule [inline, virtual]
operator()(double &_current_temperature)moLinearCoolingSchedule [inline]
quantitymoLinearCoolingSchedule [private]
thresholdmoLinearCoolingSchedule [private]
~eoFunctorBase()eoFunctorBase [virtual]
~eoUF()eoUF< double &, bool > [virtual]


Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +
Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
+doxygen 1.4.7
diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_linear_cooling_schedule.html b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_linear_cooling_schedule.html index de338d814..e541d2929 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_linear_cooling_schedule.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_linear_cooling_schedule.html @@ -1,14 +1,14 @@ - -ParadisEO-MOMovingObjects: moLinearCoolingSchedule Class Reference + +ParadisEO-MO-MovingObjects: moLinearCoolingSchedule Class Reference - +
-
+
-
-

moLinearCoolingSchedule Class Reference

One of the possible moCoolingSchedule. + +

moLinearCoolingSchedule Class Reference

One of the possible moCoolingSchedule. More...

#include <moLinearCoolingSchedule.h>

-

-Inheritance diagram for moLinearCoolingSchedule:
-
- +

Inheritance diagram for moLinearCoolingSchedule:

-moCoolingSchedule -eoUF< double &, bool > -eoFunctorBase +moCoolingSchedule -
- -

List of all members. @@ -56,7 +46,7 @@ Inheritance diagram for moLinearCoolingSchedule: - + @@ -68,11 +58,13 @@ double 

Public Member Functions

 Simple constructor.
bool operator() (double &_current_temperature)
 Function which proceeds to the cooling.
 Function which proceeds to the cooling.

Private Attributes

double threshold
 The quantity that allows the temperature to decrease.


Detailed Description

-One of the possible moCoolingSchedule. +One of the possible moCoolingSchedule.

An another very simple cooling schedule, the temperature decrease according to a quantity while the temperature is greater than a threshold. -

Definition at line 46 of file moLinearCoolingSchedule.h.

-

Constructor & Destructor Documentation

+

+ +

+Definition at line 46 of file moLinearCoolingSchedule.h.


Constructor & Destructor Documentation

@@ -108,8 +100,8 @@ Simple constructor. -

Definition at line 55 of file moLinearCoolingSchedule.h.

- +

+Definition at line 55 of file moLinearCoolingSchedule.h.


Member Function Documentation

@@ -123,14 +115,14 @@ Simple constructor. double &  _current_temperature  )  - [inline, virtual] + [inline]

-Function which proceeds to the cooling. +Function which proceeds to the cooling.

It decreases the temperature and indicates if it is greater than the threshold.

Parameters:
@@ -138,20 +130,18 @@ It decreases the temperature and indicates if it is greater than the threshold.< _current_temperature The current temperature.
-
Returns:
true if the new temperature (current temperature - quantity) is greater than the threshold, false otherwise.
- -

Implements eoUF< double &, bool >.

- -

Definition at line 65 of file moLinearCoolingSchedule.h.

- -

References quantity, and threshold.

+
Returns:
true if the new temperature (current temperature - quantity) is greater than the threshold, false otherwise.
+

+Definition at line 65 of file moLinearCoolingSchedule.h. +

+References quantity, and threshold.


The documentation for this class was generated from the following file: -
Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +
Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
+doxygen 1.4.7
diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_linear_cooling_schedule.png b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_linear_cooling_schedule.png index 064f41e2d..969ab05a5 100644 Binary files a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_linear_cooling_schedule.png and b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_linear_cooling_schedule.png differ diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_move-members.html b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_move-members.html index 7cbf44a3d..d25403ad2 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_move-members.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_move-members.html @@ -1,14 +1,14 @@ - -ParadisEO-MOMovingObjects: Member List + +ParadisEO-MO-MovingObjects: Member List - +
-
+
-
+

moMove< EOT > Member List

This is the complete list of members for moMove< EOT >, including all inherited members.

- - - - -
EOType typedefmoMove< EOT >
functor_category()eoUF< EOT &, void > [static]
operator()(EOT &)=0eoUF< EOT &, void > [pure virtual]
~eoFunctorBase()eoFunctorBase [virtual]
~eoUF()eoUF< EOT &, void > [virtual]


Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +
Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
+doxygen 1.4.7
diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_move.html b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_move.html index 02270c789..1e92a83f2 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_move.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_move.html @@ -1,14 +1,14 @@ - -ParadisEO-MOMovingObjects: moMove< EOT > Class Template Reference + +ParadisEO-MO-MovingObjects: moMove< EOT > Class Template Reference - +
-
+
-
-

moMove< EOT > Class Template Reference

Definition of a move. + +

moMove< EOT > Class Template Reference

Definition of a move. More...

#include <moMove.h> -

-

-Inheritance diagram for moMove< EOT >:
-
- -

- -eoUF< EOT &, void > -eoFunctorBase - -
-

List of all members. @@ -62,11 +48,13 @@ typedef EOT 
A move transforms a solution to another close solution. It describes how a solution can be modified to another one. -

Definition at line 49 of file moMove.h.

-
The documentation for this class was generated from the following file:
    +

    + +

    +Definition at line 49 of file moMove.h.


    The documentation for this class was generated from the following file: -
    Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +
    Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
    +doxygen 1.4.7
    diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_move_expl.html b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_move_expl.html index 471780ab5..82264740b 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_move_expl.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_move_expl.html @@ -1,14 +1,14 @@ - -ParadisEO-MOMovingObjects: moMoveExpl< M > Class Template Reference + +ParadisEO-MO-MovingObjects: moMoveExpl< M > Class Template Reference - +
- - +

-
-

moMoveExpl< M > Class Template Reference

Description of a move (moMove) explorer. + +

moMoveExpl< M > Class Template Reference

Description of a move (moMove) explorer. More...

#include <moMoveExpl.h>

-

-Inheritance diagram for moMoveExpl< M >:
-
- +

Inheritance diagram for moMoveExpl< M >:

-eoBF< const M::EOType &, M::EOType &, void > -eoFunctorBase -moMoveLoopExpl< M > -moHCMoveLoopExpl< M > -moTSMoveLoopExpl< M > +moMoveLoopExpl< M > +moHCMoveLoopExpl< M > +moTSMoveLoopExpl< M > -
- -

-List of all members. +


Detailed Description

template<class M>
class moMoveExpl< M >

-Description of a move (moMove) explorer. +Description of a move (moMove) explorer.

-Only a description...See moMoveLoopExpl. -

Definition at line 45 of file moMoveExpl.h.

-
The documentation for this class was generated from the following file:
-
-

moMoveIncrEval< M > Class Template Reference

(generally) Efficient evaluation function based a move and a solution. + +

moMoveIncrEval< M > Class Template Reference

(generally) Efficient evaluation function based a move and a solution. More...

#include <moMoveIncrEval.h>

-

-Inheritance diagram for moMoveIncrEval< M >:
-
- -

- -eoBF< A1, A2, R > -eoFunctorBase - -
- -

-List of all members. +


Detailed Description

@@ -57,11 +43,13 @@ Inheritance diagram for moMoveIncrEval< M >: (generally) Efficient evaluation function based a move and a solution.

From a move and a solution, it computes a new fitness that could be associated to the solution if this one is updated. -

Definition at line 49 of file moMoveIncrEval.h.

-
The documentation for this class was generated from the following file:
-
-

moMoveInit< M > Class Template Reference

Move (moMove) initializer. + +

moMoveInit< M > Class Template Reference

Move (moMove) initializer. More...

#include <moMoveInit.h>

-

-Inheritance diagram for moMoveInit< M >:
-
- -

- -eoBF< A1, A2, R > -eoFunctorBase - -
- -

-List of all members. +


Detailed Description

template<class M>
class moMoveInit< M >

-Move (moMove) initializer. +Move (moMove) initializer.

Class which allows to initiase a move. Only a description... An object that herits from this class needs to be designed to be used. -

Definition at line 47 of file moMoveInit.h.

-
The documentation for this class was generated from the following file:
-
+

moMoveLoopExpl< M > Class Template Reference

Class which describes an iterative explorer. More...

#include <moMoveLoopExpl.h>

-

-Inheritance diagram for moMoveLoopExpl< M >:
-
- +

Inheritance diagram for moMoveLoopExpl< M >:

-moMoveExpl< M > -eoBF< const M::EOType &, M::EOType &, void > -eoFunctorBase -moHCMoveLoopExpl< M > -moTSMoveLoopExpl< M > +moMoveExpl< M > +moHCMoveLoopExpl< M > +moTSMoveLoopExpl< M > -
- -

-List of all members. +


Detailed Description

@@ -59,12 +49,14 @@ Inheritance diagram for moMoveLoopExpl< M >: Class which describes an iterative explorer.

-Only a description... moHCMoveLoopExpl and moTSMoveLoopExpl are exemples of class that are a moMoveLoopExpl. -

Definition at line 47 of file moMoveLoopExpl.h.

-
The documentation for this class was generated from the following file:
-
+

moMoveSelect< M > Member List

This is the complete list of members for moMoveSelect< M >, including all inherited members.

- - - - -
Fitness typedefmoMoveSelect< M >
functor_category()eoBF< M &, M::EOType::Fitness &, void > [static]
init(const Fitness &_fitness)=0moMoveSelect< M > [pure virtual]
operator()(M &, M::EOType::Fitness &)=0eoBF< M &, M::EOType::Fitness &, void > [pure virtual]
update(const M &_move, const Fitness &_fitness)=0moMoveSelect< M > [pure virtual]
~eoBF()eoBF< M &, M::EOType::Fitness &, void > [virtual]
~eoFunctorBase()eoFunctorBase [virtual]


Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +
Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
+doxygen 1.4.7
diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_move_select.html b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_move_select.html index 0c75f4e31..08d93fded 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_move_select.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_move_select.html @@ -1,14 +1,14 @@ - -ParadisEO-MOMovingObjects: moMoveSelect< M > Class Template Reference + +ParadisEO-MO-MovingObjects: moMoveSelect< M > Class Template Reference - +
-
+
-
-

moMoveSelect< M > Class Template Reference

Class that describes a move selector (moMove). + +

moMoveSelect< M > Class Template Reference

Class that describes a move selector (moMove). More...

#include <moMoveSelect.h>

-

-Inheritance diagram for moMoveSelect< M >:
-
- +

Inheritance diagram for moMoveSelect< M >:

-eoBF< M &, M::EOType::Fitness &, void > -eoFunctorBase -moBestImprSelect< M > -moFirstImprSelect< M > -moRandImprSelect< M > +moBestImprSelect< M > +moFirstImprSelect< M > +moRandImprSelect< M > -
- -

List of all members. @@ -63,17 +53,19 @@ typedef M::EOType::Fitness  - +

Public Types

 Procedure which initialises all that the move selector needs including the initial fitness.
virtual bool update (const M &_move, const Fitness &_fitness)=0
 Function which updates the best solutions.
 Function which updates the best solutions.


Detailed Description

template<class M>
class moMoveSelect< M >

-Class that describes a move selector (moMove). +Class that describes a move selector (moMove).

-It iteratively considers some moves (moMove) and their associated fitnesses. The best move is so regularly updated. At any time, it could be accessed. -

Definition at line 50 of file moMoveSelect.h.

-

Member Function Documentation

+It iteratively considers some moves (moMove) and their associated fitnesses. The best move is so regularly updated. At any time, it could be accessed. +

+ +

+Definition at line 50 of file moMoveSelect.h.


Member Function Documentation

@@ -102,8 +94,8 @@ In order to know the fitness of the solution, for which the neighborhood will be -

Implemented in moBestImprSelect< M >, moFirstImprSelect< M >, and moRandImprSelect< M >.

- +

+Implemented in moBestImprSelect< M >, moFirstImprSelect< M >, and moRandImprSelect< M >.

@@ -134,7 +126,7 @@ template<class M>

-Function which updates the best solutions. +Function which updates the best solutions.

Parameters:
@@ -142,16 +134,16 @@ template<class M>
_fitness a fitness linked to the new move.
-
Returns:
a boolean that expresses the need to resume the exploration.
- -

Implemented in moBestImprSelect< M >, moFirstImprSelect< M >, and moRandImprSelect< M >.

+
Returns:
a boolean that expresses the need to resume the exploration.
+

+Implemented in moBestImprSelect< M >, moFirstImprSelect< M >, and moRandImprSelect< M >.


The documentation for this class was generated from the following file: -
Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +
Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
+doxygen 1.4.7
diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_move_select.png b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_move_select.png index 10bda515a..0781eef97 100644 Binary files a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_move_select.png and b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_move_select.png differ diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_next_move.html b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_next_move.html index 9c1f6d8ed..b63afe85d 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_next_move.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_next_move.html @@ -1,14 +1,14 @@ - -ParadisEO-MOMovingObjects: moNextMove< M > Class Template Reference + +ParadisEO-MO-MovingObjects: moNextMove< M > Class Template Reference - +
-
+
-
-

moNextMove< M > Class Template Reference

Class which allows to generate a new move (moMove). + +

moNextMove< M > Class Template Reference

Class which allows to generate a new move (moMove). More...

#include <moNextMove.h>

-

-Inheritance diagram for moNextMove< M >:
-
- +

Inheritance diagram for moNextMove< M >:

-eoBF< A1, A2, R > -eoFunctorBase -moItRandNextMove< M > +moItRandNextMove< M > -
- -

-List of all members. +


Detailed Description

template<class M>
class moNextMove< M >

-Class which allows to generate a new move (moMove). +Class which allows to generate a new move (moMove).

-Useful for the explorer (for moTS or moHC). Does nothing... An object that herits from this class needs to be designed for being used. -

Definition at line 47 of file moNextMove.h.

-
The documentation for this class was generated from the following file:
-
+

moNoAspirCrit< M > Member List

This is the complete list of members for moNoAspirCrit< M >, including all inherited members.

- - - - - - -
functor_category()eoBF< A1, A2, R > [static]
init()moNoAspirCrit< M > [inline, private, virtual]
operator()(const M &_move, const typename M::EOType::Fitness &_fitness)moNoAspirCrit< M > [inline, private]
moAspirCrit::operator()(A1, A2)=0eoBF< A1, A2, R > [pure virtual]
~eoBF()eoBF< A1, A2, R > [virtual]
~eoFunctorBase()eoFunctorBase [virtual]


Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  + init()moNoAspirCrit< M > [inline, virtual] + operator()(const M &_move, const typename M::EOType::Fitness &_fitness)moNoAspirCrit< M > [inline] +
Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
+doxygen 1.4.7
diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_no_aspir_crit.html b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_no_aspir_crit.html index 40f2aaf32..e34663774 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_no_aspir_crit.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_no_aspir_crit.html @@ -1,14 +1,14 @@ - -ParadisEO-MOMovingObjects: moNoAspirCrit< M > Class Template Reference + +ParadisEO-MO-MovingObjects: moNoAspirCrit< M > Class Template Reference - +
-
+
-
-

moNoAspirCrit< M > Class Template Reference

One of the possible aspiration criterion (moAspirCrit). + +

moNoAspirCrit< M > Class Template Reference

One of the possible aspiration criterion (moAspirCrit). More...

#include <moNoAspirCrit.h>

-

-Inheritance diagram for moNoAspirCrit< M >:
-
- +

Inheritance diagram for moNoAspirCrit< M >:

-moAspirCrit< M > -eoBF< A1, A2, R > -eoFunctorBase +moAspirCrit< M > -
- -

List of all members. - + - + - +

Private Member Functions


Public Member Functions

bool operator() (const M &_move, const typename M::EOType::Fitness &_fitness)
 Function which describes the aspiration criterion behaviour.
 Function which describes the aspiration criterion behaviour.
void init ()
 Procedure which initialises all that needs a moNoAspirCrit.
 Procedure which initialises all that needs a moNoAspirCrit.


Detailed Description

template<class M>
class moNoAspirCrit< M >

-One of the possible aspiration criterion (moAspirCrit). +One of the possible aspiration criterion (moAspirCrit).

The simplest : never satisfied. -

Definition at line 47 of file moNoAspirCrit.h.

-

Member Function Documentation

+

+ +

+Definition at line 47 of file moNoAspirCrit.h.


Member Function Documentation

@@ -88,14 +80,14 @@ template<class M>
) - [inline, private] + [inline]

-Function which describes the aspiration criterion behaviour. +Function which describes the aspiration criterion behaviour.

Does nothing.

Parameters:
@@ -104,10 +96,10 @@ Does nothing.

_fitness a fitness.

-
Returns:
false.
- -

Definition at line 57 of file moNoAspirCrit.h.

+
Returns:
false.
+

+Definition at line 59 of file moNoAspirCrit.h.

@@ -121,26 +113,26 @@ template<class M> (  )  - [inline, private, virtual] + [inline, virtual]

-Procedure which initialises all that needs a moNoAspirCrit. +Procedure which initialises all that needs a moNoAspirCrit.

Nothing... -

Implements moAspirCrit< M >.

- -

Definition at line 66 of file moNoAspirCrit.h.

- +

+Implements moAspirCrit< M >. +

+Definition at line 73 of file moNoAspirCrit.h.


The documentation for this class was generated from the following file: -
Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +
Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
+doxygen 1.4.7
diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_no_aspir_crit.png b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_no_aspir_crit.png index c0687eec9..79fd6d32d 100644 Binary files a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_no_aspir_crit.png and b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_no_aspir_crit.png differ diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_no_fit_impr_sol_continue-members.html b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_no_fit_impr_sol_continue-members.html index 7de5f2b2d..9da1e591d 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_no_fit_impr_sol_continue-members.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_no_fit_impr_sol_continue-members.html @@ -1,14 +1,14 @@ - -ParadisEO-MOMovingObjects: Member List + +ParadisEO-MO-MovingObjects: Member List - +
-
+
-
+

moNoFitImprSolContinue< EOT > Member List

This is the complete list of members for moNoFitImprSolContinue< EOT >, including all inherited members.

- - - - -
countermoNoFitImprSolContinue< EOT > [private]
firstFitnessSavedmoNoFitImprSolContinue< EOT > [private]
fitnessmoNoFitImprSolContinue< EOT > [private]
Fitness typedefmoNoFitImprSolContinue< EOT >
functor_category()eoUF< const EOT &, bool > [static]
init()moNoFitImprSolContinue< EOT > [inline, virtual]
maxNumberOfIterationsWithoutImprovementmoNoFitImprSolContinue< EOT > [private]
moNoFitImprSolContinue(unsigned int _maxNumberOfIterationWithoutImprovement)moNoFitImprSolContinue< EOT > [inline]
operator()(const EOT &_solution)moNoFitImprSolContinue< EOT > [inline, virtual]
~eoFunctorBase()eoFunctorBase [virtual]
~eoUF()eoUF< const EOT &, bool > [virtual]


Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  + operator()(const EOT &_solution)moNoFitImprSolContinue< EOT > [inline] +
Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
+doxygen 1.4.7
diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_no_fit_impr_sol_continue.html b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_no_fit_impr_sol_continue.html index 1bfb161ed..230aba342 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_no_fit_impr_sol_continue.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_no_fit_impr_sol_continue.html @@ -1,14 +1,14 @@ - -ParadisEO-MOMovingObjects: moNoFitImprSolContinue< EOT > Class Template Reference + +ParadisEO-MO-MovingObjects: moNoFitImprSolContinue< EOT > Class Template Reference - +
-
+
-
+

moNoFitImprSolContinue< EOT > Class Template Reference

One possible stop criterion for a solution-based heuristic. More...

#include <moNoFitImprSolContinue.h>

-

-Inheritance diagram for moNoFitImprSolContinue< EOT >:
-
- +

Inheritance diagram for moNoFitImprSolContinue< EOT >:

-moSolContinue< EOT > -eoUF< const EOT &, bool > -eoFunctorBase +moSolContinue< EOT > -
- -

List of all members. @@ -61,7 +51,7 @@ typedef EOT::Fitness  - + @@ -90,8 +80,10 @@ unsigned int 

Public Types

 Basic constructor.
bool operator() (const EOT &_solution)
 Function that activates the stopping criterion.
 Function that activates the stopping criterion.
void init ()
 Procedure which allows to initialise all the stuff needed.
The stop criterion corresponds to a maximum number of iterations without improvement. -

Definition at line 46 of file moNoFitImprSolContinue.h.

-

Constructor & Destructor Documentation

+

+ +

+Definition at line 46 of file moNoFitImprSolContinue.h.


Constructor & Destructor Documentation

@@ -119,8 +111,8 @@ Basic constructor.
-

Definition at line 57 of file moNoFitImprSolContinue.h.

- +

+Definition at line 57 of file moNoFitImprSolContinue.h.


Member Function Documentation

@@ -136,28 +128,26 @@ template<class EOT> const EOT &  _solution  )  - [inline, virtual] + [inline]

-Function that activates the stopping criterion. +Function that activates the stopping criterion.

Indicates if the fitness has not been improved since a given number of iterations (after a minimum of iterations).

Parameters:
_solution the current solution.
-
Returns:
true or false.
- -

Implements eoUF< const EOT &, bool >.

- -

Definition at line 67 of file moNoFitImprSolContinue.h.

- -

References moNoFitImprSolContinue< EOT >::counter, moNoFitImprSolContinue< EOT >::firstFitnessSaved, moNoFitImprSolContinue< EOT >::fitness, and moNoFitImprSolContinue< EOT >::maxNumberOfIterationsWithoutImprovement.

+
Returns:
true or false.
+

+Definition at line 67 of file moNoFitImprSolContinue.h. +

+References moNoFitImprSolContinue< EOT >::counter, moNoFitImprSolContinue< EOT >::firstFitnessSaved, moNoFitImprSolContinue< EOT >::fitness, and moNoFitImprSolContinue< EOT >::maxNumberOfIterationsWithoutImprovement.

@@ -181,18 +171,18 @@ template<class EOT> Procedure which allows to initialise all the stuff needed.

It can be also used to reinitialize all the needed things. -

Implements moSolContinue< EOT >.

- -

Definition at line 102 of file moNoFitImprSolContinue.h.

- -

References moNoFitImprSolContinue< EOT >::counter, and moNoFitImprSolContinue< EOT >::firstFitnessSaved.

- +

+Implements moSolContinue< EOT >. +

+Definition at line 102 of file moNoFitImprSolContinue.h. +

+References moNoFitImprSolContinue< EOT >::counter, and moNoFitImprSolContinue< EOT >::firstFitnessSaved.


The documentation for this class was generated from the following file: -
Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +
Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
+doxygen 1.4.7
diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_no_fit_impr_sol_continue.png b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_no_fit_impr_sol_continue.png index a727d6003..dfd768a2f 100644 Binary files a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_no_fit_impr_sol_continue.png and b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_no_fit_impr_sol_continue.png differ diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_rand_impr_select-members.html b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_rand_impr_select-members.html index 7a4a266c8..946f34d1d 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_rand_impr_select-members.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_rand_impr_select-members.html @@ -1,14 +1,14 @@ - -ParadisEO-MOMovingObjects: Member List + +ParadisEO-MO-MovingObjects: Member List - +
-
+
-
+

moRandImprSelect< M > Member List

This is the complete list of members for moRandImprSelect< M >, including all inherited members.

+ - - + - - -
better_fitnessesmoRandImprSelect< M > [private]
better_movesmoRandImprSelect< M > [private]
firstTimemoRandImprSelect< M > [private]
Fitness typedefmoRandImprSelect< M >
functor_category()eoBF< M &, M::EOType::Fitness &, void > [static]
init(const Fitness &_fitness)moRandImprSelect< M > [inline, virtual]
initial_fitnessmoRandImprSelect< M > [private]
operator()(M &_move, Fitness &_fitness)moRandImprSelect< M > [inline, virtual]
operator()(M &_move, Fitness &_fitness)moRandImprSelect< M > [inline]
update(const M &_move, const Fitness &_fitness)moRandImprSelect< M > [inline, virtual]
~eoBF()eoBF< M &, M::EOType::Fitness &, void > [virtual]
~eoFunctorBase()eoFunctorBase [virtual]


Generated on Wed Jan 16 15:50:41 2008 for ParadisEO-MOMovingObjects by  +
Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
+doxygen 1.4.7
diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_rand_impr_select.html b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_rand_impr_select.html index f4fbb137a..1ea59d7b7 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_rand_impr_select.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_rand_impr_select.html @@ -1,14 +1,14 @@ - -ParadisEO-MOMovingObjects: moRandImprSelect< M > Class Template Reference + +ParadisEO-MO-MovingObjects: moRandImprSelect< M > Class Template Reference - +
-
+
-
-

moRandImprSelect< M > Class Template Reference

One of the possible moMove selector (moMoveSelect). + +

moRandImprSelect< M > Class Template Reference

One of the possible moMove selector (moMoveSelect). More...

#include <moRandImprSelect.h>

-

-Inheritance diagram for moRandImprSelect< M >:
-
- +

Inheritance diagram for moRandImprSelect< M >:

-moMoveSelect< M > -eoBF< M &, M::EOType::Fitness &, void > -eoFunctorBase +moMoveSelect< M > -
- -

List of all members. @@ -58,10 +48,10 @@ typedef M::EOType::Fitness  - + - + @@ -78,16 +68,22 @@ std::vector< better_moves + + +

Public Types


Public Member Functions

void init (const Fitness &_fitness)
 Procedure which all that needs a moRandImprSelect.
 Procedure which all that needs a moRandImprSelect.
bool update (const M &_move, const Fitness &_fitness)
 Function that updates the fitness and move vectors.
 Function that updates the fitness and move vectors.
void operator() (M &_move, Fitness &_fitness)
 The move selection.
 Candidate move vector.
+bool firstTime
 Indicate if update has been called or not.


Detailed Description

template<class M>
class moRandImprSelect< M >

-One of the possible moMove selector (moMoveSelect). +One of the possible moMove selector (moMoveSelect).

All the neighbors are considered. One of them that enables an improvment of the objective function is choosen. -

Definition at line 49 of file moRandImprSelect.h.

-

Member Function Documentation

+

+ +

+Definition at line 49 of file moRandImprSelect.h.


Member Function Documentation

@@ -107,7 +103,7 @@ template<class M>

-Procedure which all that needs a moRandImprSelect. +Procedure which all that needs a moRandImprSelect.

Give a value to the initialise fitness. Clean the move and fitness vectors.

Parameters:
@@ -116,12 +112,12 @@ Give a value to the initialise fitness. Clean the move and fitness vectors.

-

Implements moMoveSelect< M >.

- -

Definition at line 63 of file moRandImprSelect.h.

- -

References moRandImprSelect< M >::better_fitnesses, moRandImprSelect< M >::better_moves, and moRandImprSelect< M >::initial_fitness.

- +

+Implements moMoveSelect< M >. +

+Definition at line 63 of file moRandImprSelect.h. +

+References moRandImprSelect< M >::better_fitnesses, moRandImprSelect< M >::better_moves, moRandImprSelect< M >::firstTime, and moRandImprSelect< M >::initial_fitness.

@@ -152,7 +148,7 @@ template<class M>

-Function that updates the fitness and move vectors. +Function that updates the fitness and move vectors.

if a move give a better fitness than the initial fitness, it is saved and the fitness too.

Parameters:
@@ -161,14 +157,14 @@ if a move give a better fitness than the initial fitness, it is saved and the fi _fitness a new fitness associated to the new move.
-
Returns:
true.
- -

Implements moMoveSelect< M >.

- -

Definition at line 79 of file moRandImprSelect.h.

- -

References moRandImprSelect< M >::better_fitnesses, moRandImprSelect< M >::better_moves, and moRandImprSelect< M >::initial_fitness.

+
Returns:
true.
+

+Implements moMoveSelect< M >. +

+Definition at line 80 of file moRandImprSelect.h. +

+References moRandImprSelect< M >::better_fitnesses, moRandImprSelect< M >::better_moves, moRandImprSelect< M >::firstTime, and moRandImprSelect< M >::initial_fitness.

@@ -192,7 +188,7 @@ template<class M> ) - [inline, virtual] + [inline] @@ -209,18 +205,16 @@ One the saved move is randomly chosen.

-

Implements eoBF< M &, M::EOType::Fitness &, void >.

- -

Definition at line 98 of file moRandImprSelect.h.

- -

References moRandImprSelect< M >::better_fitnesses, moRandImprSelect< M >::better_moves, and eoRng::random().

- +

+Definition at line 100 of file moRandImprSelect.h. +

+References moRandImprSelect< M >::better_fitnesses, moRandImprSelect< M >::better_moves, and moRandImprSelect< M >::firstTime.


The documentation for this class was generated from the following file: -
Generated on Wed Jan 16 15:50:41 2008 for ParadisEO-MOMovingObjects by  +
Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
+doxygen 1.4.7
diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_rand_impr_select.png b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_rand_impr_select.png index b935a8e2f..38a074a58 100644 Binary files a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_rand_impr_select.png and b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_rand_impr_select.png differ diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_rand_move.html b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_rand_move.html index e52b789b6..612330dc5 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_rand_move.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_rand_move.html @@ -1,14 +1,14 @@ - -ParadisEO-MOMovingObjects: moRandMove< M > Class Template Reference + +ParadisEO-MO-MovingObjects: moRandMove< M > Class Template Reference - +
-
+
-
-

moRandMove< M > Class Template Reference

Random move generator. + +

moRandMove< M > Class Template Reference

Random move generator. More...

#include <moRandMove.h>

-

-Inheritance diagram for moRandMove< M >:
-
- -

- -eoUF< M &, void > -eoFunctorBase - -
- -

-List of all members. +


Detailed Description

@@ -56,12 +42,14 @@ Inheritance diagram for moRandMove< M >: Random move generator.

-Only a description... An object that herits from this class needs to be designed in order to use a moSA. -

Definition at line 46 of file moRandMove.h.

-
The documentation for this class was generated from the following file:
-
+

moSA< M > Member List

This is the complete list of members for moSA< M >, including all inherited members.

- - - - - - - - - - - + - - - - -
binaryeoOp< EOType >
className() consteoMonOp< M::EOType > [virtual]
continumoSA< M > [private]
cooling_schedulemoSA< M > [private]
eoMonOp()eoMonOp< M::EOType >
eoOp(OpType _type)eoOp< EOType >
eoOp(const eoOp &_eop)eoOp< EOType >
EOT typedefmoSA< M > [private]
Fitness typedefmoSA< M > [private]
full_evaluationmoSA< M > [private]
functor_category()eoUF< M::EOType &, bool > [static]
generaleoOp< EOType >
getType() consteoOp< EOType >
incremental_evaluationmoSA< M > [private]
initial_temperaturemoSA< M > [private]
moSA(moRandMove< M > &_random_move_generator, moMoveIncrEval< M > &_incremental_evaluation, moSolContinue< EOT > &_continue, double _initial_temperature, moCoolingSchedule &_cooling_schedule, eoEvalFunc< EOT > &_full_evaluation)moSA< M > [inline]
operator()(EOT &_solution)moSA< M > [inline, virtual]
OpType enum nameeoOp< EOType >
quadraticeoOp< EOType >
operator()(EOT &_solution)moSA< M > [inline]
random_move_generatormoSA< M > [private]
unaryeoOp< EOType >
~eoFunctorBase()eoFunctorBase [virtual]
~eoOp()eoOp< EOType > [virtual]
~eoUF()eoUF< M::EOType &, bool > [virtual]


Generated on Wed Jan 16 15:50:41 2008 for ParadisEO-MOMovingObjects by  +
Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
+doxygen 1.4.7
diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_s_a.html b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_s_a.html index e44f965fa..4f2cf3f4a 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_s_a.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_s_a.html @@ -1,14 +1,14 @@ - -ParadisEO-MOMovingObjects: moSA< M > Class Template Reference + +ParadisEO-MO-MovingObjects: moSA< M > Class Template Reference - +
-
+
-
+

moSA< M > Class Template Reference

Simulated Annealing (SA). More...

#include <moSA.h> -

-Inherits moAlgo< M::EOType >. -

-

List of all members. - + @@ -79,7 +73,7 @@ double  +eoEvalFunc< EOT > & 

Public Member Functions

 moSA (moRandMove< M > &_random_move_generator, moMoveIncrEval< M > &_incremental_evaluation, moSolContinue< EOT > &_continue, double _initial_temperature, moCoolingSchedule &_cooling_schedule, eoEvalFunc< EOT > &_full_evaluation)
 moSA (moRandMove< M > &_random_move_generator, moMoveIncrEval< M > &_incremental_evaluation, moSolContinue< EOT > &_continue, double _initial_temperature, moCoolingSchedule &_cooling_schedule, eoEvalFunc< EOT > &_full_evaluation)
 SA constructor.
bool operator() (EOT &_solution)
 The cooling schedule.
-eoEvalFunc< EOT > & full_evaluation
full_evaluation
 A full evaluation function.
@@ -90,8 +84,10 @@ double 53 of file moSA.h.

-

Constructor & Destructor Documentation

+

+ +

+Definition at line 53 of file moSA.h.


Constructor & Destructor Documentation

@@ -131,7 +127,7 @@ template<class M>
- eoEvalFunc< EOT > &  + eoEvalFunc< EOT > &  _full_evaluation  @@ -158,8 +154,8 @@ All the boxes used by a SA need to be given.

-

Definition at line 74 of file moSA.h.

- +

+Definition at line 74 of file moSA.h.


Member Function Documentation

@@ -175,7 +171,7 @@ template<class M> EOT_solution  )  - [inline, virtual] + [inline] @@ -184,26 +180,24 @@ template<class M>

function that launches the SA algorithm.

-As a moTS or a moHC, the SA can be used for HYBRIDATION in an evolutionary algorithm.

+As a moTS or a moHC, the SA can be used for HYBRIDATION in an evolutionary algorithm.

Parameters:
_solution A solution to improve.
-
Returns:
TRUE.
- -

Implements eoUF< M::EOType &, bool >.

- -

Definition at line 89 of file moSA.h.

- -

References moSA< M >::continu, moSA< M >::cooling_schedule, moSA< M >::full_evaluation, moSA< M >::incremental_evaluation, moSA< M >::initial_temperature, moSA< M >::random_move_generator, and eoRng::uniform().

+
Returns:
TRUE.
+

+Definition at line 89 of file moSA.h. +

+References moSA< M >::continu, moSA< M >::cooling_schedule, moSA< M >::full_evaluation, moSA< M >::incremental_evaluation, moSA< M >::initial_temperature, and moSA< M >::random_move_generator.


The documentation for this class was generated from the following file: -
Generated on Wed Jan 16 15:50:41 2008 for ParadisEO-MOMovingObjects by  +
Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
+doxygen 1.4.7
diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_simple_move_tabu_list-members.html b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_simple_move_tabu_list-members.html index 3ffd0f550..7af9768e5 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_simple_move_tabu_list-members.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_simple_move_tabu_list-members.html @@ -1,14 +1,14 @@ - -ParadisEO-MOMovingObjects: Member List + +ParadisEO-MO-MovingObjects: Member List - +
-
+
-
+

moSimpleMoveTabuList< M > Member List

This is the complete list of members for moSimpleMoveTabuList< M >, including all inherited members.

- - - - -
add(const M &_move, const EOT &_solution)moSimpleMoveTabuList< M > [inline, virtual]
EOT typedefmoSimpleMoveTabuList< M >
functor_category()eoBF< A1, A2, R > [static]
init()moSimpleMoveTabuList< M > [inline, virtual]
memory_maximum_sizemoSimpleMoveTabuList< M > [private]
memory_sizemoSimpleMoveTabuList< M > [private]
moSimpleMoveTabuList(unsigned int _memory_maximum_size)moSimpleMoveTabuList< M > [inline]
moveIterator typedefmoSimpleMoveTabuList< M >
operator()(const M &_move, const EOT &_solution)moSimpleMoveTabuList< M > [inline]
moTabuList::operator()(A1, A2)=0eoBF< A1, A2, R > [pure virtual]
removeMove(const M &_move)moSimpleMoveTabuList< M > [inline, private]
tabuListmoSimpleMoveTabuList< M > [private]
update()moSimpleMoveTabuList< M > [inline, virtual]
~eoBF()eoBF< A1, A2, R > [virtual]
~eoFunctorBase()eoFunctorBase [virtual]


Generated on Wed Jan 16 15:50:41 2008 for ParadisEO-MOMovingObjects by  +
Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
+doxygen 1.4.7
diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_simple_move_tabu_list.html b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_simple_move_tabu_list.html index 60e088e51..5c3445d0e 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_simple_move_tabu_list.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_simple_move_tabu_list.html @@ -1,14 +1,14 @@ - -ParadisEO-MOMovingObjects: moSimpleMoveTabuList< M > Class Template Reference + +ParadisEO-MO-MovingObjects: moSimpleMoveTabuList< M > Class Template Reference - +
-
+
-
+

moSimpleMoveTabuList< M > Class Template Reference

Class describing a move tabu list with a limited memory. More...

#include <moSimpleMoveTabuList.h>

-

-Inheritance diagram for moSimpleMoveTabuList< M >:
-
- +

Inheritance diagram for moSimpleMoveTabuList< M >:

-moTabuList< M > -eoBF< A1, A2, R > -eoFunctorBase +moTabuList< M > -
- -

List of all members. @@ -66,7 +56,7 @@ typedef std::list< M >::iterator  - + @@ -99,8 +89,10 @@ std::list< M > 

Public Types

 Constructor.
bool operator() (const M &_move, const EOT &_solution)
 Function that indicates if, in a given state, the _move is tabu or not.
 Function that indicates if, in a given state, the _move is tabu or not.
void add (const M &_move, const EOT &_solution)
 Procedure to add a move in the tabu list.
Class describing a move tabu list with a limited memory. -

Definition at line 46 of file moSimpleMoveTabuList.h.

-

Member Function Documentation

+

+ +

+Definition at line 46 of file moSimpleMoveTabuList.h.


Member Function Documentation

@@ -129,20 +121,20 @@ template<class M>

-Function that indicates if, in a given state, the _move is tabu or not. +Function that indicates if, in a given state, the _move is tabu or not.

Parameters:
- +
_move A given moMove.
_move A given moMove.
_solution A solution.
-
Returns:
true or false.
- -

Definition at line 69 of file moSimpleMoveTabuList.h.

- -

References moSimpleMoveTabuList< M >::tabuList.

+
Returns:
true or false.
+

+Definition at line 69 of file moSimpleMoveTabuList.h. +

+References moSimpleMoveTabuList< M >::tabuList.

@@ -183,12 +175,12 @@ The two parameters have not to be modified so they are constant parameters.

-

Implements moTabuList< M >.

- -

Definition at line 86 of file moSimpleMoveTabuList.h.

- -

References moSimpleMoveTabuList< M >::memory_maximum_size, moSimpleMoveTabuList< M >::memory_size, moSimpleMoveTabuList< M >::removeMove(), and moSimpleMoveTabuList< M >::tabuList.

- +

+Implements moTabuList< M >. +

+Definition at line 86 of file moSimpleMoveTabuList.h. +

+References moSimpleMoveTabuList< M >::memory_maximum_size, moSimpleMoveTabuList< M >::memory_size, moSimpleMoveTabuList< M >::removeMove(), and moSimpleMoveTabuList< M >::tabuList.

@@ -212,10 +204,10 @@ template<class M> Procedure that updates the tabu list content.

Generally, a counter associated to each saved move is decreased by one. -

Implements moTabuList< M >.

- -

Definition at line 110 of file moSimpleMoveTabuList.h.

- +

+Implements moTabuList< M >. +

+Definition at line 110 of file moSimpleMoveTabuList.h.

@@ -239,10 +231,10 @@ template<class M> Procedure which initialises the tabu list.

Can be useful if the data structure needs to be allocated before being used. -

Implements moTabuList< M >.

- -

Definition at line 115 of file moSimpleMoveTabuList.h.

- +

+Implements moTabuList< M >. +

+Definition at line 115 of file moSimpleMoveTabuList.h.

@@ -268,22 +260,22 @@ Procedure that removes a given move from the tabu list (if it is into, else do n

Parameters:
- +
_move A given moMove.
_move A given moMove.
-

Definition at line 126 of file moSimpleMoveTabuList.h.

- -

References moSimpleMoveTabuList< M >::tabuList.

- -

Referenced by moSimpleMoveTabuList< M >::add().

- +

+Definition at line 126 of file moSimpleMoveTabuList.h. +

+References moSimpleMoveTabuList< M >::tabuList. +

+Referenced by moSimpleMoveTabuList< M >::add().


The documentation for this class was generated from the following file: -
Generated on Wed Jan 16 15:50:41 2008 for ParadisEO-MOMovingObjects by  +
Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
+doxygen 1.4.7
diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_simple_move_tabu_list.png b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_simple_move_tabu_list.png index f4a038c83..796402f17 100644 Binary files a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_simple_move_tabu_list.png and b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_simple_move_tabu_list.png differ diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_simple_solution_tabu_list-members.html b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_simple_solution_tabu_list-members.html index 2237ff1f8..4733fc2ce 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_simple_solution_tabu_list-members.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_simple_solution_tabu_list-members.html @@ -1,14 +1,14 @@ - -ParadisEO-MOMovingObjects: Member List + +ParadisEO-MO-MovingObjects: Member List - +
-
+
-
+

moSimpleSolutionTabuList< M > Member List

This is the complete list of members for moSimpleSolutionTabuList< M >, including all inherited members.

- - - - -
add(const M &_move, const EOT &_solution)moSimpleSolutionTabuList< M > [inline, virtual]
EOT typedefmoSimpleSolutionTabuList< M >
functor_category()eoBF< A1, A2, R > [static]
init()moSimpleSolutionTabuList< M > [inline, virtual]
memory_maximum_sizemoSimpleSolutionTabuList< M > [private]
memory_sizemoSimpleSolutionTabuList< M > [private]
moSimpleSolutionTabuList(unsigned int _memory_maximum_size)moSimpleSolutionTabuList< M > [inline]
operator()(const M &_move, const EOT &_solution)moSimpleSolutionTabuList< M > [inline]
moTabuList::operator()(A1, A2)=0eoBF< A1, A2, R > [pure virtual]
removeSolution(const EOT &_solution)moSimpleSolutionTabuList< M > [inline, private]
solutionIterator typedefmoSimpleSolutionTabuList< M >
tabuListmoSimpleSolutionTabuList< M > [private]
update()moSimpleSolutionTabuList< M > [inline, virtual]
~eoBF()eoBF< A1, A2, R > [virtual]
~eoFunctorBase()eoFunctorBase [virtual]


Generated on Wed Jan 16 15:50:41 2008 for ParadisEO-MOMovingObjects by  +
Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
+doxygen 1.4.7
diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_simple_solution_tabu_list.html b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_simple_solution_tabu_list.html index 5c9315b1e..a9e647a8d 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_simple_solution_tabu_list.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_simple_solution_tabu_list.html @@ -1,14 +1,14 @@ - -ParadisEO-MOMovingObjects: moSimpleSolutionTabuList< M > Class Template Reference + +ParadisEO-MO-MovingObjects: moSimpleSolutionTabuList< M > Class Template Reference - +
-
+
-
+

moSimpleSolutionTabuList< M > Class Template Reference

Class describing a solution tabu list with limited length. More...

#include <moSimpleSolutionTabuList.h>

-

-Inheritance diagram for moSimpleSolutionTabuList< M >:
-
- +

Inheritance diagram for moSimpleSolutionTabuList< M >:

-moTabuList< M > -eoBF< A1, A2, R > -eoFunctorBase +moTabuList< M > -
- -

List of all members. @@ -56,7 +46,8 @@ typedef M::EOType  +typedef std::list< EOT
+>::iterator  @@ -65,7 +56,7 @@ typedef std::list<   - + @@ -98,8 +89,10 @@ std::list< 46 of file moSimpleSolutionTabuList.h.

-

Constructor & Destructor Documentation

+

+ +

+Definition at line 46 of file moSimpleSolutionTabuList.h.


Constructor & Destructor Documentation

@@ -127,8 +120,8 @@ Constructor.

Public Types

 Alias for the type.
-typedef std::list< EOT >::iterator solutionIterator
solutionIterator
 Alias for an iterator of a solution list.

Public Member Functions

Constructor.
bool operator() (const M &_move, const EOT &_solution)
 Function that indicates if, in a given state, the _move is tabu or not.
 Function that indicates if, in a given state, the _move is tabu or not.
void add (const M &_move, const EOT &_solution)
 Procedure to add a move in the tabu list.
-

Definition at line 60 of file moSimpleSolutionTabuList.h.

- +

+Definition at line 60 of file moSimpleSolutionTabuList.h.


Member Function Documentation

@@ -160,20 +153,20 @@ template<class M>

-Function that indicates if, in a given state, the _move is tabu or not. +Function that indicates if, in a given state, the _move is tabu or not.

Parameters:
- +
_move A given moMove.
_move A given moMove.
_solution A solution.
-
Returns:
true or false.
- -

Definition at line 69 of file moSimpleSolutionTabuList.h.

- -

References moSimpleSolutionTabuList< M >::tabuList.

+
Returns:
true or false.
+

+Definition at line 69 of file moSimpleSolutionTabuList.h. +

+References moSimpleSolutionTabuList< M >::tabuList.

@@ -214,12 +207,12 @@ The two parameters have not to be modified so they are constant parameters.

-

Implements moTabuList< M >.

- -

Definition at line 89 of file moSimpleSolutionTabuList.h.

- -

References moSimpleSolutionTabuList< M >::memory_maximum_size, moSimpleSolutionTabuList< M >::memory_size, moSimpleSolutionTabuList< M >::removeSolution(), and moSimpleSolutionTabuList< M >::tabuList.

- +

+Implements moTabuList< M >. +

+Definition at line 89 of file moSimpleSolutionTabuList.h. +

+References moSimpleSolutionTabuList< M >::memory_maximum_size, moSimpleSolutionTabuList< M >::memory_size, moSimpleSolutionTabuList< M >::removeSolution(), and moSimpleSolutionTabuList< M >::tabuList.

@@ -243,10 +236,10 @@ template<class M> Procedure that updates the tabu list content.

Generally, a counter associated to each saved move is decreased by one. -

Implements moTabuList< M >.

- -

Definition at line 115 of file moSimpleSolutionTabuList.h.

- +

+Implements moTabuList< M >. +

+Definition at line 115 of file moSimpleSolutionTabuList.h.

@@ -270,10 +263,10 @@ template<class M> Procedure which initialises the tabu list.

Can be useful if the data structure needs to be allocated before being used. -

Implements moTabuList< M >.

- -

Definition at line 120 of file moSimpleSolutionTabuList.h.

- +

+Implements moTabuList< M >. +

+Definition at line 120 of file moSimpleSolutionTabuList.h.

@@ -303,18 +296,18 @@ Procedure that removes a given solution from the tabu list (if it is into, else -

Definition at line 131 of file moSimpleSolutionTabuList.h.

- -

References moSimpleSolutionTabuList< M >::tabuList.

- -

Referenced by moSimpleSolutionTabuList< M >::add().

- +

+Definition at line 131 of file moSimpleSolutionTabuList.h. +

+References moSimpleSolutionTabuList< M >::tabuList. +

+Referenced by moSimpleSolutionTabuList< M >::add().


The documentation for this class was generated from the following file: -
Generated on Wed Jan 16 15:50:41 2008 for ParadisEO-MOMovingObjects by  +
Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
+doxygen 1.4.7
diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_simple_solution_tabu_list.png b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_simple_solution_tabu_list.png index 38d26e329..3838fd012 100644 Binary files a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_simple_solution_tabu_list.png and b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_simple_solution_tabu_list.png differ diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_sol_continue-members.html b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_sol_continue-members.html index e97e4b2f3..cc3afd34f 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_sol_continue-members.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_sol_continue-members.html @@ -1,14 +1,14 @@ - -ParadisEO-MOMovingObjects: Member List + +ParadisEO-MO-MovingObjects: Member List - +
-
+
-
+

moSolContinue< EOT > Member List

This is the complete list of members for moSolContinue< EOT >, including all inherited members.

- - - - -
functor_category()eoUF< const EOT &, bool > [static]
init()=0moSolContinue< EOT > [pure virtual]
operator()(const EOT &)=0eoUF< const EOT &, bool > [pure virtual]
~eoFunctorBase()eoFunctorBase [virtual]
~eoUF()eoUF< const EOT &, bool > [virtual]


Generated on Wed Jan 16 15:50:41 2008 for ParadisEO-MOMovingObjects by  +
Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
+doxygen 1.4.7
diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_sol_continue.html b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_sol_continue.html index aef94970f..340530093 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_sol_continue.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_sol_continue.html @@ -1,14 +1,14 @@ - -ParadisEO-MOMovingObjects: moSolContinue< EOT > Class Template Reference + +ParadisEO-MO-MovingObjects: moSolContinue< EOT > Class Template Reference - +
-
+
-
-

moSolContinue< EOT > Class Template Reference

Class that describes a stop criterion for a solution-based heuristic. + +

moSolContinue< EOT > Class Template Reference

Class that describes a stop criterion for a solution-based heuristic. More...

#include <moSolContinue.h>

-

-Inheritance diagram for moSolContinue< EOT >:
-
- +

Inheritance diagram for moSolContinue< EOT >:

-eoUF< const EOT &, bool > -eoFunctorBase -moFitSolContinue< EOT > -moGenSolContinue< EOT > -moNoFitImprSolContinue< EOT > -moSteadyFitSolContinue< EOT > +moFitSolContinue< EOT > +moGenSolContinue< EOT > +moNoFitImprSolContinue< EOT > +moSteadyFitSolContinue< EOT > -
- -

List of all members. @@ -64,9 +54,11 @@ Inheritance diagram for 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). -

Definition at line 48 of file moSolContinue.h.

-

Member Function Documentation

+It allows to add an initialisation procedure to an object that is a unary function (eoUF). +

+ +

+Definition at line 48 of file moSolContinue.h.


Member Function Documentation

@@ -88,14 +80,14 @@ template<class EOT>
Procedure which initialises all that the stop criterion needs.

Generally, it allocates some data structures or initialises some counters. -

Implemented in moFitSolContinue< EOT >, moGenSolContinue< EOT >, moNoFitImprSolContinue< EOT >, and moSteadyFitSolContinue< EOT >.

- +

+Implemented in moFitSolContinue< EOT >, moGenSolContinue< EOT >, moNoFitImprSolContinue< EOT >, and moSteadyFitSolContinue< EOT >.


The documentation for this class was generated from the following file: -
Generated on Wed Jan 16 15:50:41 2008 for ParadisEO-MOMovingObjects by  +
Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
+doxygen 1.4.7
diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_sol_continue.png b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_sol_continue.png index 71ed9397d..c6ccfa6a6 100644 Binary files a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_sol_continue.png and b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_sol_continue.png differ diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_steady_fit_sol_continue-members.html b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_steady_fit_sol_continue-members.html index 99b75271a..a7ed8cd84 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_steady_fit_sol_continue-members.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_steady_fit_sol_continue-members.html @@ -1,14 +1,14 @@ - -ParadisEO-MOMovingObjects: Member List + +ParadisEO-MO-MovingObjects: Member List - +

Public Member Functions

- - +

-
+

moSteadyFitSolContinue< EOT > Member List

This is the complete list of members for moSteadyFitSolContinue< EOT >, including all inherited members.

- - - - -
countermoSteadyFitSolContinue< EOT > [private]
firstFitnessSavedmoSteadyFitSolContinue< EOT > [private]
Fitness typedefmoSteadyFitSolContinue< EOT >
fitnessmoSteadyFitSolContinue< EOT > [private]
functor_category()eoUF< const EOT &, bool > [static]
init()moSteadyFitSolContinue< EOT > [inline, virtual]
maxNumberOfIterationsmoSteadyFitSolContinue< EOT > [private]
maxNumberOfIterationsReachedmoSteadyFitSolContinue< EOT > [private]
maxNumberOfIterationsWithoutImprovementmoSteadyFitSolContinue< EOT > [private]
moSteadyFitSolContinue(unsigned int _maxNumberOfIterations, unsigned int _maxNumberOfIterationWithoutImprovement)moSteadyFitSolContinue< EOT > [inline]
operator()(const EOT &_solution)moSteadyFitSolContinue< EOT > [inline, virtual]
~eoFunctorBase()eoFunctorBase [virtual]
~eoUF()eoUF< const EOT &, bool > [virtual]


Generated on Wed Jan 16 15:50:41 2008 for ParadisEO-MOMovingObjects by  + operator()(const EOT &_solution)moSteadyFitSolContinue< EOT > [inline] +
Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
+doxygen 1.4.7
diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_steady_fit_sol_continue.html b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_steady_fit_sol_continue.html index 7e229c470..7f4a618e2 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_steady_fit_sol_continue.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_steady_fit_sol_continue.html @@ -1,14 +1,14 @@ - -ParadisEO-MOMovingObjects: moSteadyFitSolContinue< EOT > Class Template Reference + +ParadisEO-MO-MovingObjects: moSteadyFitSolContinue< EOT > Class Template Reference - +
-
+
-
+

moSteadyFitSolContinue< EOT > Class Template Reference

One possible stopping criterion for a solution-based heuristic. More...

#include <moSteadyFitSolContinue.h>

-

-Inheritance diagram for moSteadyFitSolContinue< EOT >:
-
- +

Inheritance diagram for moSteadyFitSolContinue< EOT >:

-moSolContinue< EOT > -eoUF< const EOT &, bool > -eoFunctorBase +moSolContinue< EOT > -
- -

List of all members. @@ -61,7 +51,7 @@ typedef EOT::Fitness  - + @@ -98,8 +88,10 @@ unsigned int 

Public Types

 Basic constructor.
bool operator() (const EOT &_solution)
 Function that activates the stopping criterion.
 Function that activates the stopping criterion.
void init ()
 Procedure which allows to initialise the stuff needed.
The stop criterion corresponds to a maximum number of iterations without improvement (after a minimum number of iterations). -

Definition at line 46 of file moSteadyFitSolContinue.h.

-

Constructor & Destructor Documentation

+

+ +

+Definition at line 46 of file moSteadyFitSolContinue.h.


Constructor & Destructor Documentation

@@ -137,8 +129,8 @@ Basic constructor.
-

Definition at line 58 of file moSteadyFitSolContinue.h.

- +

+Definition at line 58 of file moSteadyFitSolContinue.h.


Member Function Documentation

@@ -154,14 +146,14 @@ template<class EOT> const EOT &  _solution  )  - [inline, virtual] + [inline]

-Function that activates the stopping criterion. +Function that activates the stopping criterion.

Indicates if the fitness has not been improved since a number of iterations (after a minimum of iterations).

Parameters:
@@ -169,14 +161,12 @@ Indicates if the fitness has not been improved since a number of iterations (aft _solution the current solution.
-
Returns:
true or false.
- -

Implements eoUF< const EOT &, bool >.

- -

Definition at line 70 of file moSteadyFitSolContinue.h.

- -

References moSteadyFitSolContinue< EOT >::counter, moSteadyFitSolContinue< EOT >::firstFitnessSaved, moSteadyFitSolContinue< EOT >::fitness, moSteadyFitSolContinue< EOT >::maxNumberOfIterations, moSteadyFitSolContinue< EOT >::maxNumberOfIterationsReached, and moSteadyFitSolContinue< EOT >::maxNumberOfIterationsWithoutImprovement.

+
Returns:
true or false.
+

+Definition at line 70 of file moSteadyFitSolContinue.h. +

+References moSteadyFitSolContinue< EOT >::counter, moSteadyFitSolContinue< EOT >::firstFitnessSaved, moSteadyFitSolContinue< EOT >::fitness, moSteadyFitSolContinue< EOT >::maxNumberOfIterations, moSteadyFitSolContinue< EOT >::maxNumberOfIterationsReached, and moSteadyFitSolContinue< EOT >::maxNumberOfIterationsWithoutImprovement.

@@ -200,18 +190,18 @@ template<class EOT> Procedure which allows to initialise the stuff needed.

It can be also used to reinitialize the counter all the needed things. -

Implements moSolContinue< EOT >.

- -

Definition at line 114 of file moSteadyFitSolContinue.h.

- -

References moSteadyFitSolContinue< EOT >::counter, moSteadyFitSolContinue< EOT >::firstFitnessSaved, and moSteadyFitSolContinue< EOT >::maxNumberOfIterationsReached.

- +

+Implements moSolContinue< EOT >. +

+Definition at line 114 of file moSteadyFitSolContinue.h. +

+References moSteadyFitSolContinue< EOT >::counter, moSteadyFitSolContinue< EOT >::firstFitnessSaved, and moSteadyFitSolContinue< EOT >::maxNumberOfIterationsReached.


The documentation for this class was generated from the following file: -
Generated on Wed Jan 16 15:50:41 2008 for ParadisEO-MOMovingObjects by  +
Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
+doxygen 1.4.7
diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_steady_fit_sol_continue.png b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_steady_fit_sol_continue.png index 702e690a2..1fa229f5a 100644 Binary files a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_steady_fit_sol_continue.png and b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_steady_fit_sol_continue.png differ diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_t_s-members.html b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_t_s-members.html index 991ea87e9..f4aecdd84 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_t_s-members.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_t_s-members.html @@ -1,14 +1,14 @@ - -ParadisEO-MOMovingObjects: Member List + +ParadisEO-MO-MovingObjects: Member List - +
-
+
-
+

moTS< M > Member List

This is the complete list of members for moTS< M >, including all inherited members.

- - - - - - - - - - - - - - - -
binaryeoOp< EOType >
className() consteoMonOp< M::EOType > [virtual]
continumoTS< M > [private]
eoMonOp()eoMonOp< M::EOType >
eoOp(OpType _type)eoOp< EOType >
eoOp(const eoOp &_eop)eoOp< EOType >
EOT typedefmoTS< M > [private]
Fitness typedefmoTS< M > [private]
full_evaluationmoTS< M > [private]
functor_category()eoUF< M::EOType &, bool > [static]
generaleoOp< EOType >
getType() consteoOp< EOType >
moTS(moMoveInit< M > &_move_initializer, moNextMove< M > &_next_move_generator, moMoveIncrEval< M > &_incremental_evaluation, moTabuList< M > &_tabu_list, moAspirCrit< M > &_aspiration_criterion, moSolContinue< EOT > &_continue, eoEvalFunc< EOT > &_full_evaluation)moTS< M > [inline]
moTS(moMoveExpl< M > &_move_explorer, moSolContinue< EOT > &_continue, eoEvalFunc< EOT > &_full_evaluation)moTS< M > [inline]
move_explorermoTS< M > [private]
operator()(EOT &_solution)moTS< M > [inline, virtual]
OpType enum nameeoOp< EOType >
quadraticeoOp< EOType >
unaryeoOp< EOType >
~eoFunctorBase()eoFunctorBase [virtual]
~eoOp()eoOp< EOType > [virtual]
~eoUF()eoUF< M::EOType &, bool > [virtual]


Generated on Wed Jan 16 15:50:41 2008 for ParadisEO-MOMovingObjects by  + operator()(EOT &_solution)moTS< M > [inline] +
Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
+doxygen 1.4.7
diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_t_s.html b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_t_s.html index 3126a0e1d..84d66315e 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_t_s.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_t_s.html @@ -1,14 +1,14 @@ - -ParadisEO-MOMovingObjects: moTS< M > Class Template Reference + +ParadisEO-MO-MovingObjects: moTS< M > Class Template Reference - +
-
+
-
+

moTS< M > Class Template Reference

Tabu Search (TS). More...

#include <moTS.h> -

-Inherits moAlgo< M::EOType >. -

-

List of all members. - + - - + + - + @@ -70,7 +64,7 @@ typedef EOT::Fitness  +eoEvalFunc< EOT > & 

Public Member Functions

 moTS (moMoveInit< M > &_move_initializer, moNextMove< M > &_next_move_generator, moMoveIncrEval< M > &_incremental_evaluation, moTabuList< M > &_tabu_list, moAspirCrit< M > &_aspiration_criterion, moSolContinue< EOT > &_continue, eoEvalFunc< EOT > &_full_evaluation)
 moTS (moMoveInit< M > &_move_initializer, moNextMove< M > &_next_move_generator, moMoveIncrEval< M > &_incremental_evaluation, moTabuList< M > &_tabu_list, moAspirCrit< M > &_aspiration_criterion, moSolContinue< EOT > &_continue, eoEvalFunc< EOT > &_full_evaluation)
 Constructor of a moTS specifying all the boxes.
 moTS (moMoveExpl< M > &_move_explorer, moSolContinue< EOT > &_continue, eoEvalFunc< EOT > &_full_evaluation)
 Constructor of a moTS specifying all the boxes.
 moTS (moMoveExpl< M > &_move_explorer, moSolContinue< EOT > &_continue, eoEvalFunc< EOT > &_full_evaluation)
 Constructor with less parameters.
bool operator() (EOT &_solution)
 Function which launchs the Tabu Search.
 Function which launchs the Tabu Search.

Private Types

typedef M::EOType EOT
 Stop criterion.
-eoEvalFunc< EOT > & full_evaluation
full_evaluation
 Full evaluation function.
@@ -81,8 +75,10 @@ typedef EOT::Fitness  Generic algorithm that describes a tabu search. -

Definition at line 50 of file moTS.h.

-

Constructor & Destructor Documentation

+

+ +

+Definition at line 50 of file moTS.h.


Constructor & Destructor Documentation

@@ -128,7 +124,7 @@ template<class M>
- eoEvalFunc< EOT > &  + eoEvalFunc< EOT > &  _full_evaluation  @@ -141,9 +137,9 @@ template<class M>

-Constructor of a moTS specifying all the boxes. +Constructor of a moTS specifying all the boxes.

-In this constructor, a moTSMoveLoopExpl is instanciated.

+In this constructor, a moTSMoveLoopExpl is instanciated.

Parameters:
@@ -156,8 +152,8 @@ In this constructor, a -

Definition at line 72 of file moTS.h.

- +

+Definition at line 72 of file moTS.h.

@@ -181,7 +177,7 @@ template<class M>

- + @@ -199,14 +195,14 @@ Constructor with less parameters. The explorer is given in the parameters.

Parameters:
_move_initializer The move initializer.
eoEvalFunc< EOT > & eoEvalFunc< EOT > &  _full_evaluation 
- +
_move_explorer The explorer (generally different that a moTSMoveLoopExpl).
_move_explorer The explorer (generally different that a moTSMoveLoopExpl).
_continue The stopping criterion.
_full_evaluation A full evaluation function.
-

Definition at line 89 of file moTS.h.

- +

+Definition at line 89 of file moTS.h.


Member Function Documentation

@@ -222,35 +218,33 @@ template<class M> EOT_solution  )  - [inline, virtual] + [inline]

-Function which launchs the Tabu Search. +Function which launchs the Tabu Search.

-Algorithm of the tabu search. As a moSA or a moHC, it can be used for HYBRIDATION in an evolutionary algorithm. For security a lock (pthread_mutex_t) is closed during the algorithm.

+Algorithm of the tabu search. As a moSA or a moHC, it can be used for HYBRIDATION in an evolutionary algorithm. For security a lock (pthread_mutex_t) is closed during the algorithm.

Parameters:
_solution a solution to improve.
-
Returns:
TRUE.
- -

Implements eoUF< M::EOType &, bool >.

- -

Definition at line 102 of file moTS.h.

- -

References moTS< M >::continu, moTS< M >::full_evaluation, and moTS< M >::move_explorer.

+
Returns:
TRUE.
+

+Definition at line 102 of file moTS.h. +

+References moTS< M >::continu, moTS< M >::full_evaluation, and moTS< M >::move_explorer.


The documentation for this class was generated from the following file: -
Generated on Wed Jan 16 15:50:41 2008 for ParadisEO-MOMovingObjects by  +
Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
+doxygen 1.4.7
diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_t_s_move_loop_expl-members.html b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_t_s_move_loop_expl-members.html index 943bb0d31..73ea47578 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_t_s_move_loop_expl-members.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_t_s_move_loop_expl-members.html @@ -1,14 +1,14 @@ - -ParadisEO-MOMovingObjects: Member List + +ParadisEO-MO-MovingObjects: Member List - +
-
+
-
+

moTSMoveLoopExpl< M > Member List

This is the complete list of members for moTSMoveLoopExpl< M >, including all inherited members.

- - + - - -
aspiration_criterionmoTSMoveLoopExpl< M > [private]
EOT typedefmoTSMoveLoopExpl< M > [private]
Fitness typedefmoTSMoveLoopExpl< M > [private]
functor_category()eoBF< const M::EOType &, M::EOType &, void > [static]
incremental_evaluationmoTSMoveLoopExpl< M > [private]
moTSMoveLoopExpl(moMoveInit< M > &_move_initializer, moNextMove< M > &_next_move_generator, moMoveIncrEval< M > &_incremental_evaluation, moTabuList< M > &_tabu_list, moAspirCrit< M > &_aspiration_criterion)moTSMoveLoopExpl< M > [inline]
move_initializermoTSMoveLoopExpl< M > [private]
move_selectionmoTSMoveLoopExpl< M > [private]
next_move_generatormoTSMoveLoopExpl< M > [private]
operator()(const EOT &_old_solution, EOT &_new_solution)moTSMoveLoopExpl< M > [inline, virtual]
operator()(const EOT &_old_solution, EOT &_new_solution)moTSMoveLoopExpl< M > [inline]
tabu_listmoTSMoveLoopExpl< M > [private]
~eoBF()eoBF< const M::EOType &, M::EOType &, void > [virtual]
~eoFunctorBase()eoFunctorBase [virtual]


Generated on Wed Jan 16 15:50:41 2008 for ParadisEO-MOMovingObjects by  +
Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
+doxygen 1.4.7
diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_t_s_move_loop_expl.html b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_t_s_move_loop_expl.html index b0b454f8b..bb594023a 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_t_s_move_loop_expl.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_t_s_move_loop_expl.html @@ -1,14 +1,14 @@ - -ParadisEO-MOMovingObjects: moTSMoveLoopExpl< M > Class Template Reference + +ParadisEO-MO-MovingObjects: moTSMoveLoopExpl< M > Class Template Reference - +
-
+
-
+

moTSMoveLoopExpl< M > Class Template Reference

Explorer for a Tabu Search algorithm. More...

#include <moTSMoveLoopExpl.h>

-

-Inheritance diagram for moTSMoveLoopExpl< M >:
-
- +

Inheritance diagram for moTSMoveLoopExpl< M >:

-moMoveLoopExpl< M > -moMoveExpl< M > -eoBF< const M::EOType &, M::EOType &, void > -eoFunctorBase +moMoveLoopExpl< M > +moMoveExpl< M > -
- -

List of all members. @@ -99,9 +89,11 @@ typedef M::EOType::Fitness 

Public Member Functions

-It is used by a moTS. -

Definition at line 53 of file moTSMoveLoopExpl.h.

-

Constructor & Destructor Documentation

+It is used by a moTS. +

+ +

+Definition at line 53 of file moTSMoveLoopExpl.h.


Constructor & Destructor Documentation

@@ -160,10 +152,10 @@ Constructor.
-

Definition at line 71 of file moTSMoveLoopExpl.h.

- -

References moTSMoveLoopExpl< M >::aspiration_criterion, and moTSMoveLoopExpl< M >::tabu_list.

- +

+Definition at line 71 of file moTSMoveLoopExpl.h. +

+References moTSMoveLoopExpl< M >::aspiration_criterion, and moTSMoveLoopExpl< M >::tabu_list.


Member Function Documentation

@@ -188,7 +180,7 @@ template<class M> ) - [inline, virtual] + [inline] @@ -205,18 +197,16 @@ The exploration continues while the chosen move is not in the tabu list or the a -

Implements eoBF< const M::EOType &, M::EOType &, void >.

- -

Definition at line 90 of file moTSMoveLoopExpl.h.

- -

References moTSMoveLoopExpl< M >::aspiration_criterion, moTSMoveLoopExpl< M >::incremental_evaluation, moTSMoveLoopExpl< M >::move_initializer, moTSMoveLoopExpl< M >::move_selection, moTSMoveLoopExpl< M >::next_move_generator, and moTSMoveLoopExpl< M >::tabu_list.

- +

+Definition at line 90 of file moTSMoveLoopExpl.h. +

+References moTSMoveLoopExpl< M >::aspiration_criterion, moTSMoveLoopExpl< M >::incremental_evaluation, moTSMoveLoopExpl< M >::move_initializer, moTSMoveLoopExpl< M >::move_selection, moTSMoveLoopExpl< M >::next_move_generator, and moTSMoveLoopExpl< M >::tabu_list.


The documentation for this class was generated from the following file: -
Generated on Wed Jan 16 15:50:41 2008 for ParadisEO-MOMovingObjects by  +
Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
+doxygen 1.4.7
diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_t_s_move_loop_expl.png b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_t_s_move_loop_expl.png index 717f30a17..34c222321 100644 Binary files a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_t_s_move_loop_expl.png and b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_t_s_move_loop_expl.png differ diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_tabu_list-members.html b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_tabu_list-members.html index ced1c7fd5..263932ab3 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_tabu_list-members.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_tabu_list-members.html @@ -1,14 +1,14 @@ - -ParadisEO-MOMovingObjects: Member List + +ParadisEO-MO-MovingObjects: Member List - +
-
+
-
+

moTabuList< M > Member List

This is the complete list of members for moTabuList< M >, including all inherited members.

- - - - -
add(const M &_move, const EOT &_solution)=0moTabuList< M > [pure virtual]
EOT typedefmoTabuList< M >
functor_category()eoBF< A1, A2, R > [static]
init()=0moTabuList< M > [pure virtual]
operator()(A1, A2)=0eoBF< A1, A2, R > [pure virtual]
update()=0moTabuList< M > [pure virtual]
~eoBF()eoBF< A1, A2, R > [virtual]
~eoFunctorBase()eoFunctorBase [virtual]


Generated on Wed Jan 16 15:50:41 2008 for ParadisEO-MOMovingObjects by  +
Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
+doxygen 1.4.7
diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_tabu_list.html b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_tabu_list.html index 9454576c4..a3dd5bb26 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_tabu_list.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_tabu_list.html @@ -1,14 +1,14 @@ - -ParadisEO-MOMovingObjects: moTabuList< M > Class Template Reference + +ParadisEO-MO-MovingObjects: moTabuList< M > Class Template Reference - +
-
+
-
-

moTabuList< M > Class Template Reference

Class describing a tabu list that a moTS uses. + +

moTabuList< M > Class Template Reference

Class describing a tabu list that a moTS uses. More...

#include <moTabuList.h>

-

-Inheritance diagram for moTabuList< M >:
-
- +

Inheritance diagram for moTabuList< M >:

-eoBF< A1, A2, R > -eoFunctorBase -moSimpleMoveTabuList< M > -moSimpleSolutionTabuList< M > +moSimpleMoveTabuList< M > +moSimpleSolutionTabuList< M > -
- -

List of all members. @@ -71,11 +61,13 @@ typedef M::EOType 

Public Types

moTS uses. +Class describing a tabu list that a moTS uses.

-It is only a description, does nothing... A new object that herits from this class has to be defined in order to be used in a moTS. -

Definition at line 46 of file moTabuList.h.

-

Member Function Documentation

+It is only a description, does nothing... A new object that herits from this class has to be defined in order to be used in a moTS. +

+ +

+Definition at line 46 of file moTabuList.h.


Member Function Documentation

@@ -114,8 +106,8 @@ The two parameters have not to be modified so they are constant parameters.

-

Implemented in moSimpleMoveTabuList< M >, and moSimpleSolutionTabuList< M >.

- +

+Implemented in moSimpleMoveTabuList< M >, and moSimpleSolutionTabuList< M >.

@@ -139,8 +131,8 @@ template<class M> Procedure that updates the tabu list content.

Generally, a counter associated to each saved move is decreased by one. -

Implemented in moSimpleMoveTabuList< M >, and moSimpleSolutionTabuList< M >.

- +

+Implemented in moSimpleMoveTabuList< M >, and moSimpleSolutionTabuList< M >.

@@ -164,14 +156,14 @@ template<class M> Procedure which initialises the tabu list.

Can be useful if the data structure needs to be allocated before being used. -

Implemented in moSimpleMoveTabuList< M >, and moSimpleSolutionTabuList< M >.

- +

+Implemented in moSimpleMoveTabuList< M >, and moSimpleSolutionTabuList< M >.


The documentation for this class was generated from the following file: -
Generated on Wed Jan 16 15:50:41 2008 for ParadisEO-MOMovingObjects by  +
Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
+doxygen 1.4.7
diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_tabu_list.png b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_tabu_list.png index b4c545581..792ce859b 100644 Binary files a/tags/dummy-tag/paradiseo-mo/doc/html/classmo_tabu_list.png and b/tags/dummy-tag/paradiseo-mo/doc/html/classmo_tabu_list.png differ diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/doxygen.css b/tags/dummy-tag/paradiseo-mo/doc/html/doxygen.css index e261cf6d5..5d583694e 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/doxygen.css +++ b/tags/dummy-tag/paradiseo-mo/doc/html/doxygen.css @@ -299,7 +299,6 @@ HR { height: 1px; font-size: 80%; color: #606060; font-weight: normal; - margin-left: 3px; } .memnav { background-color: #e8eef2; @@ -342,7 +341,6 @@ HR { height: 1px; .paramname { color: #602020; font-style: italic; - white-space: nowrap; } /* End Styling for detailed member documentation */ @@ -357,3 +355,4 @@ HR { height: 1px; .directory p { margin: 0px; white-space: nowrap; } .directory div { display: none; margin: 0px; } .directory img { vertical-align: -30%; } + diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/files.html b/tags/dummy-tag/paradiseo-mo/doc/html/files.html index 0997953a4..b099e57cd 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/files.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/files.html @@ -1,15 +1,15 @@ - -ParadisEO-MOMovingObjects: File Index + +ParadisEO-MO-MovingObjects: File Index - +
-
-

ParadisEO-MOMovingObjects File List

Here is a list of all documented files with brief descriptions: + +

ParadisEO-MO-MovingObjects File List

Here is a list of all documented files with brief descriptions:
@@ -62,8 +61,8 @@
index.h [code]
mo.h [code]
moAlgo.h [code]
moTS.h [code]
moTSMoveLoopExpl.h [code]
-
Generated on Wed Jan 16 15:50:41 2008 for ParadisEO-MOMovingObjects by  +
Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
+doxygen 1.4.7
diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/functions.html b/tags/dummy-tag/paradiseo-mo/doc/html/functions.html index 7a393a0b2..3b2249824 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/functions.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/functions.html @@ -1,14 +1,14 @@ - -ParadisEO-MOMovingObjects: Class Members + +ParadisEO-MO-MovingObjects: Class Members - +
-
+
-
+
  • Class Members
  • +

    - b -

    +: moImprBestFitAspirCrit< M >, moFirstImprSelect< M >, moBestImprSelect< M >
  • best_move +: moFirstImprSelect< M >, moBestImprSelect< M >
  • better_fitnesses +: moRandImprSelect< M >
  • better_moves +: moRandImprSelect< M >

    - c -

    +: moTS< M >, moSA< M >, moILS< M >
  • cooling_schedule +: moSA< M >
  • counter +: moSteadyFitSolContinue< EOT >, moNoFitImprSolContinue< EOT >

    - e -

    +: moTSMoveLoopExpl< M >, moTS< M >, moTabuList< M >, moSimpleSolutionTabuList< M >, moSimpleMoveTabuList< M >, moSA< M >, moItRandNextMove< M >, moILS< M >, moHCMoveLoopExpl< M >, moHC< M >
  • EOType +: moMove< EOT >

    - f -

    +: moImprBestFitAspirCrit< M >, moBestImprSelect< M >
  • firstFitnessSaved +: moSteadyFitSolContinue< EOT >, moNoFitImprSolContinue< EOT >
  • firstTime +: moRandImprSelect< M >
  • Fitness +: moTSMoveLoopExpl< M >, moTS< M >, moSteadyFitSolContinue< EOT >, moSA< M >, moRandImprSelect< M >, moNoFitImprSolContinue< EOT >, moMoveSelect< M >, moImprBestFitAspirCrit< M >, moILS< M >, moHCMoveLoopExpl< M >, moHC< M >, moFitSolContinue< EOT >, moFirstImprSelect< M >, moBestImprSelect< M >
  • fitness +: moSteadyFitSolContinue< EOT >, moNoFitImprSolContinue< EOT >, moFitSolContinue< EOT >
  • full_evaluation +: moTS< M >, moSA< M >, moILS< M >, moHC< M >
  • functions +: moLSCheckPoint< M >

    - g -

    -

    - h -

    +: moGenSolContinue< EOT >
  • generationNumber +: moGenSolContinue< EOT >

    - i -

    -

    - l -

    +: moTSMoveLoopExpl< M >, moSA< M >, moHCMoveLoopExpl< M >
  • init() +: moTabuList< M >, moSteadyFitSolContinue< EOT >, moSolContinue< EOT >, moSimpleSolutionTabuList< M >, moSimpleMoveTabuList< M >, moRandImprSelect< M >, moNoFitImprSolContinue< EOT >, moNoAspirCrit< M >, moMoveSelect< M >, moImprBestFitAspirCrit< M >, moGenSolContinue< EOT >, moFitSolContinue< EOT >, moFirstImprSelect< M >, moBestImprSelect< M >, moAspirCrit< M >
  • initial_fitness +: moRandImprSelect< M >, moFirstImprSelect< M >
  • initial_temperature +: moSA< M >
  • iteration_maximum_number +: moItRandNextMove< M >
  • iteration_number +: moItRandNextMove< M >

    - m -

    +: moSteadyFitSolContinue< EOT >
  • maxNumberOfIterationsReached +: moSteadyFitSolContinue< EOT >
  • maxNumberOfIterationsWithoutImprovement +: moSteadyFitSolContinue< EOT >, moNoFitImprSolContinue< EOT >
  • memory_maximum_size +: moSimpleSolutionTabuList< M >, moSimpleMoveTabuList< M >
  • memory_size +: moSimpleSolutionTabuList< M >, moSimpleMoveTabuList< M >
  • moExponentialCoolingSchedule() +: moExponentialCoolingSchedule
  • moFitSolContinue() +: moFitSolContinue< EOT >
  • moGenSolContinue() +: moGenSolContinue< EOT >
  • moHC() +: moHC< M >
  • moHCMoveLoopExpl() +: moHCMoveLoopExpl< M >
  • moILS() +: moILS< M >
  • moImprBestFitAspirCrit() +: moImprBestFitAspirCrit< M >
  • moItRandNextMove() +: moItRandNextMove< M >
  • moLinearCoolingSchedule() +: moLinearCoolingSchedule
  • moNoFitImprSolContinue() +: moNoFitImprSolContinue< EOT >
  • moSA() +: moSA< M >
  • moSimpleMoveTabuList() +: moSimpleMoveTabuList< M >
  • moSimpleSolutionTabuList() +: moSimpleSolutionTabuList< M >
  • moSteadyFitSolContinue() +: moSteadyFitSolContinue< EOT >
  • moTS() +: moTS< M >
  • moTSMoveLoopExpl() +: moTSMoveLoopExpl< M >
  • move_explorer +: moTS< M >, moHC< M >
  • move_initializer +: moTSMoveLoopExpl< M >, moHCMoveLoopExpl< M >
  • move_selection +: moTSMoveLoopExpl< M >, moHCMoveLoopExpl< M >
  • moveIterator +: moSimpleMoveTabuList< M >

    - n -

    +: moTSMoveLoopExpl< M >, moHCMoveLoopExpl< M >

    - o -

    +: moTSMoveLoopExpl< M >, moTS< M >, moSteadyFitSolContinue< EOT >, moSimpleSolutionTabuList< M >, moSimpleMoveTabuList< M >, moSA< M >, moRandImprSelect< M >, moNoFitImprSolContinue< EOT >, moNoAspirCrit< M >, moLSCheckPoint< M >, moLinearCoolingSchedule, moItRandNextMove< M >, moImprBestFitAspirCrit< M >, moILS< M >, moHCMoveLoopExpl< M >, moHC< M >, moGenSolContinue< EOT >, moFitSolContinue< EOT >, moFitComparator< EOT >, moFirstImprSelect< M >, moExponentialCoolingSchedule, moBestImprSelect< M >

    - p -

    +: moILS< M >

    - q -

    +: moLinearCoolingSchedule

    - r -

    +: moSA< M >, moItRandNextMove< M >
  • ratio +: moExponentialCoolingSchedule
  • removeMove() +: moSimpleMoveTabuList< M >
  • removeSolution() +: moSimpleSolutionTabuList< M >

    - s -

    +: moSimpleSolutionTabuList< M >

    - t -

    +: moTSMoveLoopExpl< M >
  • tabuList +: moSimpleSolutionTabuList< M >, moSimpleMoveTabuList< M >
  • threshold +: moLinearCoolingSchedule, moExponentialCoolingSchedule

    - u -

    +: moTabuList< M >, moSimpleSolutionTabuList< M >, moSimpleMoveTabuList< M >, moRandImprSelect< M >, moMoveSelect< M >, moFirstImprSelect< M >, moBestImprSelect< M >

    - v -

    -
    Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +: moFirstImprSelect< M > +
    Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
    +doxygen 1.4.7
    diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/functions_func.html b/tags/dummy-tag/paradiseo-mo/doc/html/functions_func.html index 047e0efa2..93f0bb551 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/functions_func.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/functions_func.html @@ -1,14 +1,14 @@ - -ParadisEO-MOMovingObjects: Class Members - Functions + +ParadisEO-MO-MovingObjects: Class Members - Functions - +
    -
    +
  • -
    +
  • Class Members
  • +
    -
    - -
    - -

     

    -

    - a -

    +
    Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
    +doxygen 1.4.7
    diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/functions_type.html b/tags/dummy-tag/paradiseo-mo/doc/html/functions_type.html index a25a5af2c..b4a560018 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/functions_type.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/functions_type.html @@ -1,14 +1,14 @@ - -ParadisEO-MOMovingObjects: Class Members - Typedefs + +ParadisEO-MO-MovingObjects: Class Members - Typedefs - +
    -
    +
    -
    +
  • Class Members
  • +
     

    -
    Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +: moTSMoveLoopExpl< M >, moTS< M >, moTabuList< M >, moSimpleSolutionTabuList< M >, moSimpleMoveTabuList< M >, moSA< M >, moItRandNextMove< M >, moILS< M >, moHCMoveLoopExpl< M >, moHC< M >
  • EOType +: moMove< EOT >
  • Fitness +: moTSMoveLoopExpl< M >, moTS< M >, moSteadyFitSolContinue< EOT >, moSA< M >, moRandImprSelect< M >, moNoFitImprSolContinue< EOT >, moMoveSelect< M >, moImprBestFitAspirCrit< M >, moILS< M >, moHCMoveLoopExpl< M >, moHC< M >, moFitSolContinue< EOT >, moFirstImprSelect< M >, moBestImprSelect< M >
  • moveIterator +: moSimpleMoveTabuList< M >
  • solutionIterator +: moSimpleSolutionTabuList< M > +
    Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
    +doxygen 1.4.7
  • diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/functions_vars.html b/tags/dummy-tag/paradiseo-mo/doc/html/functions_vars.html index 321b4a8a3..e88efe4eb 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/functions_vars.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/functions_vars.html @@ -1,14 +1,14 @@ - -ParadisEO-MOMovingObjects: Class Members - Variables + +ParadisEO-MO-MovingObjects: Class Members - Variables - +
    -
    +
    -
    +
  • Class Members
  • +
    @@ -61,136 +59,72 @@

    - a -

    +: moILS< M >
  • algorithm +: moILS< M >
  • aspiration_criterion +: moTSMoveLoopExpl< M >

    - b -

    +: moImprBestFitAspirCrit< M >, moFirstImprSelect< M >, moBestImprSelect< M >
  • best_move +: moFirstImprSelect< M >, moBestImprSelect< M >
  • better_fitnesses +: moRandImprSelect< M >
  • better_moves +: moRandImprSelect< M >

    - c -

    +: moTS< M >, moSA< M >, moILS< M >
  • cooling_schedule +: moSA< M >
  • counter +: moSteadyFitSolContinue< EOT >, moNoFitImprSolContinue< EOT >

    - f -

    +: moImprBestFitAspirCrit< M >, moBestImprSelect< M >
  • firstFitnessSaved +: moSteadyFitSolContinue< EOT >, moNoFitImprSolContinue< EOT >
  • firstTime +: moRandImprSelect< M >
  • fitness +: moSteadyFitSolContinue< EOT >, moNoFitImprSolContinue< EOT >, moFitSolContinue< EOT >
  • full_evaluation +: moTS< M >, moSA< M >, moILS< M >, moHC< M >
  • functions +: moLSCheckPoint< M >

    - g -

    +: moGenSolContinue< EOT >
  • generationNumber +: moGenSolContinue< EOT >

    - i -

    +: moTSMoveLoopExpl< M >, moSA< M >, moHCMoveLoopExpl< M >
  • initial_fitness +: moRandImprSelect< M >, moFirstImprSelect< M >
  • initial_temperature +: moSA< M >
  • iteration_maximum_number +: moItRandNextMove< M >
  • iteration_number +: moItRandNextMove< M >

    - m -

    +: moSteadyFitSolContinue< EOT >
  • maxNumberOfIterationsReached +: moSteadyFitSolContinue< EOT >
  • maxNumberOfIterationsWithoutImprovement +: moSteadyFitSolContinue< EOT >, moNoFitImprSolContinue< EOT >
  • memory_maximum_size +: moSimpleSolutionTabuList< M >, moSimpleMoveTabuList< M >
  • memory_size +: moSimpleSolutionTabuList< M >, moSimpleMoveTabuList< M >
  • move_explorer +: moTS< M >, moHC< M >
  • move_initializer +: moTSMoveLoopExpl< M >, moHCMoveLoopExpl< M >
  • move_selection +: moTSMoveLoopExpl< M >, moHCMoveLoopExpl< M >

    - n -

    +: moTSMoveLoopExpl< M >, moHCMoveLoopExpl< M >

    - p -

    +: moILS< M >

    - q -

    +: moLinearCoolingSchedule

    - r -

    +: moSA< M >, moItRandNextMove< M >
  • ratio +: moExponentialCoolingSchedule

    - t -

    +: moTSMoveLoopExpl< M >
  • tabuList +: moSimpleSolutionTabuList< M >, moSimpleMoveTabuList< M >
  • threshold +: moLinearCoolingSchedule, moExponentialCoolingSchedule

    - v -

    -
    Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +: moFirstImprSelect< M > +
    Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
    +doxygen 1.4.7
    diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/hierarchy.html b/tags/dummy-tag/paradiseo-mo/doc/html/hierarchy.html index e82dda96c..0870df1e2 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/hierarchy.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/hierarchy.html @@ -1,14 +1,14 @@ - -ParadisEO-MOMovingObjects: Hierarchical Index + +ParadisEO-MO-MovingObjects: Hierarchical Index - +
    -
    + -

    ParadisEO-MOMovingObjects Class Hierarchy

    This inheritance list is sorted roughly, but not completely, alphabetically:

    index.h

    00001 
     00064 // coding: iso-8859-1
     00065 // mode: C++
     00066 // c-file-style: "Stroustrup"
     00067 // fill-column: 80
     00068 // End:
    -

    Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +
    Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
    +doxygen 1.4.7
    diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/main.html b/tags/dummy-tag/paradiseo-mo/doc/html/main.html index 7ea4cc0a2..76e9a3f61 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/main.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/main.html @@ -1,13 +1,13 @@ - -ParadisEO-MOMovingObjects: Welcome to PARADISEO-Moving Objects + +ParadisEO-MO-MovingObjects: Welcome to PARADISEO-Moving Objects - +
    -
    +

    Welcome to PARADISEO-Moving Objects

    -

    1.0

    +

    1.1

    Introduction

    -MO is an extension of the ANSI-C++ compliant evolutionary computation library EO.
    +MO is an extension of the ANSI-C++ compliant evolutionary computation library EO.
    It contains classes for almost any kind of one solution based heuristics.

    AUTHORS

    @@ -44,8 +43,8 @@ ParadisEO WebSite : http://paradiseo. Home Pagehttp://paradiseo.gforge.inria.fr

    Installation

    -The installation procedure of the package is detailed in the README file in the top-directory of the source-tree.
    Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +The installation procedure of the package is detailed in the README file in the top-directory of the source-tree.
    Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
    +doxygen 1.4.7
    diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/mo_8h-source.html b/tags/dummy-tag/paradiseo-mo/doc/html/mo_8h-source.html index 30b9ba63e..aa04043c6 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/mo_8h-source.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/mo_8h-source.html @@ -1,15 +1,15 @@ - -ParadisEO-MOMovingObjects: mo.h Source File + +ParadisEO-MO-MovingObjects: mo.h Source File - +
    @@ -20,8 +20,7 @@
  • - - +

    mo.h

    00001 /*
     00002   <mo.h>
     00003   Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2007
    @@ -98,8 +97,8 @@
     00074 #include <moTSMoveLoopExpl.h>
     00075 
     00076 #endif
    -

    Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +
    Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
    +doxygen 1.4.7
    diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/mo_algo_8h-source.html b/tags/dummy-tag/paradiseo-mo/doc/html/mo_algo_8h-source.html index 4c5313ab8..52a7c7118 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/mo_algo_8h-source.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/mo_algo_8h-source.html @@ -1,15 +1,15 @@ - -ParadisEO-MOMovingObjects: moAlgo.h Source File + +ParadisEO-MO-MovingObjects: moAlgo.h Source File - +
    -
    +

    moAlgo.h

    00001 /*
     00002   <moAlgo.h>
     00003   Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2008
    @@ -64,12 +63,12 @@
     00040 #include <eoOp.h>
     00041 
     00043 
    -00046 template < class EOT > class moAlgo:public eoMonOp < EOT >
    +00046 template < class EOT > class moAlgo:public eoMonOp < EOT >
     00047 {};
     00048 
     00049 #endif
    -

    Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +
    Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
    +doxygen 1.4.7
    diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/mo_aspir_crit_8h-source.html b/tags/dummy-tag/paradiseo-mo/doc/html/mo_aspir_crit_8h-source.html index 36d676c85..69f383ace 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/mo_aspir_crit_8h-source.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/mo_aspir_crit_8h-source.html @@ -1,15 +1,15 @@ - -ParadisEO-MOMovingObjects: moAspirCrit.h Source File + +ParadisEO-MO-MovingObjects: moAspirCrit.h Source File - +
    -
    +

    moAspirCrit.h

    00001 /*
     00002   <moAspirCrit.h>
     00003   Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2008
    @@ -64,17 +63,17 @@
     00040 
     00042 
     00046 template < class M >
    -00047 class moAspirCrit: public eoBF < const M &, const typename M::EOType::Fitness &, bool >
    +00047 class moAspirCrit: public eoBF < const M &, const typename M::EOType::Fitness &, bool >
     00048 {
     00049  public:
     00050 
     00052 
    -00055   virtual void init () = 0;
    +00055   virtual void init () = 0;
     00056 };
     00057 
     00058 #endif
    -

    Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +
    Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
    +doxygen 1.4.7
    diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/mo_best_impr_select_8h-source.html b/tags/dummy-tag/paradiseo-mo/doc/html/mo_best_impr_select_8h-source.html index bde558b8d..b9b6801da 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/mo_best_impr_select_8h-source.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/mo_best_impr_select_8h-source.html @@ -1,15 +1,15 @@ - -ParadisEO-MOMovingObjects: moBestImprSelect.h Source File + +ParadisEO-MO-MovingObjects: moBestImprSelect.h Source File - +
    -
    +

    moBestImprSelect.h

    00001 /*
     00002   <moBestImprSelect.h>
     00003   Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2008
    @@ -64,60 +63,61 @@
     00040 
     00042 
     00046 template < class M >
    -00047 class moBestImprSelect:public moMoveSelect < M >
    +00047 class moBestImprSelect:public moMoveSelect < M >
     00048 {
     00049  public:
     00050   
    -00052   typedef typename M::EOType::Fitness Fitness;
    +00052   typedef typename M::EOType::Fitness Fitness;
     00053     
     00055 
    -00058   void init (const Fitness & _fitness)
    +00058   void init (const Fitness & _fitness)
     00059   {
     00060     //Code only used to avoid warning because _fitness is not used in this procedure.
    -00061     Fitness fitness=(Fitness)_fitness;
    -00062 
    -00063     first_time = true;
    -00064   }
    -00065 
    +00061     Fitness fitness;
    +00062     fitness=(Fitness)_fitness;
    +00063 
    +00064     first_time = true;
    +00065   }
     00066 
    -00068 
    -00076   bool update (const M & _move, const Fitness & _fitness)
    -00077   {
    -00078     if ( first_time || (_fitness > best_fitness) )
    -00079       {
    -00080         best_fitness = _fitness;
    -00081         best_move = _move;
    -00082           
    -00083         first_time = false;
    -00084       }
    -00085 
    -00086     return true;
    -00087   }
    -00088 
    -00090 
    -00094   void operator () (M & _move, Fitness & _fitness)
    -00095   {
    -00096     if(first_time)
    -00097       {
    -00098         throw std::runtime_error("[moBestImprSelect.h]: no move or/and no fitness already saved, update has to be called first.");
    -00099       }
    -00100 
    -00101     _move = best_move;
    -00102     _fitness = best_fitness;
    -00103   }
    -00104 
    -00105  private:
    -00106 
    -00108   bool first_time;
    -00109 
    -00111   M best_move;
    -00112     
    -00114   Fitness best_fitness;
    -00115 };
    -00116 
    -00117 #endif
    -

    Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +00067 +00069 +00077 bool update (const M & _move, const Fitness & _fitness) +00078 { +00079 if ( first_time || (_fitness > best_fitness) ) +00080 { +00081 best_fitness = _fitness; +00082 best_move = _move; +00083 +00084 first_time = false; +00085 } +00086 +00087 return true; +00088 } +00089 +00091 +00095 void operator () (M & _move, Fitness & _fitness) +00096 { +00097 if(first_time) +00098 { +00099 throw std::runtime_error("[moBestImprSelect.h]: no move or/and no fitness already saved, update has to be called first."); +00100 } +00101 +00102 _move = best_move; +00103 _fitness = best_fitness; +00104 } +00105 +00106 private: +00107 +00109 bool first_time; +00110 +00112 M best_move; +00113 +00115 Fitness best_fitness; +00116 }; +00117 +00118 #endif +
    Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
    +doxygen 1.4.7
    diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/mo_comparator_8h-source.html b/tags/dummy-tag/paradiseo-mo/doc/html/mo_comparator_8h-source.html index 691e4c558..2d4badbba 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/mo_comparator_8h-source.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/mo_comparator_8h-source.html @@ -1,15 +1,15 @@ - -ParadisEO-MOMovingObjects: moComparator.h Source File + +ParadisEO-MO-MovingObjects: moComparator.h Source File - +
    -
    +

    moComparator.h

    00001 /*
     00002   <moComparator.h>
     00003   Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2008
    @@ -63,12 +62,12 @@
     00039 
     00041 
     00044 template<class EOT>
    -00045 class moComparator: public eoBF<const EOT &, const EOT &, bool>
    +00045 class moComparator: public eoBF<const EOT &, const EOT &, bool>
     00046 {};
     00047 
     00048 #endif
    -

    Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +
    Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
    +doxygen 1.4.7
    diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/mo_cooling_schedule_8h-source.html b/tags/dummy-tag/paradiseo-mo/doc/html/mo_cooling_schedule_8h-source.html index f9ecfd3a4..f7da639a1 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/mo_cooling_schedule_8h-source.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/mo_cooling_schedule_8h-source.html @@ -1,15 +1,15 @@ - -ParadisEO-MOMovingObjects: moCoolingSchedule.h Source File + +ParadisEO-MO-MovingObjects: moCoolingSchedule.h Source File - +
    -
    +

    moCoolingSchedule.h

    00001 /*
     00002   <moCoolingSchedule.h>
     00003   Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2008
    @@ -63,12 +62,12 @@
     00039 #include <eoFunctor.h>
     00040 
     00042 
    -00046 class moCoolingSchedule : public eoUF < double &, bool >
    +00046 class moCoolingSchedule : public eoUF < double &, bool >
     00047 {};
     00048 
     00049 #endif
    -

    Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +
    Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
    +doxygen 1.4.7
    diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/mo_exponential_cooling_schedule_8h-source.html b/tags/dummy-tag/paradiseo-mo/doc/html/mo_exponential_cooling_schedule_8h-source.html index 961744a2f..8737127bc 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/mo_exponential_cooling_schedule_8h-source.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/mo_exponential_cooling_schedule_8h-source.html @@ -1,15 +1,15 @@ - -ParadisEO-MOMovingObjects: moExponentialCoolingSchedule.h Source File + +ParadisEO-MO-MovingObjects: moExponentialCoolingSchedule.h Source File - +
    -
    +

    moExponentialCoolingSchedule.h

    00001 /*
     00002   <moExponentialCoolingSchedule.h>
     00003   Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2008
    @@ -63,30 +62,30 @@
     00039 #include <moCoolingSchedule.h>
     00040 
     00042 
    -00046 class moExponentialCoolingSchedule: public moCoolingSchedule
    +00046 class moExponentialCoolingSchedule: public moCoolingSchedule
     00047 {
     00048  public:
     00049   
     00051 
    -00055   moExponentialCoolingSchedule (double _threshold, double _ratio):threshold (_threshold), ratio (_ratio)
    +00055   moExponentialCoolingSchedule (double _threshold, double _ratio):threshold (_threshold), ratio (_ratio)
     00056   {}
     00057     
     00059 
    -00065   bool operator() (double & _temperature)
    +00065   bool operator() (double & _temperature)
     00066   {
    -00067     return (_temperature *= ratio) > threshold;
    +00067     return (_temperature *= ratio) > threshold;
     00068   }
     00069 
     00070  private:
     00071     
    -00073   double threshold;
    +00073   double threshold;
     00074     
    -00076   double ratio;
    +00076   double ratio;
     00077 };
     00078 
     00079 #endif
    -

    Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +
    Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
    +doxygen 1.4.7
    diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/mo_first_impr_select_8h-source.html b/tags/dummy-tag/paradiseo-mo/doc/html/mo_first_impr_select_8h-source.html index 4ef3f1d5e..d771ae8dd 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/mo_first_impr_select_8h-source.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/mo_first_impr_select_8h-source.html @@ -1,15 +1,15 @@ - -ParadisEO-MOMovingObjects: moFirstImprSelect.h Source File + +ParadisEO-MO-MovingObjects: moFirstImprSelect.h Source File - +
    -
    +

    moFirstImprSelect.h

    00001 /*
     00002   <moFirstImprSelect.h>
     00003   Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2008
    @@ -64,29 +63,29 @@
     00040 
     00042 
     00047 template < class M >
    -00048 class moFirstImprSelect:public moMoveSelect < M >
    +00048 class moFirstImprSelect:public moMoveSelect < M >
     00049 {
     00050  public:
     00051 
    -00053   typedef typename M::EOType::Fitness Fitness;
    +00053   typedef typename M::EOType::Fitness Fitness;
     00054     
     00056 
    -00060   virtual void init (const Fitness & _fitness)
    +00060   virtual void init (const Fitness & _fitness)
     00061   {
    -00062     valid = false;
    -00063     initial_fitness = _fitness;
    +00062     valid = false;
    +00063     initial_fitness = _fitness;
     00064   }
     00065 
     00067 
    -00075   bool update (const M & _move, const Fitness & _fitness)
    +00075   bool update (const M & _move, const Fitness & _fitness)
     00076   {
     00077 
    -00078     if (_fitness > initial_fitness)
    +00078     if (_fitness > initial_fitness)
     00079       {
     00080 
    -00081         best_fitness = _fitness;
    -00082         best_move = _move;
    -00083         valid = true;
    +00081         best_fitness = _fitness;
    +00082         best_move = _move;
    +00083         valid = true;
     00084 
     00085         return false;
     00086       }
    @@ -95,29 +94,29 @@
     00089   }
     00090 
     00092 
    -00096   void operator   () (M & _move, Fitness & _fitness)
    +00096   void operator   () (M & _move, Fitness & _fitness)
     00097   {
    -00098     if (valid)
    +00098     if (valid)
     00099       {
    -00100         _move = best_move;
    -00101         _fitness = best_fitness;
    +00100         _move = best_move;
    +00101         _fitness = best_fitness;
     00102       }
     00103   }
     00104 
     00105  private:
     00106     
    -00108   bool valid;
    +00108   bool valid;
     00109 
    -00111   M best_move;
    +00111   M best_move;
     00112 
    -00114   Fitness initial_fitness;
    +00114   Fitness initial_fitness;
     00115 
    -00117   Fitness best_fitness;
    +00117   Fitness best_fitness;
     00118 };
     00119 
     00120 #endif
    -

    Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +
    Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
    +doxygen 1.4.7
    diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/mo_fit_comparator_8h-source.html b/tags/dummy-tag/paradiseo-mo/doc/html/mo_fit_comparator_8h-source.html index c16ab1dc7..f3f32beba 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/mo_fit_comparator_8h-source.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/mo_fit_comparator_8h-source.html @@ -1,15 +1,15 @@ - -ParadisEO-MOMovingObjects: moFitComparator.h Source File + +ParadisEO-MO-MovingObjects: moFitComparator.h Source File - +
    -
    +

    moFitComparator.h

    00001 /*
     00002   <moFitComparator.h>
     00003   Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2008
    @@ -64,20 +63,20 @@
     00040 
     00042 
     00045 template<class EOT>
    -00046 class moFitComparator: public moComparator<EOT>
    +00046 class moFitComparator: public moComparator<EOT>
     00047 {
     00048  public:
     00049 
     00051 
    -00056   bool operator()(const EOT & _solution1, const EOT & _solution2)
    +00056   bool operator()(const EOT & _solution1, const EOT & _solution2)
     00057   {
     00058     return _solution1.fitness() > _solution2.fitness();
     00059   }
     00060 };
     00061 
     00062 #endif
    -

    Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +
    Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
    +doxygen 1.4.7
    diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/mo_fit_sol_continue_8h-source.html b/tags/dummy-tag/paradiseo-mo/doc/html/mo_fit_sol_continue_8h-source.html index d848448d2..8d63078cb 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/mo_fit_sol_continue_8h-source.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/mo_fit_sol_continue_8h-source.html @@ -1,15 +1,15 @@ - -ParadisEO-MOMovingObjects: moFitSolContinue.h Source File + +ParadisEO-MO-MovingObjects: moFitSolContinue.h Source File - +
    -
    +

    moFitSolContinue.h

    00001 /*
     00002   <moFitSolContinue.h>
     00003   Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2008
    @@ -64,39 +63,39 @@
     00040 
     00042 
     00045 template < class EOT >
    -00046 class moFitSolContinue:public moSolContinue < EOT >
    +00046 class moFitSolContinue:public moSolContinue < EOT >
     00047 {
     00048  public:
     00049 
    -00051   typedef typename EOT::Fitness Fitness;
    +00051   typedef typename EOT::Fitness Fitness;
     00052 
     00054 
    -00057   moFitSolContinue (Fitness _fitness): fitness(_fitness)
    +00057   moFitSolContinue (Fitness _fitness): fitness(_fitness)
     00058   {}
     00059 
     00061 
    -00067   bool operator () (const EOT & _solution)
    +00067   bool operator () (const EOT & _solution)
     00068   {
     00069     if ( _solution.invalid() )
     00070       {
     00071         throw std::runtime_error("[moFitSolContinue.h]: The current solution has not been evaluated.");
     00072       }
     00073 
    -00074     return fitness > _solution.fitness();
    +00074     return fitness > _solution.fitness();
     00075   }
     00076 
     00078 
    -00081   void init ()
    +00081   void init ()
     00082   {}
     00083 
     00084  private:
     00085 
    -00087   Fitness fitness;
    +00087   Fitness fitness;
     00088 };
     00089 
     00090 #endif
    -

    Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +
    Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
    +doxygen 1.4.7
    diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/mo_gen_sol_continue_8h-source.html b/tags/dummy-tag/paradiseo-mo/doc/html/mo_gen_sol_continue_8h-source.html index b954c1b26..bd43fd89b 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/mo_gen_sol_continue_8h-source.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/mo_gen_sol_continue_8h-source.html @@ -1,15 +1,15 @@ - -ParadisEO-MOMovingObjects: moGenSolContinue.h Source File + +ParadisEO-MO-MovingObjects: moGenSolContinue.h Source File - +
    -
    +

    moGenSolContinue.h

    00001 /*
     00002   <moGenSolContinue.h>
     00003   Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2008
    @@ -64,39 +63,39 @@
     00040 
     00042 
     00045 template < class EOT >
    -00046 class moGenSolContinue:public moSolContinue < EOT >
    +00046 class moGenSolContinue:public moSolContinue < EOT >
     00047 {
     00048  public:
     00049 
     00051 
    -00054   moGenSolContinue (unsigned int _generationMaximumNumber): generationMaximumNumber(_generationMaximumNumber), generationNumber(0)
    +00054   moGenSolContinue (unsigned int _generationMaximumNumber): generationMaximumNumber(_generationMaximumNumber), generationNumber(0)
     00055     {}
     00056 
     00058 
    -00066   bool operator () (const EOT & _solution)
    +00066   bool operator () (const EOT & _solution)
     00067   {
     00068     //code only used for avoiding warning because _sol is not used in this function.
    -00069     EOT solution=(EOT)_solution;
    +00069     const EOT solution(_solution);
     00070 
    -00071     return (++generationNumber < generationMaximumNumber);
    +00071     return (++generationNumber < generationMaximumNumber);
     00072   }
     00073 
     00075 
    -00078   void init ()
    +00078   void init ()
     00079   {
    -00080     generationNumber = 0;
    +00080     generationNumber = 0;
     00081   }
     00082 
     00083  private:
     00084 
    -00086   unsigned int generationMaximumNumber;
    +00086   unsigned int generationMaximumNumber;
     00087 
    -00089   unsigned int generationNumber;
    +00089   unsigned int generationNumber;
     00090 };
     00091 
     00092 #endif
    -

    Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +
    Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
    +doxygen 1.4.7
    diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/mo_h_c_8h-source.html b/tags/dummy-tag/paradiseo-mo/doc/html/mo_h_c_8h-source.html index 4e13cec2c..2936462bc 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/mo_h_c_8h-source.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/mo_h_c_8h-source.html @@ -1,15 +1,15 @@ - -ParadisEO-MOMovingObjects: moHC.h Source File + +ParadisEO-MO-MovingObjects: moHC.h Source File - +
    -
    +

    moHC.h

    00001 /*
     00002   <moHC.h>
     00003   Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2008
    @@ -67,34 +66,34 @@
     00043 
     00045 
     00048 template < class M >
    -00049 class moHC:public moAlgo < typename M::EOType >
    +00049 class moHC:public moAlgo < typename M::EOType >
     00050 {
    -00052   typedef typename M::EOType EOT;
    +00052   typedef typename M::EOType EOT;
     00053 
    -00055   typedef typename EOT::Fitness Fitness;
    +00055   typedef typename EOT::Fitness Fitness;
     00056 
     00057  public:
     00058   
     00060 
    -00069   moHC (moMoveInit < M > & _move_initializer, moNextMove < M > & _next_move_generator, 
    +00069   moHC (moMoveInit < M > & _move_initializer, moNextMove < M > & _next_move_generator, 
     00070         moMoveIncrEval < M > & _incremental_evaluation, moMoveSelect < M > & _move_selection, eoEvalFunc < EOT > & _full_evaluation) : 
    -00071   move_explorer ( *new moHCMoveLoopExpl < M > (_move_initializer, _next_move_generator, _incremental_evaluation, _move_selection) ),
    -00072     full_evaluation (_full_evaluation)
    +00071   move_explorer ( *new moHCMoveLoopExpl < M > (_move_initializer, _next_move_generator, _incremental_evaluation, _move_selection) ),
    +00072     full_evaluation (_full_evaluation)
     00073   {}
     00074   
     00076 
    -00082   moHC (moMoveExpl < M > & _move_explorer, eoEvalFunc < EOT > & _full_evaluation): 
    -00083   move_explorer (_move_explorer), full_evaluation (_full_evaluation)
    +00082   moHC (moMoveExpl < M > & _move_explorer, eoEvalFunc < EOT > & _full_evaluation): 
    +00083   move_explorer (_move_explorer), full_evaluation (_full_evaluation)
     00084   {}
     00085   
     00087 
    -00094   bool operator ()(EOT & _solution)
    +00094   bool operator ()(EOT & _solution)
     00095   {
    -00096     EOT new_solution;
    +00096     EOT new_solution;
     00097     
     00098     if ( _solution.invalid() )
     00099       {
    -00100         full_evaluation(_solution);
    +00100         full_evaluation(_solution);
     00101       }
     00102     
     00103     new_solution=_solution;
    @@ -102,7 +101,7 @@
     00105     do
     00106       {
     00107         _solution=new_solution;
    -00108         move_explorer (_solution, new_solution);
    +00108         move_explorer (_solution, new_solution);
     00109       }
     00110     while ( new_solution.fitness() > _solution.fitness() );
     00111     
    @@ -111,14 +110,14 @@
     00114 
     00115  private:
     00116 
    -00118   moMoveExpl < M > & move_explorer;
    +00118   moMoveExpl < M > & move_explorer;
     00119 
    -00121   eoEvalFunc < EOT > & full_evaluation;
    +00121   eoEvalFunc < EOT > & full_evaluation;
     00122 };
     00123 
     00124 #endif
    -

    Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +
    Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
    +doxygen 1.4.7
    diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/mo_h_c_move_loop_expl_8h-source.html b/tags/dummy-tag/paradiseo-mo/doc/html/mo_h_c_move_loop_expl_8h-source.html index 5eaaa88d7..4cc1205f5 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/mo_h_c_move_loop_expl_8h-source.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/mo_h_c_move_loop_expl_8h-source.html @@ -1,15 +1,15 @@ - -ParadisEO-MOMovingObjects: moHCMoveLoopExpl.h Source File + +ParadisEO-MO-MovingObjects: moHCMoveLoopExpl.h Source File - +
    -
    +

    moHCMoveLoopExpl.h

    00001 /*
     00002   <moHCMoveLoopExpl.h>
     00003   Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2008
    @@ -67,26 +66,26 @@
     00043 #include <moMoveSelect.h>
     00044 
     00046 template < class M >
    -00047 class moHCMoveLoopExpl:public moMoveLoopExpl < M >
    +00047 class moHCMoveLoopExpl:public moMoveLoopExpl < M >
     00048 {
    -00050   typedef typename M::EOType EOT;
    +00050   typedef typename M::EOType EOT;
     00051 
    -00053   typedef typename M::EOType::Fitness Fitness;
    +00053   typedef typename M::EOType::Fitness Fitness;
     00054 
     00055  public:
     00056 
     00058 
    -00066   moHCMoveLoopExpl (moMoveInit < M > & _move_initializer, moNextMove < M > & _next_move_generator, 
    +00066   moHCMoveLoopExpl (moMoveInit < M > & _move_initializer, moNextMove < M > & _next_move_generator, 
     00067                     moMoveIncrEval < M > & _incremental_evaluation, moMoveSelect < M > & _move_selection) :
    -00068   move_initializer (_move_initializer), next_move_generator (_next_move_generator), 
    -00069     incremental_evaluation (_incremental_evaluation), move_selection (_move_selection)
    +00068   move_initializer (_move_initializer), next_move_generator (_next_move_generator), 
    +00069     incremental_evaluation (_incremental_evaluation), move_selection (_move_selection)
     00070   {}
     00071   
     00073 
    -00079   void operator () (const EOT & _old_solution, EOT & _new_solution)
    +00079   void operator () (const EOT & _old_solution, EOT & _new_solution)
     00080   {
     00081     M move, best_move;
    -00082     Fitness best_fitness;
    +00082     Fitness best_fitness;
     00083     bool has_next_move, selection_update_is_ok;
     00084 
     00085     if( _old_solution.invalid() )
    @@ -103,22 +102,22 @@
     00096     move=best_move;
     00097 
     00098     //At the begining, the new sol is equivalent to the old one.
    -00099     _new_solution=(EOT)_old_solution;
    +00099     _new_solution=(EOT)_old_solution;
     00100 
     00101     // Restarting the exploration of the neighbourhood
    -00102     move_initializer(move, _old_solution); 
    +00102     move_initializer(move, _old_solution); 
     00103 
    -00104     move_selection.init(_old_solution.fitness ());
    +00104     move_selection.init(_old_solution.fitness ());
     00105 
     00106     do
     00107       {
    -00108         selection_update_is_ok = move_selection.update (move, incremental_evaluation(move, _old_solution) );
    -00109         has_next_move = next_move_generator (move, _old_solution);
    +00108         selection_update_is_ok = move_selection.update (move, incremental_evaluation(move, _old_solution) );
    +00109         has_next_move = next_move_generator (move, _old_solution);
     00110       }
     00111     while ( selection_update_is_ok && has_next_move);
     00112 
     00113     //The selecter gives the value of the best move and the corresponding best fitness.
    -00114     move_selection (best_move, best_fitness);
    +00114     move_selection (best_move, best_fitness);
     00115     
     00116     //The best move is applied on the new solution.
     00117     best_move(_new_solution);
    @@ -129,18 +128,18 @@
     00122 
     00123  private:
     00124 
    -00126   moMoveInit < M > & move_initializer;
    +00126   moMoveInit < M > & move_initializer;
     00127 
    -00129   moNextMove < M > & next_move_generator;
    +00129   moNextMove < M > & next_move_generator;
     00130 
    -00132   moMoveIncrEval < M > & incremental_evaluation;
    +00132   moMoveIncrEval < M > & incremental_evaluation;
     00133 
    -00135   moMoveSelect < M > & move_selection;
    +00135   moMoveSelect < M > & move_selection;
     00136 };
     00137 
     00138 #endif
    -

    Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +
    Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
    +doxygen 1.4.7
    diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/mo_i_l_s_8h-source.html b/tags/dummy-tag/paradiseo-mo/doc/html/mo_i_l_s_8h-source.html index dca8fce5d..093b9368e 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/mo_i_l_s_8h-source.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/mo_i_l_s_8h-source.html @@ -1,15 +1,15 @@ - -ParadisEO-MOMovingObjects: moILS.h Source File + +ParadisEO-MO-MovingObjects: moILS.h Source File - +
    -
    +

    moILS.h

    00001 /*
     00002   <moILS.h>
     00003   Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2008
    @@ -68,63 +67,63 @@
     00044 
     00046 
     00049 template < class M >
    -00050 class moILS:public moAlgo < typename M::EOType >
    +00050 class moILS:public moAlgo < typename M::EOType >
     00051 {
    -00053   typedef typename M::EOType EOT;
    +00053   typedef typename M::EOType EOT;
     00054 
    -00056   typedef typename EOT::Fitness Fitness;
    +00056   typedef typename EOT::Fitness Fitness;
     00057 
     00058  public:
     00059 
     00061 
    -00070   moILS (moAlgo<EOT> & _algorithm, moSolContinue <EOT> & _continue, moComparator<EOT> & _acceptance_criterion, 
    -00071          eoMonOp<EOT> & _perturbation, eoEvalFunc<EOT> & _full_evaluation):
    -00072   algorithm(_algorithm), continu(_continue), acceptance_criterion(_acceptance_criterion), 
    -00073     perturbation(_perturbation), full_evaluation(_full_evaluation)
    +00070   moILS (moAlgo<EOT> & _algorithm, moSolContinue <EOT> & _continue, moComparator<EOT> & _acceptance_criterion, 
    +00071          eoMonOp<EOT> & _perturbation, eoEvalFunc<EOT> & _full_evaluation):
    +00072   algorithm(_algorithm), continu(_continue), acceptance_criterion(_acceptance_criterion), 
    +00073     perturbation(_perturbation), full_evaluation(_full_evaluation)
     00074   {}
     00075 
     00077 
    -00087   moILS (moMoveInit < M > & _move_initializer, moNextMove < M > & _next_move_generator, 
    +00087   moILS (moMoveInit < M > & _move_initializer, moNextMove < M > & _next_move_generator, 
     00088          moMoveIncrEval < M > & _incremental_evaluation, moMoveSelect < M > & _move_selection,
    -00089          moSolContinue <EOT> & _continue, moComparator<EOT> & _acceptance_criterion,
    -00090          eoMonOp<EOT> & _perturbation, eoEvalFunc<EOT> & _full_evaluation):
    -00091   algorithm( *new moHC<M>(_move_initializer, _next_move_generator, _incremental_evaluation, _move_selection, _full_evaluation) ),
    -00092     continu(_continue), acceptance_criterion(_acceptance_criterion), perturbation(_perturbation), full_evaluation(_full_evaluation)
    +00089          moSolContinue <EOT> & _continue, moComparator<EOT> & _acceptance_criterion,
    +00090          eoMonOp<EOT> & _perturbation, eoEvalFunc<EOT> & _full_evaluation):
    +00091   algorithm( *new moHC<M>(_move_initializer, _next_move_generator, _incremental_evaluation, _move_selection, _full_evaluation) ),
    +00092     continu(_continue), acceptance_criterion(_acceptance_criterion), perturbation(_perturbation), full_evaluation(_full_evaluation)
     00093   {}
     00094 
     00096 
    -00108   moILS (moMoveInit <M> & _move_initializer, moNextMove <M> & _next_move_generator, 
    +00108   moILS (moMoveInit <M> & _move_initializer, moNextMove <M> & _next_move_generator, 
     00109          moMoveIncrEval <M> & _incremental_evaluation, moTabuList <M> & _tabu_list, 
     00110          moAspirCrit <M> & _aspiration_criterion, moSolContinue <EOT> & _moTS_continue,
    -00111          moSolContinue <EOT> & _continue, moComparator<EOT> & _acceptance_criterion, eoMonOp<EOT> & _perturbation,
    -00112          eoEvalFunc<EOT> & _full_evaluation):
    -00113   algorithm( *new moTS<M>(_move_initializer, _next_move_generator, _incremental_evaluation, _tabu_list, _aspiration_criterion, 
    +00111          moSolContinue <EOT> & _continue, moComparator<EOT> & _acceptance_criterion, eoMonOp<EOT> & _perturbation,
    +00112          eoEvalFunc<EOT> & _full_evaluation):
    +00113   algorithm( *new moTS<M>(_move_initializer, _next_move_generator, _incremental_evaluation, _tabu_list, _aspiration_criterion, 
     00114                      _moTS_continue, _full_evaluation) ),
    -00115     continu(_continue), acceptance_criterion(_acceptance_criterion), perturbation(_perturbation), full_evaluation(_full_evaluation)
    +00115     continu(_continue), acceptance_criterion(_acceptance_criterion), perturbation(_perturbation), full_evaluation(_full_evaluation)
     00116   {}
     00117   
     00119 
    -00130   moILS (moRandMove<M> & _random_move_generator, moMoveIncrEval <M> & _incremental_evaluation, moSolContinue <EOT> & _moSA_continue, 
    -00131          double _initial_temperature, moCoolingSchedule & _cooling_schedule, moSolContinue <EOT> & _continue, 
    -00132          moComparator<EOT> & _acceptance_criterion, eoMonOp<EOT> & _perturbation, eoEvalFunc<EOT> & _full_evaluation):
    -00133   algorithm( *new moSA<M>(_random_move_generator, _incremental_evaluation, _moSA_continue, _initial_temperature,
    +00130   moILS (moRandMove<M> & _random_move_generator, moMoveIncrEval <M> & _incremental_evaluation, moSolContinue <EOT> & _moSA_continue, 
    +00131          double _initial_temperature, moCoolingSchedule & _cooling_schedule, moSolContinue <EOT> & _continue, 
    +00132          moComparator<EOT> & _acceptance_criterion, eoMonOp<EOT> & _perturbation, eoEvalFunc<EOT> & _full_evaluation):
    +00133   algorithm( *new moSA<M>(_random_move_generator, _incremental_evaluation, _moSA_continue, _initial_temperature,
     00134                      _cooling_schedule, _full_evaluation) ),
    -00135     continu(_continue), acceptance_criterion(_acceptance_criterion), perturbation(_perturbation), full_evaluation(_full_evaluation)
    +00135     continu(_continue), acceptance_criterion(_acceptance_criterion), perturbation(_perturbation), full_evaluation(_full_evaluation)
     00136   {}
     00137 
     00139 
    -00146   bool operator()(EOT & _solution)
    +00146   bool operator()(EOT & _solution)
     00147   {
    -00148     EOT _solution_saved=_solution;
    +00148     EOT _solution_saved=_solution;
     00149 
    -00150     continu.init ();
    +00150     continu.init ();
     00151 
     00152     // some code has been duplicated in order to avoid one perturbation and one evaluation without adding a test in the loop.
     00153     // better than a do {} while; with a test in the loop.
     00154     
    -00155     algorithm(_solution);
    +00155     algorithm(_solution);
     00156 
    -00157     if ( acceptance_criterion(_solution, _solution_saved) )
    +00157     if ( acceptance_criterion(_solution, _solution_saved) )
     00158       {
     00159         _solution_saved=_solution;
     00160 
    @@ -134,14 +133,14 @@
     00164         _solution=_solution_saved;
     00165       }
     00166 
    -00167     while ( continu (_solution) )
    +00167     while ( continu (_solution) )
     00168       {
    -00169         perturbation(_solution);
    -00170         full_evaluation(_solution);
    +00169         perturbation(_solution);
    +00170         full_evaluation(_solution);
     00171 
    -00172         algorithm(_solution);
    +00172         algorithm(_solution);
     00173 
    -00174         if ( acceptance_criterion(_solution, _solution_saved) )
    +00174         if ( acceptance_criterion(_solution, _solution_saved) )
     00175           {
     00176             _solution_saved=_solution;
     00177           }
    @@ -156,20 +155,20 @@
     00186 
     00187  private:
     00188 
    -00190   moAlgo<EOT> & algorithm;
    +00190   moAlgo<EOT> & algorithm;
     00191 
    -00193   moSolContinue<EOT> & continu;
    +00193   moSolContinue<EOT> & continu;
     00194 
    -00196   moComparator<EOT> & acceptance_criterion;
    +00196   moComparator<EOT> & acceptance_criterion;
     00197 
    -00199   eoMonOp<EOT> & perturbation;
    +00199   eoMonOp<EOT> & perturbation;
     00200 
    -00202   eoEvalFunc<EOT> & full_evaluation;
    +00202   eoEvalFunc<EOT> & full_evaluation;
     00203 };
     00204 
     00205 #endif
    -

    Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +
    Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
    +doxygen 1.4.7
    diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/mo_impr_best_fit_aspir_crit_8h-source.html b/tags/dummy-tag/paradiseo-mo/doc/html/mo_impr_best_fit_aspir_crit_8h-source.html index 9b715b611..2948981b2 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/mo_impr_best_fit_aspir_crit_8h-source.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/mo_impr_best_fit_aspir_crit_8h-source.html @@ -1,15 +1,15 @@ - -ParadisEO-MOMovingObjects: moImprBestFitAspirCrit.h Source File + +ParadisEO-MO-MovingObjects: moImprBestFitAspirCrit.h Source File - +
    -
    +

    moImprBestFitAspirCrit.h

    00001 /*
     00002   <moImprBestFitAspirCrit.h>
     00003   Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2008
    @@ -64,54 +63,55 @@
     00040 
     00042 
     00046 template < class M >
    -00047 class moImprBestFitAspirCrit:public moAspirCrit < M >
    +00047 class moImprBestFitAspirCrit:public moAspirCrit < M >
     00048 {
     00049 
     00050  public:
     00051 
    -00053   typedef typename M::EOType::Fitness Fitness;
    +00053   typedef typename M::EOType::Fitness Fitness;
     00054 
    -00056   moImprBestFitAspirCrit ()
    -00057     {
    -00058       first_time = true;
    -00059     }
    -00060 
    -00062   void init ()
    -00063   {
    -00064     first_time = true;
    -00065   }
    +00056   moImprBestFitAspirCrit (): first_time(true)
    +00057     {}
    +00058 
    +00060   void init ()
    +00061   {
    +00062     first_time = true;
    +00063   }
    +00064 
     00066 
    -00068 
    -00075   bool operator () (const M & _move, const Fitness & _fitness)
    -00076   {
    -00077     if (first_time)
    -00078       {
    -00079         best_fitness = _fitness;
    -00080         first_time = false;
    -00081 
    -00082         return true;
    -00083       }
    -00084 
    -00085     if (_fitness < best_fitness)
    -00086       {
    -00087         return false;
    -00088       }
    -00089     
    -00090     best_fitness = _fitness;
    -00091     
    -00092     return true;
    -00093   }
    -00094 
    -00095  private:
    -00096 
    -00098   Fitness best_fitness;
    -00099 
    -00101   bool first_time;
    -00102 };
    -00103 
    -00104 #endif
    -

    Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +00073 bool operator () (const M & _move, const Fitness & _fitness) +00074 { +00075 //code only used for avoiding warning because _move is not used in this function. +00076 const M move(_move); +00077 +00078 if (first_time) +00079 { +00080 best_fitness = _fitness; +00081 first_time = false; +00082 +00083 return true; +00084 } +00085 +00086 if (_fitness < best_fitness) +00087 { +00088 return false; +00089 } +00090 +00091 best_fitness = _fitness; +00092 +00093 return true; +00094 } +00095 +00096 private: +00097 +00099 Fitness best_fitness; +00100 +00102 bool first_time; +00103 }; +00104 +00105 #endif +
    Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
    +doxygen 1.4.7
    diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/mo_it_rand_next_move_8h-source.html b/tags/dummy-tag/paradiseo-mo/doc/html/mo_it_rand_next_move_8h-source.html index 408ad9e50..be3ceb291 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/mo_it_rand_next_move_8h-source.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/mo_it_rand_next_move_8h-source.html @@ -1,15 +1,15 @@ - -ParadisEO-MOMovingObjects: moItRandNextMove.h Source File + +ParadisEO-MO-MovingObjects: moItRandNextMove.h Source File - +
    -
    +

    moItRandNextMove.h

    00001 /*
     00002   <moItRandNextMove.h>
     00003   Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2008
    @@ -65,47 +64,47 @@
     00041 
     00043 
     00046 template < class M > 
    -00047 class moItRandNextMove:public moNextMove < M >
    +00047 class moItRandNextMove:public moNextMove < M >
     00048 {
    -00050   typedef typename M::EOType EOT;
    +00050   typedef typename M::EOType EOT;
     00051 
     00052  public:
     00053 
     00055 
    -00061   moItRandNextMove (moRandMove < M > & _random_move_generator, unsigned int _iteration_maximum_number):
    -00062   random_move_generator(_random_move_generator), iteration_maximum_number(_iteration_maximum_number), iteration_number(0)
    +00061   moItRandNextMove (moRandMove < M > & _random_move_generator, unsigned int _iteration_maximum_number):
    +00062   random_move_generator(_random_move_generator), iteration_maximum_number(_iteration_maximum_number), iteration_number(0)
     00063     {}
     00064 
     00066 
    -00073   bool operator () (M & _move, const EOT & _solution)
    +00073   bool operator () (M & _move, const EOT & _solution)
     00074   {
     00075     //code only used to avoid warning because _solution is not used in this function.
    -00076     EOT solution=(EOT)_solution;
    +00076     const EOT solution(_solution);
     00077     
    -00078     if (iteration_number++ > iteration_maximum_number)
    +00078     if (iteration_number > iteration_maximum_number)
     00079       {
    -00080         iteration_number = 0;
    +00080         iteration_number = 0;
     00081         return false;
     00082       }
     00083     
    -00084     random_move_generator (_move);
    -00085     iteration_number++;
    +00084     random_move_generator (_move);
    +00085     iteration_number++;
     00086     
     00087     return true;
     00088   }
     00089 
     00090  private:
     00091 
    -00093   moRandMove < M > & random_move_generator;
    +00093   moRandMove < M > & random_move_generator;
     00094 
    -00096   unsigned int iteration_maximum_number;
    +00096   unsigned int iteration_maximum_number;
     00097 
    -00099   unsigned int iteration_number;
    +00099   unsigned int iteration_number;
     00100 };
     00101 
     00102 #endif
    -

    Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +
    Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
    +doxygen 1.4.7
    diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/mo_l_s_check_point_8h-source.html b/tags/dummy-tag/paradiseo-mo/doc/html/mo_l_s_check_point_8h-source.html index b1268ea55..4de28f4f2 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/mo_l_s_check_point_8h-source.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/mo_l_s_check_point_8h-source.html @@ -1,15 +1,15 @@ - -ParadisEO-MOMovingObjects: moLSCheckPoint.h Source File + +ParadisEO-MO-MovingObjects: moLSCheckPoint.h Source File - +
    -
    +

    moLSCheckPoint.h

    00001 /*
     00002   <moLSCheckPoint.h>
     00003   Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2008
    @@ -64,35 +63,35 @@
     00040 
     00042 
     00045 template < class M > 
    -00046 class moLSCheckPoint:public eoBF < const M &, const typename M::EOType &, void >
    +00046 class moLSCheckPoint:public eoBF < const M &, const typename M::EOType &, void >
     00047 {
     00048  public:
     00049   
     00051 
    -00057   void operator () (const M & _move, const typename M::EOType & _solution)
    +00057   void operator () (const M & _move, const typename M::EOType & _solution)
     00058   {
     00059     unsigned int i;
     00060     
    -00061     for (i = 0; i < functions.size (); i++)
    +00061     for (i = 0; i < functions.size (); i++)
     00062       {
    -00063         functions[i]->operator ()(_move, _solution);
    +00063         functions[i]->operator ()(_move, _solution);
     00064       }
     00065   }
     00066 
     00068 
    -00072   void add (eoBF < const M &, const typename M::EOType &, void >& _function)
    +00072   void add (eoBF < const M &, const typename M::EOType &, void >& _function)
     00073   {
    -00074     functions.push_back(& _function);
    +00074     functions.push_back(& _function);
     00075   }
     00076   
     00077  private:
     00078 
    -00080   std::vector < eoBF < const M &, const typename M::EOType &, void >*>  functions;
    +00080   std::vector < eoBF < const M &, const typename M::EOType &, void >*>  functions;
     00081 };
     00082 
     00083 #endif
    -

    Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +
    Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
    +doxygen 1.4.7
    diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/mo_linear_cooling_schedule_8h-source.html b/tags/dummy-tag/paradiseo-mo/doc/html/mo_linear_cooling_schedule_8h-source.html index 8edf2d65a..3249edb58 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/mo_linear_cooling_schedule_8h-source.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/mo_linear_cooling_schedule_8h-source.html @@ -1,15 +1,15 @@ - -ParadisEO-MOMovingObjects: moLinearCoolingSchedule.h Source File + +ParadisEO-MO-MovingObjects: moLinearCoolingSchedule.h Source File - +
    -
    +

    moLinearCoolingSchedule.h

    00001 /*
     00002   <moLinearCoolingSchedule.h>
     00003   Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2008
    @@ -63,30 +62,30 @@
     00039 #include <moCoolingSchedule.h>
     00040 
     00042 
    -00046 class moLinearCoolingSchedule: public moCoolingSchedule
    +00046 class moLinearCoolingSchedule: public moCoolingSchedule
     00047 {
     00048 
     00049  public:
     00051 
    -00055   moLinearCoolingSchedule (double _threshold, double _quantity):threshold (_threshold), quantity (_quantity)
    +00055   moLinearCoolingSchedule (double _threshold, double _quantity):threshold (_threshold), quantity (_quantity)
     00056   {}
     00057 
     00059 
    -00065   bool operator() (double & _current_temperature)
    +00065   bool operator() (double & _current_temperature)
     00066   {
    -00067     return (_current_temperature -= quantity) > threshold;
    +00067     return (_current_temperature -= quantity) > threshold;
     00068   }
     00069 
     00070  private:
     00071 
    -00073   double threshold;
    +00073   double threshold;
     00074 
    -00076   double quantity;
    +00076   double quantity;
     00077 };
     00078 
     00079 #endif
    -

    Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +
    Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
    +doxygen 1.4.7
    diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/mo_move_8h-source.html b/tags/dummy-tag/paradiseo-mo/doc/html/mo_move_8h-source.html index fd6235043..2041bc339 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/mo_move_8h-source.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/mo_move_8h-source.html @@ -1,15 +1,15 @@ - -ParadisEO-MOMovingObjects: moMove.h Source File + +ParadisEO-MO-MovingObjects: moMove.h Source File - +
    -
    +

    moMove.h

    00001 /*
     00002   <moMove.h>
     00003   Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2008
    @@ -65,16 +64,16 @@
     00041 
     00043 
     00048 template < class EOT >
    -00049 class moMove:public eoUF < EOT &, void >
    +00049 class moMove:public eoUF < EOT &, void >
     00050 {
     00051  public:
     00052   
    -00054   typedef EOT EOType;
    +00054   typedef EOT EOType;
     00055 };
     00056 
     00057 #endif
    -

    Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +
    Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
    +doxygen 1.4.7
    diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/mo_move_expl_8h-source.html b/tags/dummy-tag/paradiseo-mo/doc/html/mo_move_expl_8h-source.html index d90c691c1..143126d5b 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/mo_move_expl_8h-source.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/mo_move_expl_8h-source.html @@ -1,15 +1,15 @@ - -ParadisEO-MOMovingObjects: moMoveExpl.h Source File + +ParadisEO-MO-MovingObjects: moMoveExpl.h Source File - +
    -
    +

    moMoveExpl.h

    00001 /*
     00002   <moMoveExpl.h>
     00003   Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2008
    @@ -63,13 +62,13 @@
     00039 #include <eoFunctor.h>
     00040 
     00042 
    -00045 template < class M > class 
    -00046 moMoveExpl : public eoBF < const typename M::EOType &, typename M::EOType &, void > 
    +00045 template < class M >
    +00046 class moMoveExpl : public eoBF < const typename M::EOType &, typename M::EOType &, void > 
     00047 {};
     00048 
     00049 #endif
    -

    Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +
    Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
    +doxygen 1.4.7
    diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/mo_move_incr_eval_8h-source.html b/tags/dummy-tag/paradiseo-mo/doc/html/mo_move_incr_eval_8h-source.html index e6798ef20..509485d39 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/mo_move_incr_eval_8h-source.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/mo_move_incr_eval_8h-source.html @@ -1,15 +1,15 @@ - -ParadisEO-MOMovingObjects: moMoveIncrEval.h Source File + +ParadisEO-MO-MovingObjects: moMoveIncrEval.h Source File - +
    -
    +

    moMoveIncrEval.h

    00001 /*
     00002   <moMoveIncrEval.h>
     00003   Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2008
    @@ -64,12 +63,12 @@
     00040 
     00042 
     00048 template < class M >
    -00049 class moMoveIncrEval:public eoBF < const M &, const typename M::EOType &, typename M::EOType::Fitness >
    +00049 class moMoveIncrEval:public eoBF < const M &, const typename M::EOType &, typename M::EOType::Fitness >
     00050 {};
     00051 
     00052 #endif
    -

    Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +
    Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
    +doxygen 1.4.7
    diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/mo_move_init_8h-source.html b/tags/dummy-tag/paradiseo-mo/doc/html/mo_move_init_8h-source.html index 1873c9e27..b660de76a 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/mo_move_init_8h-source.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/mo_move_init_8h-source.html @@ -1,15 +1,15 @@ - -ParadisEO-MOMovingObjects: moMoveInit.h Source File + +ParadisEO-MO-MovingObjects: moMoveInit.h Source File - +
    -
    +

    moMoveInit.h

    00001 /*
     00002   <moMoveInit.h>
     00003   Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2008
    @@ -64,12 +63,12 @@
     00040 
     00042 
     00046 template < class M >
    -00047 class moMoveInit:public eoBF < M &, const typename M::EOType &, void >
    +00047 class moMoveInit:public eoBF < M &, const typename M::EOType &, void >
     00048 {};
     00049 
     00050 #endif
    -

    Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +
    Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
    +doxygen 1.4.7
    diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/mo_move_loop_expl_8h-source.html b/tags/dummy-tag/paradiseo-mo/doc/html/mo_move_loop_expl_8h-source.html index 365c5c611..70a91b895 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/mo_move_loop_expl_8h-source.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/mo_move_loop_expl_8h-source.html @@ -1,15 +1,15 @@ - -ParadisEO-MOMovingObjects: moMoveLoopExpl.h Source File + +ParadisEO-MO-MovingObjects: moMoveLoopExpl.h Source File - +
    -
    +

    moMoveLoopExpl.h

    00001 /*
     00002   <moMoveLoopExpl.h>
     00003   Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2008
    @@ -65,12 +64,12 @@
     00041 
     00043 
     00046 template < class M >
    -00047 class moMoveLoopExpl:public moMoveExpl < M >
    +00047 class moMoveLoopExpl:public moMoveExpl < M >
     00048 {};
     00049 
     00050 #endif
    -

    Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +
    Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
    +doxygen 1.4.7
    diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/mo_move_select_8h-source.html b/tags/dummy-tag/paradiseo-mo/doc/html/mo_move_select_8h-source.html index 163dd240e..c1aafa41a 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/mo_move_select_8h-source.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/mo_move_select_8h-source.html @@ -1,15 +1,15 @@ - -ParadisEO-MOMovingObjects: moMoveSelect.h Source File + +ParadisEO-MO-MovingObjects: moMoveSelect.h Source File - +
    -
    +

    moMoveSelect.h

    00001 /*
     00002   <moMoveSelect.h>
     00003   Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2008
    @@ -66,22 +65,22 @@
     00042 
     00044 
     00049 template < class M >
    -00050 class moMoveSelect:public eoBF < M &, typename M::EOType::Fitness &, void >
    +00050 class moMoveSelect:public eoBF < M &, typename M::EOType::Fitness &, void >
     00051 {
     00052  public:
    -00054   typedef typename M::EOType::Fitness Fitness;
    +00054   typedef typename M::EOType::Fitness Fitness;
     00055   
     00057 
    -00064   virtual void init (const Fitness & _fitness) = 0;
    +00064   virtual void init (const Fitness & _fitness) = 0;
     00065 
     00067 
    -00072   virtual bool update (const M & _move, const Fitness & _fitness) = 0;
    +00072   virtual bool update (const M & _move, const Fitness & _fitness) = 0;
     00073 
     00074 };
     00075 
     00076 #endif
    -

    Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +
    Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
    +doxygen 1.4.7
    diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/mo_next_move_8h-source.html b/tags/dummy-tag/paradiseo-mo/doc/html/mo_next_move_8h-source.html index b0e413c62..de4586811 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/mo_next_move_8h-source.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/mo_next_move_8h-source.html @@ -1,15 +1,15 @@ - -ParadisEO-MOMovingObjects: moNextMove.h Source File + +ParadisEO-MO-MovingObjects: moNextMove.h Source File - +
    -
    +

    moNextMove.h

    00001 /*
     00002   <moNextMove.h>
     00003   Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2008
    @@ -64,12 +63,12 @@
     00040 
     00042 
     00046 template < class M > 
    -00047 class moNextMove:public eoBF < M &, const typename M::EOType &, bool >
    +00047 class moNextMove:public eoBF < M &, const typename M::EOType &, bool >
     00048 {};
     00049 
     00050 #endif
    -

    Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +
    Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
    +doxygen 1.4.7
    diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/mo_no_aspir_crit_8h-source.html b/tags/dummy-tag/paradiseo-mo/doc/html/mo_no_aspir_crit_8h-source.html index 85100dd32..4f5317a1e 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/mo_no_aspir_crit_8h-source.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/mo_no_aspir_crit_8h-source.html @@ -1,15 +1,15 @@ - -ParadisEO-MOMovingObjects: moNoAspirCrit.h Source File + +ParadisEO-MO-MovingObjects: moNoAspirCrit.h Source File - +
    -
    +

    moNoAspirCrit.h

    00001 /*
     00002   <moNoAspirCrit.h>
     00003   Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2008
    @@ -65,22 +64,29 @@
     00041 
     00043 
     00046 template < class M >
    -00047 class moNoAspirCrit:public moAspirCrit < M >
    +00047 class moNoAspirCrit:public moAspirCrit < M >
     00048 {
    +00049  public:
     00050 
    -00057   bool operator   () (const M & _move, const typename M::EOType::Fitness & _fitness)
    -00058   {
    -00059     return false;
    -00060   }
    -00061 
    -00063 
    -00066   void init ()
    -00067   {}
    -00068 };
    -00069 
    -00070 #endif
    -

    Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +00052 +00059 bool operator () (const M & _move, const typename M::EOType::Fitness & _fitness) +00060 { +00061 //Code only used to avoid warning because _move and _fitness are not used in this procedure. +00062 const M move(_move); +00063 typename M::EOType::Fitness fitness; +00064 fitness=(typename M::EOType::Fitness)_fitness; +00065 +00066 return false; +00067 } +00068 +00070 +00073 void init () +00074 {} +00075 }; +00076 +00077 #endif +
    Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
    +doxygen 1.4.7
    diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/mo_no_fit_impr_sol_continue_8h-source.html b/tags/dummy-tag/paradiseo-mo/doc/html/mo_no_fit_impr_sol_continue_8h-source.html index ef7111b94..3271346e3 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/mo_no_fit_impr_sol_continue_8h-source.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/mo_no_fit_impr_sol_continue_8h-source.html @@ -1,15 +1,15 @@ - -ParadisEO-MOMovingObjects: moNoFitImprSolContinue.h Source File + +ParadisEO-MO-MovingObjects: moNoFitImprSolContinue.h Source File - +
    -
    +

    moNoFitImprSolContinue.h

    00001 /*
     00002   <moNoFitImprSolContinue.h>
     00003   Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2008
    @@ -64,70 +63,70 @@
     00040 
     00042 
     00045 template < class EOT > 
    -00046 class moNoFitImprSolContinue:public moSolContinue < EOT >
    +00046 class moNoFitImprSolContinue:public moSolContinue < EOT >
     00047 {
     00048  public:
     00049 
    -00051   typedef typename EOT::Fitness Fitness;
    +00051   typedef typename EOT::Fitness Fitness;
     00052 
     00054 
    -00057   moNoFitImprSolContinue (unsigned int _maxNumberOfIterationWithoutImprovement)
    -00058     : maxNumberOfIterationsWithoutImprovement(_maxNumberOfIterationWithoutImprovement), firstFitnessSaved(true), counter(0)
    +00057   moNoFitImprSolContinue (unsigned int _maxNumberOfIterationWithoutImprovement)
    +00058     : maxNumberOfIterationsWithoutImprovement(_maxNumberOfIterationWithoutImprovement), firstFitnessSaved(true), counter(0)
     00059     {}
     00060 
     00062 
    -00067   bool operator () (const EOT & _solution)
    +00067   bool operator () (const EOT & _solution)
     00068   {
     00069     if (_solution.invalid())
     00070       {
     00071         throw std::runtime_error("[moNoFitImprSolContinue.h]: The current solution has not been evaluated.");
     00072       }
     00073     
    -00074     if (firstFitnessSaved)
    +00074     if (firstFitnessSaved)
     00075       {
    -00076         fitness=_solution.fitness();
    -00077         counter=0;
    -00078         firstFitnessSaved=false;
    +00076         fitness=_solution.fitness();
    +00077         counter=0;
    +00078         firstFitnessSaved=false;
     00079         return true;
     00080       }
     00081 
    -00082     counter++;
    +00082     counter++;
     00083 
    -00084     if ( _solution.fitness() > fitness)
    +00084     if ( _solution.fitness() > fitness)
     00085       {
    -00086         fitness=_solution.fitness();
    -00087         counter=0;
    +00086         fitness=_solution.fitness();
    +00087         counter=0;
     00088       }
     00089 
    -00090     if (counter==maxNumberOfIterationsWithoutImprovement)
    +00090     if (counter==maxNumberOfIterationsWithoutImprovement)
     00091       {
    -00092         std::cout << "[moNoFitImrpSolContinue.h]: Done [" << counter  << "] iterations without improvement." << std::endl;
    +00092         std::cout << "[moNoFitImrpSolContinue.h]: Done [" << counter  << "] iterations without improvement." << std::endl;
     00093       }
     00094     
    -00095     return counter!=maxNumberOfIterationsWithoutImprovement;
    +00095     return counter!=maxNumberOfIterationsWithoutImprovement;
     00096   }
     00097 
     00099 
    -00102   void init ()
    +00102   void init ()
     00103   {
    -00104     firstFitnessSaved=true;
    -00105     counter=0;
    +00104     firstFitnessSaved=true;
    +00105     counter=0;
     00106   }
     00107 
     00108  private:
     00109 
    -00111   unsigned int maxNumberOfIterationsWithoutImprovement;
    +00111   unsigned int maxNumberOfIterationsWithoutImprovement;
     00112 
    -00114   bool firstFitnessSaved;
    +00114   bool firstFitnessSaved;
     00115 
    -00117   Fitness fitness;
    +00117   Fitness fitness;
     00118 
    -00120   unsigned int counter;
    +00120   unsigned int counter;
     00121 };
     00122 
     00123 #endif
    -

    Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +
    Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
    +doxygen 1.4.7
    diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/mo_rand_impr_select_8h-source.html b/tags/dummy-tag/paradiseo-mo/doc/html/mo_rand_impr_select_8h-source.html index d3246e519..3068fb490 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/mo_rand_impr_select_8h-source.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/mo_rand_impr_select_8h-source.html @@ -1,15 +1,15 @@ - -ParadisEO-MOMovingObjects: moRandImprSelect.h Source File + +ParadisEO-MO-MovingObjects: moRandImprSelect.h Source File - +
    -
    +

    moRandImprSelect.h

    00001 /*
     00002   <moRandImprSelect.h>
     00003   Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2008
    @@ -66,63 +65,71 @@
     00042 
     00044 
     00048 template < class M > 
    -00049 class moRandImprSelect: public moMoveSelect < M >
    +00049 class moRandImprSelect: public moMoveSelect < M >
     00050 {
     00051  public:
     00052 
    -00054   typedef typename M::EOType::Fitness Fitness;
    +00054   typedef typename M::EOType::Fitness Fitness;
     00055 
     00057 
    -00063   void init (const Fitness & _fitness)
    +00063   void init (const Fitness & _fitness)
     00064   {
    -00065     initial_fitness = _fitness;
    -00066     better_fitnesses.clear();
    -00067     better_moves.clear();
    -00068   }
    -00069 
    -00071 
    -00079   bool update (const M & _move, const Fitness & _fitness)
    -00080   {
    -00081 
    -00082     if (_fitness > initial_fitness)
    -00083       {
    -00084         better_fitnesses.push_back(_fitness);
    -00085         better_moves.push_back(_move);
    -00086       }
    -00087 
    -00088     return true;
    -00089   }
    -00090 
    +00065     initial_fitness = _fitness;
    +00066     better_fitnesses.clear();
    +00067     better_moves.clear();
    +00068     firstTime=true;
    +00069   }
    +00070 
    +00072 
    +00080   bool update (const M & _move, const Fitness & _fitness)
    +00081   {
    +00082     firstTime=false;
    +00083 
    +00084     if (_fitness > initial_fitness)
    +00085       {
    +00086         better_fitnesses.push_back(_fitness);
    +00087         better_moves.push_back(_move);
    +00088       }
    +00089     
    +00090     return true;
    +00091   }
     00092 
    -00098   void operator () (M & _move, Fitness & _fitness)
    -00099   {
    -00100     unsigned int index;
    -00101     
    -00102     index=0;
    -00103 
    -00104     if( (better_fitnesses.size()==0) || (better_moves.size()==0) )
    -00105       {
    -00106         throw std::runtime_error("[moRandImprSelect.h]: no move or/and no fitness already saved, update has to be called first.");
    -00107       }
    -00108 
    -00109     index = rng.random (better_fitnesses.size ());
    -00110     
    -00111     _move = better_moves[index];
    -00112     _fitness = better_fitnesses[index];
    -00113   }
    +00094 
    +00100   void operator () (M & _move, Fitness & _fitness)
    +00101   {
    +00102     unsigned int index;
    +00103     
    +00104     index=0;
    +00105     
    +00106     if( (better_fitnesses.size()==0) || (better_moves.size()==0) )
    +00107       {
    +00108         if(firstTime)
    +00109           {
    +00110             throw std::runtime_error("[moRandImprSelect.h]: no move or/and no fitness already saved, update has to be called first.");
    +00111           }
    +00112         return;
    +00113       }
     00114 
    -00115  private:
    -00116 
    -00118   Fitness initial_fitness;
    -00119 
    -00121   std::vector < Fitness > better_fitnesses;
    +00115     index = rng.random (better_fitnesses.size ());
    +00116     
    +00117     _move = better_moves[index];
    +00118     _fitness = better_fitnesses[index];
    +00119   }
    +00120 
    +00121  private:
     00122 
    -00124   std::vector < M > better_moves;
    -00125 };
    -00126 
    -00127 #endif
    -

    Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +00124 Fitness initial_fitness; +00125 +00127 std::vector < Fitness > better_fitnesses; +00128 +00130 std::vector < M > better_moves; +00131 +00133 bool firstTime; +00134 }; +00135 +00136 #endif +
    Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
    +doxygen 1.4.7
    diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/mo_rand_move_8h-source.html b/tags/dummy-tag/paradiseo-mo/doc/html/mo_rand_move_8h-source.html index c175aa463..f0413a72b 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/mo_rand_move_8h-source.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/mo_rand_move_8h-source.html @@ -1,15 +1,15 @@ - -ParadisEO-MOMovingObjects: moRandMove.h Source File + +ParadisEO-MO-MovingObjects: moRandMove.h Source File - +
    -
    +

    moRandMove.h

    00001 /*
     00002   <moRandMove.h>
     00003   Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2008
    @@ -64,12 +63,12 @@
     00040 
     00042 
     00045 template < class M >
    -00046 class moRandMove:public eoUF < M &, void >
    +00046 class moRandMove:public eoUF < M &, void >
     00047 {};
     00048 
     00049 #endif
    -

    Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +
    Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
    +doxygen 1.4.7
    diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/mo_s_a_8h-source.html b/tags/dummy-tag/paradiseo-mo/doc/html/mo_s_a_8h-source.html index 251100ead..1b1ab76f5 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/mo_s_a_8h-source.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/mo_s_a_8h-source.html @@ -1,15 +1,15 @@ - -ParadisEO-MOMovingObjects: moSA.h Source File + +ParadisEO-MO-MovingObjects: moSA.h Source File - +
    -
    +

    moSA.h

    00001 /*
     00002   <moSA.h>
     00003   Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2008
    @@ -71,49 +70,49 @@
     00047 
     00049 
     00052 template < class M >
    -00053 class moSA:public moAlgo < typename M::EOType >
    +00053 class moSA:public moAlgo < typename M::EOType >
     00054 {
    -00056   typedef typename M::EOType EOT;
    +00056   typedef typename M::EOType EOT;
     00057 
    -00059   typedef typename EOT::Fitness Fitness;
    +00059   typedef typename EOT::Fitness Fitness;
     00060 
     00061  public:
     00062 
     00064 
    -00074   moSA (moRandMove < M > & _random_move_generator, moMoveIncrEval < M > & _incremental_evaluation,
    -00075         moSolContinue < EOT > & _continue, double _initial_temperature, moCoolingSchedule & _cooling_schedule,
    +00074   moSA (moRandMove < M > & _random_move_generator, moMoveIncrEval < M > & _incremental_evaluation,
    +00075         moSolContinue < EOT > & _continue, double _initial_temperature, moCoolingSchedule & _cooling_schedule,
     00076         eoEvalFunc < EOT > & _full_evaluation):
    -00077   random_move_generator(_random_move_generator), incremental_evaluation(_incremental_evaluation),
    -00078     continu(_continue), initial_temperature(_initial_temperature),
    -00079     cooling_schedule(_cooling_schedule), full_evaluation(_full_evaluation)
    +00077   random_move_generator(_random_move_generator), incremental_evaluation(_incremental_evaluation),
    +00078     continu(_continue), initial_temperature(_initial_temperature),
    +00079     cooling_schedule(_cooling_schedule), full_evaluation(_full_evaluation)
     00080   {}
     00081   
     00083 
    -00089   bool operator ()(EOT & _solution)
    +00089   bool operator ()(EOT & _solution)
     00090   {
    -00091     Fitness incremental_fitness, delta_fit;
    -00092     EOT best_solution;
    +00091     Fitness incremental_fitness, delta_fit;
    +00092     EOT best_solution;
     00093     double temperature;
     00094     M move;
     00095 
     00096     if (_solution.invalid())
     00097       {
    -00098         full_evaluation (_solution);
    +00098         full_evaluation (_solution);
     00099       }
     00100 
    -00101     temperature = initial_temperature;
    +00101     temperature = initial_temperature;
     00102 
     00103     best_solution = _solution;
     00104 
     00105     do
     00106       {
    -00107         continu.init ();
    +00107         continu.init ();
     00108         
     00109         do
     00110           {
    -00111             random_move_generator(move);
    +00111             random_move_generator(move);
     00112 
    -00113             incremental_fitness = incremental_evaluation (move, _solution);
    +00113             incremental_fitness = incremental_evaluation (move, _solution);
     00114 
     00115             delta_fit = incremental_fitness - _solution.fitness ();
     00116             
    @@ -122,7 +121,7 @@
     00119                 delta_fit = -delta_fit;
     00120               }
     00121 
    -00122             if ( (incremental_fitness > _solution.fitness()) || (rng.uniform () < exp (delta_fit / temperature)) )
    +00122             if ( (incremental_fitness > _solution.fitness()) || (rng.uniform () < exp (delta_fit / temperature)) )
     00123               {
     00124                 move(_solution);
     00125                 _solution.fitness(incremental_fitness);
    @@ -135,9 +134,9 @@
     00132               }
     00133             
     00134           }
    -00135         while ( continu (_solution) );
    +00135         while ( continu (_solution) );
     00136       }
    -00137     while ( cooling_schedule (temperature) );
    +00137     while ( cooling_schedule (temperature) );
     00138 
     00139     _solution = best_solution;
     00140 
    @@ -146,22 +145,22 @@
     00143 
     00144  private:
     00145 
    -00147   moRandMove < M > & random_move_generator;
    +00147   moRandMove < M > & random_move_generator;
     00148 
    -00150   moMoveIncrEval < M > & incremental_evaluation;
    +00150   moMoveIncrEval < M > & incremental_evaluation;
     00151 
    -00153   moSolContinue < EOT > & continu;
    +00153   moSolContinue < EOT > & continu;
     00154 
    -00156   double  initial_temperature;
    +00156   double  initial_temperature;
     00157   
    -00159   moCoolingSchedule & cooling_schedule;
    +00159   moCoolingSchedule & cooling_schedule;
     00160   
    -00162   eoEvalFunc < EOT > & full_evaluation;
    +00162   eoEvalFunc < EOT > & full_evaluation;
     00163 };
     00164 
     00165 #endif
    -

    Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +
    Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
    +doxygen 1.4.7
    diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/mo_simple_move_tabu_list_8h-source.html b/tags/dummy-tag/paradiseo-mo/doc/html/mo_simple_move_tabu_list_8h-source.html index 3e999905e..922b00aec 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/mo_simple_move_tabu_list_8h-source.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/mo_simple_move_tabu_list_8h-source.html @@ -1,15 +1,15 @@ - -ParadisEO-MOMovingObjects: moSimpleMoveTabuList.h Source File + +ParadisEO-MO-MovingObjects: moSimpleMoveTabuList.h Source File - +
    -
    +

    moSimpleMoveTabuList.h

    00001 /*
     00002   <moSimpleMoveTabuList.h>
     00003   Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2008
    @@ -66,68 +65,68 @@
     00042 #include <moTabuList.h>
     00043 
     00045 template <class M>
    -00046 class moSimpleMoveTabuList: public moTabuList < M >
    +00046 class moSimpleMoveTabuList: public moTabuList < M >
     00047 {
     00048  public:
     00049 
    -00051   typedef typename M::EOType EOT;
    +00051   typedef typename M::EOType EOT;
     00052 
    -00054   typedef typename std::list<M>::iterator moveIterator;
    +00054   typedef typename std::list<M>::iterator moveIterator;
     00055 
     00057   /*
     00058     \param _size The maximum size of the move tabu list.
     00059   */
    -00060  moSimpleMoveTabuList(unsigned int _memory_maximum_size): memory_maximum_size(_memory_maximum_size), memory_size(0)
    +00060  moSimpleMoveTabuList(unsigned int _memory_maximum_size): memory_maximum_size(_memory_maximum_size), memory_size(0)
     00061     {}
     00062 
     00064 
    -00069   bool operator () (const M & _move, const EOT & _solution)
    +00069   bool operator () (const M & _move, const EOT & _solution)
     00070   {
    -00071     moveIterator it;
    +00071     moveIterator it;
     00072     //code only used to avoid warning because _solution is not used in this function.
    -00073     EOT solution=(EOT)_solution;
    +00073     EOT solution=(EOT)_solution;
     00074     
    -00075     it=tabuList.begin();
    +00075     it=tabuList.begin();
     00076     // The code is !(*it)==_move instead of (*it)!=_move because people designing their specific move representation 
     00077     // will write the "==" operator (I hope) but not necessary the "!=" operator.
    -00078     while ( it!=tabuList.end() && !((*it)==_move) )
    +00078     while ( it!=tabuList.end() && !((*it)==_move) )
     00079       {
     00080         it++;
     00081       }
     00082 
    -00083     return it!=tabuList.end();
    +00083     return it!=tabuList.end();
     00084   }
     00085 
    -00086   void add(const M & _move, const EOT & _solution)
    +00086   void add(const M & _move, const EOT & _solution)
     00087   {
     00088     //code only used to avoid warning because _solution is not used in this function.
    -00089     EOT solution=(EOT)_solution;
    +00089     const EOT solution(_solution);
     00090 
    -00091     if (memory_size!=0)
    +00091     if (memory_size!=0)
     00092       {
     00093         // Useful in the case of a move has been kept thanks to the moAspirCrit.
     00094         // In this case, the move can already be in the tabuList.
    -00095         removeMove(_move);
    +00095         removeMove(_move);
     00096       }
     00097 
    -00098     tabuList.push_back(_move);
    +00098     tabuList.push_back(_move);
     00099 
    -00100     if (memory_size == memory_maximum_size)
    +00100     if (memory_size == memory_maximum_size)
     00101       {
    -00102         tabuList.erase(tabuList.begin());
    +00102         tabuList.erase(tabuList.begin());
     00103       }
     00104     else
     00105       {
    -00106         memory_size++;
    +00106         memory_size++;
     00107       }
     00108   }
     00109 
    -00110   void update ()
    +00110   void update ()
     00111   {
     00112     //nothing to do
     00113   }
     00114   
    -00115   void init ()
    +00115   void init ()
     00116   {
     00117     //nothing to do
     00118   }
    @@ -135,34 +134,34 @@
     00120  private:
     00121 
     00123 
    -00126   void removeMove(const M & _move)
    +00126   void removeMove(const M & _move)
     00127   {
    -00128     moveIterator it;
    +00128     moveIterator it;
     00129     
    -00130     it=tabuList.begin();
    +00130     it=tabuList.begin();
     00131     // The code is !(*it)==_move instead of (*it)!=_move because people designing their specific move representation 
     00132     // will write the "==" operator (I hope) but not necessary the "!=" operator.
    -00133     while ( it!=tabuList.end() && (!((*it)==_move) ))
    +00133     while ( it!=tabuList.end() && (!((*it)==_move) ))
     00134       {
     00135         it++;
     00136       }
     00137     
    -00138     if (it!=tabuList.end())
    +00138     if (it!=tabuList.end())
     00139       {
    -00140         tabuList.erase(it);
    +00140         tabuList.erase(it);
     00141       }
     00142   }
     00143 
    -00145   unsigned int memory_maximum_size;
    +00145   unsigned int memory_maximum_size;
     00146 
    -00148   unsigned int memory_size;
    +00148   unsigned int memory_size;
     00149 
    -00151   std::list<M> tabuList;
    +00151   std::list<M> tabuList;
     00152 };
     00153 
     00154 #endif
    -

    Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +
    Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
    +doxygen 1.4.7
    diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/mo_simple_solution_tabu_list_8h-source.html b/tags/dummy-tag/paradiseo-mo/doc/html/mo_simple_solution_tabu_list_8h-source.html index 0e74a79ff..1c275dc3b 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/mo_simple_solution_tabu_list_8h-source.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/mo_simple_solution_tabu_list_8h-source.html @@ -1,15 +1,15 @@ - -ParadisEO-MOMovingObjects: moSimpleSolutionTabuList.h Source File + +ParadisEO-MO-MovingObjects: moSimpleSolutionTabuList.h Source File - +
    -
    +

    moSimpleSolutionTabuList.h

    00001 /*
     00002   <moSimpleSolutionTabuList.h>
     00003   Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2008
    @@ -66,71 +65,71 @@
     00042 #include <moTabuList.h>
     00043 
     00045 template <class M>
    -00046 class moSimpleSolutionTabuList: public moTabuList < M >
    +00046 class moSimpleSolutionTabuList: public moTabuList < M >
     00047 {
     00048  public:
     00049 
    -00051   typedef typename M::EOType EOT;
    +00051   typedef typename M::EOType EOT;
     00052 
    -00054   typedef typename std::list<EOT>::iterator solutionIterator;
    +00054   typedef typename std::list<EOT>::iterator solutionIterator;
     00055   
     00057 
    -00060  moSimpleSolutionTabuList(unsigned int _memory_maximum_size): memory_maximum_size(_memory_maximum_size), memory_size(0)
    +00060  moSimpleSolutionTabuList(unsigned int _memory_maximum_size): memory_maximum_size(_memory_maximum_size), memory_size(0)
     00061     {}
     00062 
     00064 
    -00069   bool operator () (const M & _move, const EOT & _solution)
    +00069   bool operator () (const M & _move, const EOT & _solution)
     00070   {
    -00071     solutionIterator it;
    -00072 
    -00073     M move=(M)_move;
    -00074     EOT solution=(EOT) _solution;
    +00071     M move((M)_move);
    +00072     EOT solution((EOT)_solution);
    +00073 
    +00074     solutionIterator it;
     00075 
     00076     move(solution);
     00077 
    -00078     it=tabuList.begin();
    +00078     it=tabuList.begin();
     00079     // The code is !(*it)==_solution instead of (*it)!=_solution because people designing their specific solution representation 
     00080     // will write the "==" operator (I hope) but not necessary the "!=" operator.
    -00081     while (it!=tabuList.end()&&(!((*it)==solution)))
    +00081     while (it!=tabuList.end()&&(!((*it)==solution)))
     00082       {
     00083         it++;
     00084       }
     00085 
    -00086     return it!=tabuList.end();
    +00086     return it!=tabuList.end();
     00087   }
     00088 
    -00089   void add (const M & _move, const EOT & _solution)
    +00089   void add (const M & _move, const EOT & _solution)
     00090   {
     00091     M move=(M)_move;
    -00092     EOT solution=(EOT) _solution;
    +00092     EOT solution=(EOT) _solution;
     00093 
    -00094     _move(_solution);
    +00094     move(solution);
     00095 
    -00096     if (memory_size!=0)
    +00096     if (memory_size!=0)
     00097       {
     00098         // Useful in the case of a solution has been kept thanks to the moAspirCrit.
     00099         // In this case, the solution can already be in the tabuList.
    -00100         removeSolution(_solution);
    +00100         removeSolution(_solution);
     00101       }
     00102 
    -00103     tabuList.push_back(_solution);
    +00103     tabuList.push_back(_solution);
     00104 
    -00105     if (memory_size == memory_maximum_size)
    +00105     if (memory_size == memory_maximum_size)
     00106       {
    -00107         tabuList.erase(tabuList.begin());
    +00107         tabuList.erase(tabuList.begin());
     00108       }
     00109     else
     00110       {
    -00111         memory_size++;
    +00111         memory_size++;
     00112       }
     00113   }
     00114 
    -00115   void update ()
    +00115   void update ()
     00116   {
     00117     //nothing to do
     00118   }
     00119 
    -00120   void init ()
    +00120   void init ()
     00121   {
     00122     //nothing to do
     00123   }
    @@ -138,34 +137,34 @@
     00125  private:
     00126 
     00128 
    -00131   void removeSolution(const EOT & _solution)
    +00131   void removeSolution(const EOT & _solution)
     00132   {
    -00133     solutionIterator it;
    +00133     solutionIterator it;
     00134 
    -00135     it=tabuList.begin();
    +00135     it=tabuList.begin();
     00136     // The code is !(*it)==_solution instead of (*it)!=_solution because people designing their specific solution representation 
     00137     // will write the "==" operator (I hope) but not necessary the "!=" operator.
    -00138     while ( it!=tabuList.end() && !((*it)==_solution) )
    +00138     while ( it!=tabuList.end() && !((*it)==_solution) )
     00139       {
     00140         it++;
     00141       }
     00142 
    -00143     if (it!=tabuList.end())
    +00143     if (it!=tabuList.end())
     00144       {
    -00145         tabuList.erase(it);
    +00145         tabuList.erase(it);
     00146       }
     00147   }
     00148 
    -00150   unsigned int memory_maximum_size;
    +00150   unsigned int memory_maximum_size;
     00151 
    -00153   unsigned int memory_size;
    +00153   unsigned int memory_size;
     00154 
    -00156   std::list<EOT> tabuList;
    +00156   std::list<EOT> tabuList;
     00157 };
     00158 
     00159 #endif
    -

    Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +
    Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
    +doxygen 1.4.7
    diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/mo_sol_continue_8h-source.html b/tags/dummy-tag/paradiseo-mo/doc/html/mo_sol_continue_8h-source.html index 557aab8a0..e272e4f0c 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/mo_sol_continue_8h-source.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/mo_sol_continue_8h-source.html @@ -1,15 +1,15 @@ - -ParadisEO-MOMovingObjects: moSolContinue.h Source File + +ParadisEO-MO-MovingObjects: moSolContinue.h Source File - +
    -
    +

    moSolContinue.h

    00001 /*
     00002   <moSolContinue.h>
     00003   Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2008
    @@ -65,16 +64,16 @@
     00041 
     00043 
     00047 template < class EOT >
    -00048 class moSolContinue:public eoUF < const EOT &, bool >
    +00048 class moSolContinue:public eoUF < const EOT &, bool >
     00049 {
     00050  public:
     00052 
    -00055   virtual void init () = 0;
    +00055   virtual void init () = 0;
     00056 };
     00057 
     00058 #endif
    -

    Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +
    Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
    +doxygen 1.4.7
    diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/mo_steady_fit_sol_continue_8h-source.html b/tags/dummy-tag/paradiseo-mo/doc/html/mo_steady_fit_sol_continue_8h-source.html index 0481f5f9e..a3356a6a1 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/mo_steady_fit_sol_continue_8h-source.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/mo_steady_fit_sol_continue_8h-source.html @@ -1,15 +1,15 @@ - -ParadisEO-MOMovingObjects: moSteadyFitSolContinue.h Source File + +ParadisEO-MO-MovingObjects: moSteadyFitSolContinue.h Source File - +
    -
    +

    moSteadyFitSolContinue.h

    00001 /*
     00002   <moSteadyFitSolContinue.h>
     00003   Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2008
    @@ -64,27 +63,27 @@
     00040 
     00042 
     00045 template < class EOT > 
    -00046 class moSteadyFitSolContinue:public moSolContinue < EOT >
    +00046 class moSteadyFitSolContinue:public moSolContinue < EOT >
     00047 {
     00048  public:
     00049 
    -00051   typedef typename EOT::Fitness Fitness;
    +00051   typedef typename EOT::Fitness Fitness;
     00052   
     00054 
    -00058   moSteadyFitSolContinue (unsigned int _maxNumberOfIterations, unsigned int _maxNumberOfIterationWithoutImprovement)
    -00059     : maxNumberOfIterations (_maxNumberOfIterations), maxNumberOfIterationsWithoutImprovement(_maxNumberOfIterationWithoutImprovement),
    -00060     maxNumberOfIterationsReached(false), firstFitnessSaved(true), counter(0)
    +00058   moSteadyFitSolContinue (unsigned int _maxNumberOfIterations, unsigned int _maxNumberOfIterationWithoutImprovement)
    +00059     : maxNumberOfIterations (_maxNumberOfIterations), maxNumberOfIterationsWithoutImprovement(_maxNumberOfIterationWithoutImprovement),
    +00060     maxNumberOfIterationsReached(false), firstFitnessSaved(true), counter(0)
     00061     {}
     00062 
     00064 
    -00070   bool operator () (const EOT & _solution)
    +00070   bool operator () (const EOT & _solution)
     00071   {
    -00072     if (!maxNumberOfIterationsReached)
    +00072     if (!maxNumberOfIterationsReached)
     00073       {
    -00074         maxNumberOfIterationsReached=((++counter)==maxNumberOfIterations);
    -00075         if (maxNumberOfIterationsReached)
    +00074         maxNumberOfIterationsReached=((++counter)==maxNumberOfIterations);
    +00075         if (maxNumberOfIterationsReached)
     00076           {
    -00077             std::cout << "[moSteadyFitSolContinue.h]: Done the minimum number of iterations [" << counter << "]." << std::endl;
    +00077             std::cout << "[moSteadyFitSolContinue.h]: Done the minimum number of iterations [" << counter << "]." << std::endl;
     00078           }
     00079         return true;
     00080       }
    @@ -94,55 +93,55 @@
     00084         return true;
     00085       }
     00086     
    -00087     if (firstFitnessSaved)
    +00087     if (firstFitnessSaved)
     00088       {
    -00089         fitness=_solution.fitness();
    -00090         counter=0;
    -00091         firstFitnessSaved=false;
    +00089         fitness=_solution.fitness();
    +00090         counter=0;
    +00091         firstFitnessSaved=false;
     00092         return true;
     00093       }
     00094 
    -00095     counter++;
    +00095     counter++;
     00096 
    -00097     if ( _solution.fitness() > fitness )
    +00097     if ( _solution.fitness() > fitness )
     00098       {
    -00099         fitness=_solution.fitness();
    -00100         counter=0;
    +00099         fitness=_solution.fitness();
    +00100         counter=0;
     00101       }
     00102 
    -00103     if (counter==maxNumberOfIterationsWithoutImprovement)
    +00103     if (counter==maxNumberOfIterationsWithoutImprovement)
     00104       {
    -00105         std::cout << "[moSteadyFitSolContinue.h]: Done [" << counter  << "] iterations without improvement." << std::endl;
    +00105         std::cout << "[moSteadyFitSolContinue.h]: Done [" << counter  << "] iterations without improvement." << std::endl;
     00106       }
    -00107     return counter!=maxNumberOfIterationsWithoutImprovement;
    +00107     return counter!=maxNumberOfIterationsWithoutImprovement;
     00108   }
     00109 
     00111 
    -00114   void init ()
    +00114   void init ()
     00115   {
    -00116     maxNumberOfIterationsReached=false;
    -00117     counter=0;
    -00118     firstFitnessSaved=true;
    +00116     maxNumberOfIterationsReached=false;
    +00117     counter=0;
    +00118     firstFitnessSaved=true;
     00119   }
     00120 
     00121  private:
     00122 
    -00124   unsigned int maxNumberOfIterations;
    +00124   unsigned int maxNumberOfIterations;
     00125 
    -00127   unsigned int maxNumberOfIterationsWithoutImprovement;
    +00127   unsigned int maxNumberOfIterationsWithoutImprovement;
     00128 
    -00130   bool maxNumberOfIterationsReached;
    +00130   bool maxNumberOfIterationsReached;
     00131 
    -00133   bool firstFitnessSaved;
    +00133   bool firstFitnessSaved;
     00134 
    -00136   Fitness fitness;
    +00136   Fitness fitness;
     00137 
    -00139   unsigned int counter;
    +00139   unsigned int counter;
     00140 };
     00141 
     00142 #endif
    -

    Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +
    Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
    +doxygen 1.4.7
    diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/mo_t_s_8h-source.html b/tags/dummy-tag/paradiseo-mo/doc/html/mo_t_s_8h-source.html index 380033247..077027b59 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/mo_t_s_8h-source.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/mo_t_s_8h-source.html @@ -1,15 +1,15 @@ - -ParadisEO-MOMovingObjects: moTS.h Source File + +ParadisEO-MO-MovingObjects: moTS.h Source File - +
    -
    +

    moTS.h

    00001 /*
     00002   <moTS.h>
     00003   Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2008
    @@ -68,39 +67,39 @@
     00044 
     00046 
     00049 template < class M >
    -00050 class moTS:public moAlgo < typename M::EOType >
    +00050 class moTS:public moAlgo < typename M::EOType >
     00051 {
    -00053   typedef typename M::EOType EOT;
    +00053   typedef typename M::EOType EOT;
     00054 
    -00056   typedef typename EOT::Fitness  Fitness;
    +00056   typedef typename EOT::Fitness  Fitness;
     00057   
     00058  public:
     00059   
     00061 
    -00072   moTS (moMoveInit < M > & _move_initializer, moNextMove < M > & _next_move_generator, 
    +00072   moTS (moMoveInit < M > & _move_initializer, moNextMove < M > & _next_move_generator, 
     00073         moMoveIncrEval < M > & _incremental_evaluation, moTabuList < M > & _tabu_list, 
     00074         moAspirCrit < M > & _aspiration_criterion, moSolContinue < EOT > & _continue, 
     00075         eoEvalFunc < EOT > & _full_evaluation): 
    -00076   move_explorer ( *new moTSMoveLoopExpl < M >(_move_initializer, _next_move_generator, _incremental_evaluation,
    +00076   move_explorer ( *new moTSMoveLoopExpl < M >(_move_initializer, _next_move_generator, _incremental_evaluation,
     00077                                               _tabu_list,_aspiration_criterion) ),
    -00078     continu (_continue), full_evaluation (_full_evaluation)
    +00078     continu (_continue), full_evaluation (_full_evaluation)
     00079   {}
     00080   
     00082 
    -00089   moTS (moMoveExpl < M > & _move_explorer, moSolContinue < EOT > & _continue, eoEvalFunc < EOT > & _full_evaluation):
    -00090   move_explorer (_move_explorer), continu (_continue), full_evaluation (_full_evaluation)
    +00089   moTS (moMoveExpl < M > & _move_explorer, moSolContinue < EOT > & _continue, eoEvalFunc < EOT > & _full_evaluation):
    +00090   move_explorer (_move_explorer), continu (_continue), full_evaluation (_full_evaluation)
     00091   {}
     00092   
     00094 
    -00102   bool operator ()(EOT & _solution)
    +00102   bool operator ()(EOT & _solution)
     00103   {
     00104     M move;
     00105     
    -00106     EOT best_solution, new_solution;
    +00106     EOT best_solution, new_solution;
     00107 
     00108     if ( _solution.invalid () )
     00109       {
    -00110         full_evaluation (_solution);
    +00110         full_evaluation (_solution);
     00111       }
     00112     
     00113     best_solution=_solution;
    @@ -108,11 +107,11 @@
     00115     // code used for avoiding warning because new_solution is indirectly initialized by move_expl.
     00116     new_solution=_solution;
     00117     
    -00118     continu.init ();
    +00118     continu.init ();
     00119 
     00120     do
     00121       {
    -00122         move_explorer (_solution, new_solution);
    +00122         move_explorer (_solution, new_solution);
     00123         
     00124         // Updating the best solution found until now ?
     00125         if (new_solution.fitness() > _solution.fitness())
    @@ -122,7 +121,7 @@
     00129         
     00130         _solution = new_solution;
     00131       }
    -00132     while ( continu (_solution) );
    +00132     while ( continu (_solution) );
     00133 
     00134     _solution = best_solution;
     00135 
    @@ -131,16 +130,16 @@
     00138 
     00139  private:
     00140 
    -00142   moMoveExpl < M > & move_explorer;
    +00142   moMoveExpl < M > & move_explorer;
     00143 
    -00145   moSolContinue < EOT > & continu;
    +00145   moSolContinue < EOT > & continu;
     00146 
    -00148   eoEvalFunc < EOT > & full_evaluation;
    +00148   eoEvalFunc < EOT > & full_evaluation;
     00149 };
     00150 
     00151 #endif
    -

    Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +
    Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
    +doxygen 1.4.7
    diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/mo_t_s_move_loop_expl_8h-source.html b/tags/dummy-tag/paradiseo-mo/doc/html/mo_t_s_move_loop_expl_8h-source.html index 2d96c12a8..ecb22b30c 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/mo_t_s_move_loop_expl_8h-source.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/mo_t_s_move_loop_expl_8h-source.html @@ -1,15 +1,15 @@ - -ParadisEO-MOMovingObjects: moTSMoveLoopExpl.h Source File + +ParadisEO-MO-MovingObjects: moTSMoveLoopExpl.h Source File - +
    -
    +

    moTSMoveLoopExpl.h

    00001 /*
     00002   <moTSMoveLoopExpl.h>
     00003   Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2008
    @@ -71,30 +70,30 @@
     00047 
     00049 
     00052 template < class M >
    -00053 class moTSMoveLoopExpl:public moMoveLoopExpl < M >
    +00053 class moTSMoveLoopExpl:public moMoveLoopExpl < M >
     00054 {
    -00056   typedef typename M::EOType EOT;
    +00056   typedef typename M::EOType EOT;
     00057 
    -00059   typedef typename M::EOType::Fitness Fitness;
    +00059   typedef typename M::EOType::Fitness Fitness;
     00060 
     00061  public:
     00062 
     00064 
    -00071   moTSMoveLoopExpl (moMoveInit < M > & _move_initializer, moNextMove < M > & _next_move_generator,
    +00071   moTSMoveLoopExpl (moMoveInit < M > & _move_initializer, moNextMove < M > & _next_move_generator,
     00072                     moMoveIncrEval < M > & _incremental_evaluation, moTabuList < M > & _tabu_list, 
     00073                     moAspirCrit < M > & _aspiration_criterion):
    -00074   move_initializer(_move_initializer), next_move_generator(_next_move_generator), incremental_evaluation(_incremental_evaluation),
    -00075     tabu_list(_tabu_list), aspiration_criterion(_aspiration_criterion)
    +00074   move_initializer(_move_initializer), next_move_generator(_next_move_generator), incremental_evaluation(_incremental_evaluation),
    +00075     tabu_list(_tabu_list), aspiration_criterion(_aspiration_criterion)
     00076   {
    -00077     tabu_list.init ();
    -00078     aspiration_criterion.init ();
    +00077     tabu_list.init ();
    +00078     aspiration_criterion.init ();
     00079   }
     00080   
     00082 
    -00090   void operator () (const EOT & _old_solution, EOT & _new_solution)
    +00090   void operator () (const EOT & _old_solution, EOT & _new_solution)
     00091   {
     00092     M move, best_move;
    -00093     Fitness fitness, best_move_fitness;
    +00093     Fitness fitness, best_move_fitness;
     00094 
     00095     bool move_is_tabu, aspiration_criterion_is_verified, selection_update_is_ok, has_next_move;
     00096 
    @@ -104,31 +103,31 @@
     00100       }
     00101     
     00102     //At the begining, the new solution is equivalent to the old one.
    -00103     _new_solution=(EOT)_old_solution;
    +00103     _new_solution=(EOT)_old_solution;
     00104 
     00105     // Restarting the exploration of  of the neighborhood !
    -00106     move_initializer (move, _old_solution);     
    +00106     move_initializer (move, _old_solution);     
     00107 
    -00108     move_selection.init( _old_solution.fitness() );
    +00108     move_selection.init( _old_solution.fitness() );
     00109 
     00110     do
     00111       {
    -00112         fitness = incremental_evaluation(move, _old_solution);
    +00112         fitness = incremental_evaluation(move, _old_solution);
     00113 
    -00114         move_is_tabu = tabu_list(move, _old_solution);
    +00114         move_is_tabu = tabu_list(move, _old_solution);
     00115 
    -00116         aspiration_criterion_is_verified = aspiration_criterion(move, fitness);
    +00116         aspiration_criterion_is_verified = aspiration_criterion(move, fitness);
     00117 
     00118         if( !move_is_tabu || aspiration_criterion_is_verified )
     00119           {
    -00120             selection_update_is_ok = move_selection.update(move, fitness);
    +00120             selection_update_is_ok = move_selection.update(move, fitness);
     00121           }
     00122 
    -00123         has_next_move = next_move_generator(move, _old_solution);
    +00123         has_next_move = next_move_generator(move, _old_solution);
     00124       }
     00125     while( has_next_move && selection_update_is_ok );
     00126 
    -00127     move_selection(best_move, best_move_fitness);
    +00127     move_selection(best_move, best_move_fitness);
     00128 
     00129     // Apply the best move.
     00130     best_move(_new_solution);
    @@ -137,30 +136,30 @@
     00133     _new_solution.fitness(best_move_fitness);
     00134       
     00135     // Removing moves that are no more tabu.
    -00136     tabu_list.update ();
    +00136     tabu_list.update ();
     00137     
     00138     // Updating the tabu list
    -00139     tabu_list.add(best_move, _new_solution);
    +00139     tabu_list.add(best_move, _new_solution);
     00140   }
     00141 
     00142  private:
     00143 
    -00145   moMoveInit < M > & move_initializer;
    +00145   moMoveInit < M > & move_initializer;
     00146 
    -00148   moNextMove < M > & next_move_generator;
    +00148   moNextMove < M > & next_move_generator;
     00149 
    -00151   moMoveIncrEval < M > & incremental_evaluation;
    +00151   moMoveIncrEval < M > & incremental_evaluation;
     00152 
    -00154   moBestImprSelect < M > move_selection;
    +00154   moBestImprSelect < M > move_selection;
     00155 
    -00157   moTabuList < M > & tabu_list;
    +00157   moTabuList < M > & tabu_list;
     00158 
    -00160   moAspirCrit < M > & aspiration_criterion;
    +00160   moAspirCrit < M > & aspiration_criterion;
     00161 };
     00162 
     00163 #endif
    -

    Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +
    Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
    +doxygen 1.4.7
    diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/mo_tabu_list_8h-source.html b/tags/dummy-tag/paradiseo-mo/doc/html/mo_tabu_list_8h-source.html index 0c423bf0a..0d1be4f85 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/mo_tabu_list_8h-source.html +++ b/tags/dummy-tag/paradiseo-mo/doc/html/mo_tabu_list_8h-source.html @@ -1,15 +1,15 @@ - -ParadisEO-MOMovingObjects: moTabuList.h Source File + +ParadisEO-MO-MovingObjects: moTabuList.h Source File - +
    -
    +

    moTabuList.h

    00001 /*
     00002   <moTabuList.h>
     00003   Copyright (C) DOLPHIN Project-Team, INRIA Futurs, 2006-2008
    @@ -63,25 +62,25 @@
     00039 #include <eoFunctor.h>
     00040 
     00042 
    -00046 template < class M > class moTabuList: public eoBF < const M &, const typename M::EOType &, bool >
    +00046 template < class M > class moTabuList: public eoBF < const M &, const typename M::EOType &, bool >
     00047 {
     00048  public:
     00049 
    -00051   typedef typename M::EOType EOT;
    +00051   typedef typename M::EOType EOT;
     00052   
     00054 
    -00060   virtual void add(const M & _move, const EOT & _solution) = 0;
    +00060   virtual void add(const M & _move, const EOT & _solution) = 0;
     00061 
     00063 
    -00066   virtual void update () = 0;
    +00066   virtual void update () = 0;
     00067   
     00069 
    -00072   virtual void init () = 0;
    +00072   virtual void init () = 0;
     00073 };
     00074 
     00075 #endif
    -

    Generated on Wed Jan 16 15:50:40 2008 for ParadisEO-MOMovingObjects by  +
    Generated on Fri Feb 29 16:29:28 2008 for ParadisEO-MO-MovingObjects by  -doxygen 1.5.4
    +doxygen 1.4.7
    diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/search.idx b/tags/dummy-tag/paradiseo-mo/doc/html/search.idx index 503e75078..cca2a0727 100644 Binary files a/tags/dummy-tag/paradiseo-mo/doc/html/search.idx and b/tags/dummy-tag/paradiseo-mo/doc/html/search.idx differ diff --git a/tags/dummy-tag/paradiseo-mo/doc/html/search.php b/tags/dummy-tag/paradiseo-mo/doc/html/search.php index d90581561..1301f8eca 100644 --- a/tags/dummy-tag/paradiseo-mo/doc/html/search.php +++ b/tags/dummy-tag/paradiseo-mo/doc/html/search.php @@ -1,10 +1,10 @@ - + Search - +