git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1548 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
270d8ebf8c
commit
8cccba1442
7 changed files with 16 additions and 8 deletions
|
|
@ -46,6 +46,11 @@
|
|||
* TODO
|
||||
*/
|
||||
template < class Move >
|
||||
class moeoPopNeighborhoodExplorer{};
|
||||
class moeoPopNeighborhoodExplorer{
|
||||
|
||||
public:
|
||||
virtual void operator()(eoPop < typename Move::EOType > &, std::vector <unsigned int>, eoPop < typename Move::EOType > &) = 0;
|
||||
|
||||
};
|
||||
|
||||
#endif /*MOEONEIGHBORHOODEXPLORER_H_*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue