refactor: add eoOperatorFoundry

- Simpler relationships between encoding and set of operators in foundry.
- Rename "instanciate" in "instantiate"
This commit is contained in:
Johann Dreo 2020-05-03 15:31:25 +02:00
commit ae81793f7c
8 changed files with 193 additions and 112 deletions

View file

@ -39,6 +39,7 @@
template <class FitT> class eoReal: public eoVector<FitT, double>
{
public:
using FitnessType = FitT;
/**
* (Default) Constructor.