We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a10cb04 commit 6164774Copy full SHA for 6164774
lib/OptimizationODE/src/OptimizationODE.jl
@@ -2,7 +2,7 @@ module OptimizationODE
2
3
using Reexport
4
@reexport using Optimization, SciMLBase
5
-using DifferentialEquations
+using OrdinaryDiffEq
6
using Optimization.LinearAlgebra
7
8
export ODEOptimizer, ODEGradientDescent, RKChebyshevDescent, RKAccelerated, HighOrderDescent
0 commit comments