Closed molpopgen closed 6 years ago
This type suffers from an original design attempting to accommodate limitations of Cython vis-a-vis C++11. The type should be refactored in terms of a std::vector<std::function<...>> and an associated set of weights.
std::vector<std::function<...>>
This type suffers from an original design attempting to accommodate limitations of Cython vis-a-vis C++11. The type should be refactored in terms of a
std::vector<std::function<...>>
and an associated set of weights.