Skip to content

Conversation

nathanemac
Copy link
Contributor

@nathanemac nathanemac commented Aug 20, 2025

@dpo
With that change, using :

prec = 1e-4
data, simulate, resid, misfit, x0 = RegularizedProblems.FH_smooth_term()
misfit_prec = p -> misfit(p, prec, prec)
inexact_nlp = LBFGSModel(ADNLPModel(misfit_prec, ones(5)))

allows to evaluate the same problem with different precisions (tolerance criterion in DiffEq solving)

Copy link

codecov bot commented Aug 20, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 77.02%. Comparing base (85de184) to head (d45ea16).
⚠️ Report is 15 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##             main      #74       +/-   ##
===========================================
- Coverage   99.18%   77.02%   -22.17%     
===========================================
  Files          11       19        +8     
  Lines         369      457       +88     
===========================================
- Hits          366      352       -14     
- Misses          3      105      +102     

☔ 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.

@dpo dpo merged commit c970d4e into JuliaSmoothOptimizers:main Sep 5, 2025
12 of 13 checks passed
@dpo
Copy link
Member

dpo commented Sep 5, 2025

Thank you.

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