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

Call to MLPACK CMAES is inconsistent with the signature - upperBound and lowerBound are reversed #574

Open
rsoftone opened this issue Aug 16, 2023 · 0 comments

Comments

@rsoftone
Copy link
Contributor

The documentation in MLPACK for the cmaes optimiser is here (lines 87-93):

https://mlpack.org/doc/mlpack-3.0.4/doxygen/cmaes_8hpp_source.html

However, in XACC, the instance of cmaes is created at this line:

CMAES<> optimizer(lambda, upper, lower, 1, maxiter, tol);

It looks like upper and lower are in swapped positions.

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

No branches or pull requests

1 participant