Add multi-Binomial distrib operators in EDO

So as to model vector<vector<bool>> individuals with 2D binomial distributions (as Eigen matrix).
This commit is contained in:
Johann Dreo 2013-03-07 20:33:09 +01:00
commit b06250dc39
6 changed files with 321 additions and 0 deletions

View file

@ -41,6 +41,7 @@ set(SOURCES
# t-dispatcher-round
t-repairer-modulo
t-binomial
t-binomialmulti
)
foreach(current ${SOURCES})