Template for Fitness added
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1376 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
b4763185cb
commit
5ad887f27a
1 changed files with 7 additions and 7 deletions
|
|
@ -45,8 +45,8 @@
|
|||
a new fitness that could be associated to
|
||||
the solution if this one is updated.
|
||||
*/
|
||||
template < class M >
|
||||
class moMoveIncrEval:public eoBF < const M &, const typename M::EOType &, typename M::EOType::Fitness >
|
||||
template < class M, class Objective = typename M::EOType::Fitness>
|
||||
class moMoveIncrEval:public eoBF < const M &, const typename M::EOType &, Objective >
|
||||
{};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue