-
Notifications
You must be signed in to change notification settings - Fork 47
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
Rewriten finite difference logging #283
base: master
Are you sure you want to change the base?
Commits on Nov 3, 2022
-
Added an objective to take precalculated values of another objective.
This new objective wraps the other objective, but uses the precalculated values to evaluate points close to the precalculated points. The intended usage is to quickly redo parts of an optimization, that got interrupted due to for example time limits.
Stefan Buller committedNov 3, 2022 Configuration menu - View commit details
-
Copy full SHA for d2cc958 - Browse repository at this point
Copy the full SHA d2cc958View commit details -
Merge branch 'master' into precalculated_objective
Stefan Buller committedNov 3, 2022 Configuration menu - View commit details
-
Copy full SHA for 037a74b - Browse repository at this point
Copy the full SHA 037a74bView commit details
Commits on Dec 22, 2022
-
Merge branch 'master' into finite_difference_log
Stefan Buller committedDec 22, 2022 Configuration menu - View commit details
-
Copy full SHA for 5fd9fa0 - Browse repository at this point
Copy the full SHA 5fd9fa0View commit details -
Rewrote jacobian logger to be more agnostic to whether the problem is…
… a least squares problem or generic. Updated the "general" solver in serial.
Stefan Buller committedDec 22, 2022 Configuration menu - View commit details
-
Copy full SHA for c77720d - Browse repository at this point
Copy the full SHA c77720dView commit details -
Some small tweaks to work better with MPI (hopefully)
Stefan Buller committedDec 22, 2022 Configuration menu - View commit details
-
Copy full SHA for e799bcb - Browse repository at this point
Copy the full SHA e799bcbView commit details -
daringli committed
Dec 22, 2022 Configuration menu - View commit details
-
Copy full SHA for e2b7083 - Browse repository at this point
Copy the full SHA e2b7083View commit details -
daringli committed
Dec 22, 2022 Configuration menu - View commit details
-
Copy full SHA for df3af0e - Browse repository at this point
Copy the full SHA df3af0eView commit details -
Reverted jacobian to only print the derivative of the total objective.
No longer useful for reseting the least squares optimizer, but that wasn't a good default due to the 1000s of residuals in the QS objective.
daringli committedDec 22, 2022 Configuration menu - View commit details
-
Copy full SHA for 1d11405 - Browse repository at this point
Copy the full SHA 1d11405View commit details -
daringli committed
Dec 22, 2022 Configuration menu - View commit details
-
Copy full SHA for b795436 - Browse repository at this point
Copy the full SHA b795436View commit details -
daringli committed
Dec 22, 2022 Configuration menu - View commit details
-
Copy full SHA for 4c2586e - Browse repository at this point
Copy the full SHA 4c2586eView commit details
Commits on Jan 10, 2023
-
Updated jacobian logging to also support the legacy option (which is …
…the default).
Stefan Buller committedJan 10, 2023 Configuration menu - View commit details
-
Copy full SHA for 2f062d0 - Browse repository at this point
Copy the full SHA 2f062d0View commit details
Commits on Jan 11, 2023
-
f0 is now calculated inside the finite difference object to avoid dup…
…licate work and because calling fd.fn() in the logger resulted in the execution freezing on cobra.
Stefan Buller committedJan 11, 2023 Configuration menu - View commit details
-
Copy full SHA for e84a0e1 - Browse repository at this point
Copy the full SHA e84a0e1View commit details -
Stefan Buller committed
Jan 11, 2023 Configuration menu - View commit details
-
Copy full SHA for f023bc9 - Browse repository at this point
Copy the full SHA f023bc9View commit details -
Moved some code around. Renamed 'wrapper' to decorator to conform to …
…python nomenclature.
Stefan Buller committedJan 11, 2023 Configuration menu - View commit details
-
Copy full SHA for 64a0d2b - Browse repository at this point
Copy the full SHA 64a0d2bView commit details -
Fixed an error where the FiniteDifference object would not update its…
… DOFs if the underlying optimizable got updated.
Stefan Buller committedJan 11, 2023 Configuration menu - View commit details
-
Copy full SHA for 43ccdda - Browse repository at this point
Copy the full SHA 43ccddaView commit details -
Reverted some changes not related to the feature of this branch.
Stefan Buller committedJan 11, 2023 Configuration menu - View commit details
-
Copy full SHA for f52f8b8 - Browse repository at this point
Copy the full SHA f52f8b8View commit details