mahf-opt / mahf

A framework for modular construction and evaluation of metaheuristics.
GNU General Public License v3.0
10 stars 0 forks source link

Fix incorrect selection in `DECurrentToBest` #196

Open Saethox opened 12 months ago

Saethox commented 12 months ago

The selection should be [current, best, current, rand1, rand2], but is [current, best, rand1, rand2, rand3].

We should also revisit if y=2 should be allowed for this.