update de la lesson 1

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1751 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
verel 2010-04-28 15:24:04 +00:00
commit 73698c0283
2 changed files with 98 additions and 4 deletions

View file

@ -1,5 +1,5 @@
/*
<moSA.h>
<moSimpleHC.h>
Copyright (C) DOLPHIN Project-Team, INRIA Lille - Nord Europe, 2006-2010
Sebastien Verel, Arnaud Liefooghe, Jeremie Humeau
@ -44,7 +44,7 @@ public:
typedef moNeighborhood<Neighbor> Neighborhood ;
/**
* Simple constructor for a simulated annealing
* Simple constructor for a hill-climber
* @param _neighborhood the neighborhood
* @param _fullEval the full evaluation function
* @param _eval neighbor's evaluation function
@ -55,7 +55,7 @@ public:
{}
/**
* Simple constructor for a simulated annealing
* Simple constructor for a hill-climber
* @param _neighborhood the neighborhood
* @param _fullEval the full evaluation function
* @param _eval neighbor's evaluation function
@ -67,7 +67,7 @@ public:
{}
/**
* Simple constructor for a simulated annealing
* Simple constructor for a hill-climber
* @param _neighborhood the neighborhood
* @param _fullEval the full evaluation function
* @param _eval neighbor's evaluation function