DiffEqParamEstim.jl icon indicating copy to clipboard operation
DiffEqParamEstim.jl copied to clipboard

remove duplicate code for collocation

Open ArnoStrouwen opened this issue 3 years ago • 0 comments

DiffEqFlux has copy pastes of some of the functions here. They should be removed in one of the two. https://github.com/SciML/DiffEqFlux.jl/issues/773

I would also suggest deprecating passing the kernel as a symbol, to make it more uniform with the rest of the SciML interfaces, e.g. Tsit5() is used, not :Tsit5.

ArnoStrouwen avatar Oct 15 '22 15:10 ArnoStrouwen