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 808d913 commit 0920bf8Copy full SHA for 0920bf8
src/two_stage_method.jl
@@ -70,7 +70,7 @@ function construct_estimated_solution_and_derivative!(estimated_solution,estimat
70
end
71
72
73
-function two_stage_method(prob::DiffEqBase.DEProblem,tpoints,data;kernel= :Epanechnikov,
+function two_stage_method(prob::DiffEqBase.DEProblem,tpoints,data;kernel= :Logistic,
74
loss_func = L2Loss,mpg_autodiff = false,
75
verbose = false,verbose_steps = 100,
76
autodiff_prototype = mpg_autodiff ? zeros(length(prob.p)) : nothing,
0 commit comments