git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1560 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
f316e1dd35
commit
1d61b834d6
8 changed files with 132 additions and 51 deletions
|
|
@ -39,16 +39,18 @@
|
|||
#ifndef _MOEOPOPNEIGHBORHOODEXPLORER_H
|
||||
#define _MOEOPOPNEIGHBORHOODEXPLORER_H
|
||||
|
||||
#include <eo>
|
||||
#include <moeo>
|
||||
#include <eoPop.h>
|
||||
|
||||
/**
|
||||
* TODO
|
||||
* Abstract class for multi-objective local search neighborhood exploration
|
||||
*/
|
||||
template < class Move >
|
||||
class moeoPopNeighborhoodExplorer{
|
||||
|
||||
public:
|
||||
/**
|
||||
* abstract functor which realise exploration
|
||||
*/
|
||||
virtual void operator()(eoPop < typename Move::EOType > &, std::vector <unsigned int>, eoPop < typename Move::EOType > &) = 0;
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue