fonctions d'eval deplacées
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1759 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
4238b91216
commit
d85d4c22b9
4 changed files with 4 additions and 3 deletions
|
|
@ -114,6 +114,8 @@ SET(OLDMO_BIN_DIR "${CMAKE_BINARY_DIR}/../../paradiseo-old-mo/build" CACHE PATH
|
|||
|
||||
SET(MOEO_SRC_DIR "${CMAKE_SOURCE_DIR}/../paradiseo-moeo" CACHE PATH "ParadisMOEO-MOEO source directory" FORCE)
|
||||
SET(MOEO_BIN_DIR "${CMAKE_BINARY_DIR}/../../paradiseo-moeo/build" CACHE PATH "ParadisMOEO-MOEO binary directory" FORCE)
|
||||
|
||||
SET(PROBLEMS_SRC_DIR "${CMAKE_SOURCE_DIR}/../problems" CACHE PATH "Problems dependant source directory" FORCE)
|
||||
|
||||
######################################################################################
|
||||
######################################################################################
|
||||
|
|
|
|||
|
|
@ -61,9 +61,8 @@ public:
|
|||
|
||||
/**
|
||||
* Ctor
|
||||
* @param _moveInit the move initializer
|
||||
* @param _nextMove allow to do or not a move
|
||||
* @param _incrEval a (generally) efficient evaluation fonction
|
||||
* @param _neighborhood a neighborhood
|
||||
* @param _eval neighbor evaluation funtion
|
||||
*/
|
||||
moeoExhaustiveNeighborhoodExplorer(
|
||||
moNeighborhood<Neighbor>& _neighborhood,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue