CMA-ES / pycma

Python implementation of CMA-ES

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tolflatfitness with penalty bounds can be falsely triggered

nikohansen opened this issue · comments

because fit.fit contains the fitness values sorted by the penalized fitness, which let the flatness test take the wrong indices.