Template Fitness dans les Neighbor enlevés. On le déduit de EOT.
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1734 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
b453cef86f
commit
67a701f9ff
17 changed files with 51 additions and 56 deletions
|
|
@ -38,12 +38,12 @@ Contact: paradiseo-help@lists.gforge.inria.fr
|
|||
/**
|
||||
* A vector of neighborhood for the Variable Neighborhood Search (VNS)
|
||||
*/
|
||||
template< class EOT, class Fitness >
|
||||
class moVariableNeighborhood : public moNeighborhood<moNeighbor<EOT, Fitness> >
|
||||
template< class EOT >
|
||||
class moVariableNeighborhood : public moNeighborhood<moNeighbor<EOT> >
|
||||
{
|
||||
public:
|
||||
|
||||
typedef moNeighbor<EOT, Fitness> Neighbor;
|
||||
typedef moNeighbor<EOT> Neighbor;
|
||||
/**
|
||||
* Construction of at least one neighborhood
|
||||
* @param _firstNH first neighborhood in the vector
|
||||
|
|
|
|||
Loading…
Reference in a new issue