Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LB-IC-CMA-ES with penalty bounds gets sometimes stuck #259

Open
nikohansen opened this issue Aug 31, 2024 · 0 comments
Open

LB-IC-CMA-ES with penalty bounds gets sometimes stuck #259

nikohansen opened this issue Aug 31, 2024 · 0 comments

Comments

@nikohansen
Copy link
Contributor

nikohansen commented Aug 31, 2024

On the 20-D ellipsoid with 10 integer variables and bounded in [-0.5, 1.5] (hence binval(10) + elli(10)), LB-IC-CMA-ES gets stuck with ~10% chance beyond the bound like this:

Screenshot 2024-08-31 at 02 36 17

It also happens with a lower bound of -0.499999.

Penalty weights from a different run with similar outcome:
Screenshot 2024-08-31 at 04 03 56

    fun = cma.fitness_transformations.IntegerMixedFunction2(
                        lambda x: cma.ff.elli(x) + 1e-5 - 1e-12, int_idxs)    

Why? The update of gamma is too slow?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant