We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
libcmaes/src/bipopcmastrategy.cc
Line 122 in bf99435
Should not the value sampled from uniform distribution be squared as suggested in: https://hal.inria.fr/inria-00382093/document https://hal.inria.fr/hal-00818596v1/document
Also it might be desirable to change the sigma expression to the one proposed in second paper. sigma expression of first publication:
sigma expression of the second publication:
The text was updated successfully, but these errors were encountered:
Hi @vinaym815 good catch, possibly, let's see whether @nikohansen can confirm ?
Sorry, something went wrong.
Yes, I agree with both, 2 -> default initial sigma and the uniform random number should be squared first.
beniz
No branches or pull requests
libcmaes/src/bipopcmastrategy.cc
Line 122 in bf99435
Should not the value sampled from uniform distribution be squared as suggested in:
https://hal.inria.fr/inria-00382093/document
https://hal.inria.fr/hal-00818596v1/document
Also it might be desirable to change the sigma expression to the one proposed in second paper.
sigma expression of first publication:
sigma expression of the second publication:
The text was updated successfully, but these errors were encountered: