UPDATE SRC FOR NEW VERSION
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2615 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
25b4b742cd
commit
0ece491d55
6 changed files with 0 additions and 602 deletions
|
|
@ -53,7 +53,6 @@
|
|||
#include <utils/eoUpdater.h>
|
||||
|
||||
#include <eoInit.h>
|
||||
#include <neighborhood/moXChangeNeighbor.h>
|
||||
|
||||
typedef eoBit<eoMinimizingFitness> bitVector;
|
||||
typedef moBitNeighbor<eoMinimizingFitness> bitNeighbor;
|
||||
|
|
@ -84,32 +83,6 @@ public:
|
|||
}
|
||||
};
|
||||
|
||||
template < class EOT>
|
||||
class XChangeNeighborDummy: public moXChangeNeighbor<EOT> {
|
||||
public:
|
||||
|
||||
XChangeNeighborDummy() :
|
||||
moXChangeNeighbor<EOT> () {
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
* @param _xChange the number of x-change to do
|
||||
*/
|
||||
|
||||
XChangeNeighborDummy(unsigned int _xChange) :
|
||||
moXChangeNeighbor<EOT> (_xChange) {
|
||||
}
|
||||
/**
|
||||
* Move a solution
|
||||
* @param _solution the related solution
|
||||
*/
|
||||
void move(EOT & _solution) {
|
||||
|
||||
}
|
||||
};
|
||||
|
||||
class moDummyNeighborhoodTest: public moNeighborhood<moDummyNeighborTest> {
|
||||
public:
|
||||
typedef moDummyNeighborTest Neighbor;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue