Nettoyage et documentation des classes de bases
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1653 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
61fb1b845d
commit
31c6fe9888
9 changed files with 224 additions and 177 deletions
|
|
@ -2,17 +2,17 @@
|
|||
#define _BackableNeighbor_h
|
||||
|
||||
/*
|
||||
neighbor with a move back function to use in a moFullEvalByModif
|
||||
*/
|
||||
* Neighbor with a move back function to use in a moFullEvalByModif
|
||||
*/
|
||||
template< class EOT , class Fitness >
|
||||
class moBackableNeighbor : moNeighbor<EOT, Fitness>
|
||||
{
|
||||
public:
|
||||
|
||||
/*
|
||||
* the move back function
|
||||
* @param _solution the solution to moveBack
|
||||
*/
|
||||
/*
|
||||
* the move back function
|
||||
* @param _solution the solution to moveBack
|
||||
*/
|
||||
virtual moveBack(EOT & _solution) = 0;
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue