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

max_stepsize improvements #402

Merged
merged 7 commits into from
Jul 25, 2024
Merged

Conversation

mateuszbaran
Copy link
Member

I've been debugging some issues with optimization on Hyperrectangle and noticed it lacks max_stepsize. Also, WolfePowellLinesearch by default tries calling max_stepsize with an invalid point. If it tries to get the global maximum stepsize, it should not provide the point, and if it wants local maximum stepsize (which would make some sense), it should call max_stepsize before each search separately.

Copy link

codecov bot commented Jul 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.77%. Comparing base (4a52a82) to head (4233ba7).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #402   +/-   ##
=======================================
  Coverage   99.77%   99.77%           
=======================================
  Files          72       72           
  Lines        7574     7592   +18     
=======================================
+ Hits         7557     7575   +18     
  Misses         17       17           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mateuszbaran mateuszbaran added enhancement Ready-for-Review A label for pull requests that are feature-ready labels Jul 24, 2024
Copy link
Member

@kellertuer kellertuer 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.

We can merge and register tomorrow for example?

@mateuszbaran
Copy link
Member Author

Sure, I will update the date in changelog.

@kellertuer kellertuer merged commit 21dd646 into master Jul 25, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Ready-for-Review A label for pull requests that are feature-ready
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants