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

Implement power shrinking #101

Closed daffidwilde closed 5 years ago

daffidwilde commented 5 years ago

The shrinking process is now done using a power law around the intervals for each parameter:

upper_after - lower_after == (upper_before - lower_before) * (shrinkage ** iteration)

The interval is centred about the "midpoint", i.e. the mean, still.

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 141


Totals Coverage Status
Change from base Build 138: 0.0%
Covered Lines: 388
Relevant Lines: 388

💛 - Coveralls