Changed functor base names and added to version
This commit is contained in:
parent
1d0794c46a
commit
f7c98d5b31
23 changed files with 64 additions and 48 deletions
|
|
@ -18,8 +18,13 @@
|
|||
#include <eoIndiSelector.h>
|
||||
#include <eoBackInserter.h>
|
||||
|
||||
/**
|
||||
Base class for breeders using generalized operators, I'm not sure if we
|
||||
will maintain the generalized operators in their current form, so
|
||||
it might change.
|
||||
*/
|
||||
template<class EOT>
|
||||
class eoGOpBreeder: public eoUnaryFunctor<void, eoPop<EOT>&>
|
||||
class eoGOpBreeder: public eoUF<eoPop<EOT>&, void>
|
||||
{
|
||||
public:
|
||||
/// Default constructor.
|
||||
|
|
|
|||
Reference in a new issue