feat(eo): wrap ops on float vecs into ops on int vecs
Adds wrapper classes to make any MonOp or QuadOp that operates on eoReal embbedable in any operator needing an eoInt.
This commit is contained in:
parent
846006c613
commit
19ec4c4ff7
8 changed files with 241 additions and 1 deletions
|
|
@ -39,6 +39,7 @@
|
|||
template <class FitT> class eoReal: public eoVector<FitT, double>
|
||||
{
|
||||
public:
|
||||
using AtomType = double;
|
||||
using FitnessType = FitT;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue