-
Notifications
You must be signed in to change notification settings - Fork 109
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
Add optimization algorithms section in the documentation for the theory chapter #9698
base: main
Are you sure you want to change the base?
Add optimization algorithms section in the documentation for the theory chapter #9698
Conversation
3c40fa0
to
93326ea
Compare
CodSpeed Performance ReportMerging #9698 will not alter performanceComparing Summary
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9698 +/- ##
==========================================
+ Coverage 91.71% 91.74% +0.02%
==========================================
Files 426 426
Lines 26538 26538
==========================================
+ Hits 24340 24346 +6
+ Misses 2198 2192 -6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for picking this up, I have now added the suggestions above.
This section includes the description and main differences between conmin_mfd and optpp_q_newton, both available through Dakota. The section was also cross-referenced in the backend section.
5fbd7c4
to
2bbae26
Compare
This section includes the description and main differences between conmin_mfd and optpp_q_newton, both available through Dakota. The section was also cross-referenced in the backend section.
Credit goes to @olwijn for initially developing the document.
Issue
Resolves #9697
Approach
Added
optimization_algorithms.rst
section, updated the index.rst to include below the Theory chapter, and cross-referenced it from within theoptimization_backend.rst
section.git rebase -i main --exec 'pytest tests/ert/unit_tests -n logical -m "not integration_test"'
)When applicable