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
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:
xacc/xacc/optimizer/mlpack/mlpack_optimizer.cpp
Line 195 in d1edaa7
It looks like upper and lower are in swapped positions.
upper
lower
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
xacc/xacc/optimizer/mlpack/mlpack_optimizer.cpp
Line 195 in d1edaa7
It looks like
upper
andlower
are in swapped positions.The text was updated successfully, but these errors were encountered: