Kevin R. Thornton

Results 47 issues of Kevin R. Thornton

* haploid_genome_base * popbase * GSLrng_t Identified by running clang-tidy on fwdpy11.

Found via a fwdpy11 clang-tidy audit.

A clang-tidy audit of fwdpy11 (`performance-*`) caught this. Need to fix the `&&` constructor and add tests that moveable inputs are indeed moved.

performance

Although this step is done in internal simplification logic, it would be a cleaner API if the clear() fxn did it, too.

We currently store an object and return a const reference via a getter. This design is rather inelegant. We should refactor to use shared pointers. The getter returns a pointer...

This corner of the library isn't getting much use. fwdpy11 no longer uses it and several of the tests are commented out. While there is some nice metaprogramming here, we...

We have a nice type traits infrastructure that isn't being fully exploited. For example, `fwdpp/mutate_recombine.hpp` could check `is_mutation_model_v` and `is_rec_model_v`. We can probably also push such assertions further up the...

In order to address issues like #225, we need to have a place to store the identity of ancient samples (and "sample-ness") more generally. The canonical thing to do here...

API
tree sequences