daffidwilde / edo

A library for generating artificial datasets through genetic evolution.
https://doi.org/10.1007/s10489-019-01592-4
MIT License
13 stars 0 forks source link

Find random leak #128

Closed daffidwilde closed 4 years ago

daffidwilde commented 4 years ago

There is a leak somewhere that I came across when producing an example (the "circle" example from the paper repo) with larger parameters. For small examples, as in tests/test_examples.py and tests/test_optimiser.py::test_run_is_reproducible, there does not seem to be a problem.

To figure this out, I've implemented a more robust subtype and storage strategy (#127) and will be decentralising the random sampling.