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:
parent
11ba79fbf4
commit
73698c0283
2 changed files with 98 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue