Closed ColinBrosseauAlgolux closed 4 years ago
Thank you for reporting. Do you have something reproducible code?
And please tell me the version of cmaes.
If you use cmaes v0.4.0 or older, please upgrade the version to v0.5.0.
This error happens once in a while. Hard to tell when. I'd need to work on a way to make it reproducible. I've just looked at https://github.com/CyberAgent/cmaes/pull/34 and it seems this is what I actually get. I'll try this PR to see if it fixes it.
I'm using 0.5.0
Also, I've seen some indications in the code like # (p.28)
I think it refers to some book. Which one?
I've just looked at #34 and it seems this is what I actually get. I'll try this PR to see if it fixes it.
Thanks!
Also, I've seen some indications in the code like # (p.28) I think it refers to some book. Which one?
It refers to "The CMA Evolution Strategy: A Tutorial" https://arxiv.org/abs/1604.00772.
Hi @petit-pied-vert. #34 is merged and I released v0.5.1 which contains the changes: https://github.com/CyberAgent/cmaes/releases/tag/v0.5.1
Please upgrade the cmaes version.
Let me close this issue. If you bump into the problem again, please feel free to reopen.
thank you @c-bata I'm testing #34 since friday and I've not found error again. Will tell you if problem appears again.
Also, I think I'll contribute to this project on my personal time.
Thank you!
in cma.py CMA.tell() I somehow get to this point: