Skip to content

Commit 708fa6c

Browse files
Update two_stage_method.jl
1 parent 4b9ee70 commit 708fa6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/two_stage_method.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ function construct_estimated_solution_and_derivative!(estimated_solution,estimat
7070
end
7171
end
7272

73-
function two_stage_method(prob::DiffEqBase.DEProblem,tpoints,data;kernel= :Epanechnikov,
73+
function two_stage_method(prob::DiffEqBase.DEProblem,tpoints,data;kernel= :Logistic,
7474
loss_func = L2Loss,mpg_autodiff = false,
7575
verbose = false,verbose_steps = 100,
7676
autodiff_prototype = mpg_autodiff ? zeros(length(prob.p)) : nothing,

0 commit comments

Comments
 (0)