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

LBFGS: avoid generation of NaNs, and add checks for finite values #368

Merged
merged 4 commits into from Jun 23, 2023
Merged

LBFGS: avoid generation of NaNs, and add checks for finite values #368

merged 4 commits into from Jun 23, 2023

Conversation

conradsnicta
Copy link
Contributor

@conradsnicta conradsnicta commented Jun 21, 2023

related to #365

@conradsnicta conradsnicta changed the title avoid generation of NaNs, and add checks for finite values LBFGS: avoid generation of NaNs, and add checks for finite values Jun 21, 2023
Copy link
Member

@rcurtin rcurtin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for handling this---just some small comments. 👍

include/ensmallen_bits/lbfgs/lbfgs_impl.hpp Outdated Show resolved Hide resolved
include/ensmallen_bits/lbfgs/lbfgs_impl.hpp Show resolved Hide resolved
Copy link
Member

@rcurtin rcurtin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, no more comments from my side. 👍

Copy link
Member

@zoq zoq left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

@conradsnicta conradsnicta merged commit 2e0ab12 into mlpack:master Jun 23, 2023
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants