-
Notifications
You must be signed in to change notification settings - Fork 122
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
PSO variable type buglet #123
Comments
Thanks for the report, should be fixed in #124, I will put some time into the test setup, so that we can avoid such issues in the future. |
Fixed in #124. Thanks for the report. 👍 |
Ah, I discovered that #126 will also be necessary here. |
@rcurtin sorry about that. I should have grabbed the entire log. :/ |
* Upgrade to ensmallen 1.16.0 * Bump package version * Add new release notes * Bump cran comments * Address return type issue identified in mlpack/ensmallen#123 * Ensure const reference * Fix another type return mlpack/ensmallen#126
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions! 👍 |
Issue description
Mismatch on return types in PSO
Defined as
arma::vec
:ensmallen/include/ensmallen_bits/pso/pso.hpp
Lines 207 to 210 in b46986d
But returning
size_t
:ensmallen/include/ensmallen_bits/pso/pso.hpp
Lines 161 to 171 in b46986d
Your environment
The text was updated successfully, but these errors were encountered: