-
Notifications
You must be signed in to change notification settings - Fork 230
Document optimization state and callback functionality. Change initia… #1226
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
Conversation
…l_state to initial_x in the user-facing API and export initial_state.
Benchmark Results (Julia vlts)Time benchmarks
Memory benchmarks
A plot of the benchmark results has been uploaded as an artifact at . |
Benchmark Results (Julia v1)Time benchmarks
Memory benchmarks
A plot of the benchmark results has been uploaded as an artifact at . |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #1226 +/- ##
=======================================
Coverage 86.82% 86.82%
=======================================
Files 44 44
Lines 3552 3552
=======================================
Hits 3084 3084
Misses 468 468 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| return (x[1]-2)^2 + (x[2]-3)^2 | ||
| end | ||
|
|
||
| initial_x = [0.0, 0.0] |
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.
Slightly confusing to use the same name as for the API function here. At least it confused me initially 😄
…l_state to initial_x in the user-facing API and export initial_state.
Fixes #962