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 df75819 commit 6aa89afCopy full SHA for 6aa89af
lib/OptimizationODE/src/OptimizationODE.jl
@@ -7,7 +7,7 @@ using Optimization.LinearAlgebra
7
8
export ODEOptimizer, ODEGradientDescent, RKChebyshevDescent, RKAccelerated, HighOrderDescent
9
10
-struct ODEOptimizer{T}
+struct ODEOptimizer{T, T2}
11
solver::T
12
dt::T2
13
end
0 commit comments