This PR builds on the API changes from #74 and introduces a way to completely generalize the construction of a recombination map.
[x] Needs an example program mimicking K_linked_regions_multilocus.cc.
[x] Augment #75 to make the dispatch code more specific -- void, requires gametes, requires diploids, should all be possible.
Also:
Need to think through the potential for compatibility of general_rec_variation w/policies requiring gamete and/or diploid data. I worry that this is a nasty SFINAE problem w.r.to overloads ofoperator().
This PR builds on the API changes from #74 and introduces a way to completely generalize the construction of a recombination map.
K_linked_regions_multilocus.cc
.Also:
Need to think through the potential for compatibility of
general_rec_variation
w/policies requiring gamete and/or diploid data. I worry that this is a nasty SFINAE problem w.r.to overloads ofoperator()
.