File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
2020ModelingToolkitStandardLibrary = " 16a59e39-deab-5bd0-87e4-056b12336739"
2121NonlinearSolve = " 8913a72c-1f9b-4ce2-8d82-65094dcecaec"
2222Optim = " 429524aa-4258-5aef-a3af-852621145aeb"
23+ Optimization = " 7f7a1694-90dd-40f0-9382-eb1efda571ba"
24+ OptimizationOptimJL = " 36348300-93cb-4f02-beb5-3c3902f8871e"
2325OrdinaryDiffEq = " 1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
2426Plots = " 91a5bcdd-55d7-5caf-9e0b-520d859cae80"
2527PreallocationTools = " d236fae5-4411-538c-8e31-a6e3d9e00b46"
Original file line number Diff line number Diff line change 1- ``` @meta
2- Draft = true
3- ```
4-
51# Optimizing through an ODE solve and re-creating MTK Problems
62
73Solving an ODE as part of an ` OptimizationProblem ` 's loss function is a common scenario.
You can’t perform that action at this time.
0 commit comments