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

Reduce search space #68

Closed daffidwilde closed 5 years ago

daffidwilde commented 5 years ago

Implementing functionality from this paper to reduce the search space linearly over time. The search space here being those taken up by viable parameter values of the distributions being passed to the GA in pdfs. This implementation is designed so that the initial limits are "hard" bounds on the parameter values that cannot be exceeded.