add move
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@379 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
6421ce1434
commit
eb57f76bdd
1 changed files with 11 additions and 0 deletions
11
branches/paradiseo-moeo-1.0/src/move/moeoMoveIncrEval.h
Normal file
11
branches/paradiseo-moeo-1.0/src/move/moeoMoveIncrEval.h
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*-
|
||||
|
||||
#ifndef _MOEOMOVEINCREVAL_H
|
||||
#define _MOEOMOVEINCREVAL_H
|
||||
|
||||
#include <eoFunctor.h>
|
||||
|
||||
template < class Move >
|
||||
class moeoMoveIncrEval : public eoBF < const Move &, const typename Move::EOType &, typename Move::EOType::ObjectiveVector > {};
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue