Skip to content

Add kwarg is_feasible_error to interior_point_Newton#556

Merged
kellertuer merged 2 commits intoJuliaManifolds:masterfrom
JoshuaLampert:ipn-isfeasible-error
Dec 4, 2025
Merged

Add kwarg is_feasible_error to interior_point_Newton#556
kellertuer merged 2 commits intoJuliaManifolds:masterfrom
JoshuaLampert:ipn-isfeasible-error

Conversation

@JoshuaLampert
Copy link
Copy Markdown
Contributor

As discussed in #540 (comment), this adds a kwarg to interior_point_Newton and to its state to customize what should happen for starting points, which are not feasible since sometimes I am an "adventurous numerics person" 😄

@codecov
Copy link
Copy Markdown

codecov Bot commented Dec 3, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (faf9bc3) to head (c341a6f).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #556   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           91        91           
  Lines         9975      9976    +1     
=========================================
+ Hits          9975      9976    +1     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Copy Markdown
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.

Thanks for fixing more typos (interesting that the new spellcheck did not spot them)

I am not 100% a fan of this, because it is a bit dangers especially for IPNewton, but it is carefully documented, so sure, we can do that.

@kellertuer kellertuer merged commit 6c87ee8 into JuliaManifolds:master Dec 4, 2025
15 checks passed
@JoshuaLampert JoshuaLampert deleted the ipn-isfeasible-error branch December 4, 2025 14:25
kellertuer referenced this pull request Dec 10, 2025
* fix early stopping in StopWhenRepeated
* changelog
* bump version
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

Successfully merging this pull request may close these issues.

2 participants