atrophiedbrain

Results 4 comments of atrophiedbrain

I'm having this exact issue. Anyone have any suggestions?

By writing a custom overload for Base.convert to handle the conversion that is specified in the error message above, I was able to get this to work. The converter creates...

The default Epanechnikov_kernel returns 0 if abs(t) > 0. All my time points are positive. When I replaced my time vector with const times = collect(7.0:time_step:85.0)/85.0 the two_stage_method function runs...

#10 Added parallel_sobol_points keyword parameter to multistart_minimization function to address this issue.