@PharmCat wrote:
I have a function: dx/dt = f(x, y) = (p1 + y) * x + p2 * sqrt(x)
where p1, p2 - parameter for optimization
Is a way to make solution like sol(t, y) for nonlinear model fitting? Can it be done with DifferentialEquations.jl?
Posts: 2
Participants: 2