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
|
|
@ -115,6 +115,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_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(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)
|
||||||
|
|
||||||
######################################################################################
|
######################################################################################
|
||||||
######################################################################################
|
######################################################################################
|
||||||
### Subdirectories that CMake should process for MO, MOEO and PEO
|
### Subdirectories that CMake should process for MO, MOEO and PEO
|
||||||
|
|
|
||||||
|
|
@ -61,9 +61,8 @@ public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Ctor
|
* Ctor
|
||||||
* @param _moveInit the move initializer
|
* @param _neighborhood a neighborhood
|
||||||
* @param _nextMove allow to do or not a move
|
* @param _eval neighbor evaluation funtion
|
||||||
* @param _incrEval a (generally) efficient evaluation fonction
|
|
||||||
*/
|
*/
|
||||||
moeoExhaustiveNeighborhoodExplorer(
|
moeoExhaustiveNeighborhoodExplorer(
|
||||||
moNeighborhood<Neighbor>& _neighborhood,
|
moNeighborhood<Neighbor>& _neighborhood,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue