Closed planetis-m closed 2 years ago
Could try to remove it from parts of the process like the sampler or mutators. If it works maybe we can get rid of repeatmutate.
I think the recent benchmark showed that everything not picked by a random uniform distribution performs badly.
First we need to ensure that mutations are unique, each seed creates the same mutation. Currently we don't even test that. Adapt the benchmark to do it.