jakobbossek/ecr

Need to address performance issue

jakobbossek opened this issue · 2 comments

ecr is damn slow at the moment. I need to refactor population storage and maintanence.

Not that bad. Simple benchmark: (300 + 150)-EA on 50d Sphere for 100 generations.
Going to do some more benchmarks, but obviously ecr is not that slow. However, for low problem dimensions GA is much faster (for 2d Sphere GA is 8-times faster than ecr; need to investigate this).

Unit: relative
expr min lq mean median uq
GA 1.000 1.000 1.000 1.000 1.000
ecr 1.927 1.898 1.876 1.893 1.899

Closing for now. Performance is find for the first release.