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 4b9ee70 commit 708fa6cCopy full SHA for 708fa6c
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