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:
parent
fb4ffd2954
commit
b06250dc39
6 changed files with 321 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ set(SOURCES
|
|||
# t-dispatcher-round
|
||||
t-repairer-modulo
|
||||
t-binomial
|
||||
t-binomialmulti
|
||||
)
|
||||
|
||||
foreach(current ${SOURCES})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue