@@ -44,26 +44,6 @@ function EnsembleProblem(; prob,
44
44
EnsembleProblem (prob; prob_func, output_func, reduction, u_init, safetycopy)
45
45
end
46
46
47
- function EnsembleProblem (; prob,
48
- u0s:: Union{Nothing, Vector{uType}} = nothing ,
49
- prob_func = (prob, i, repeat) -> remake (prob, u0 = u0s[i]),
50
- output_func = DEFAULT_OUTPUT_FUNC,
51
- reduction = DEFAULT_REDUCTION,
52
- u_init = nothing , p = nothing ,
53
- safetycopy = prob_func != = DEFAULT_PROB_FUNC) where {uType}
54
- EnsembleProblem (prob; prob_func, output_func, reduction, u_init, safetycopy)
55
- end
56
-
57
- function EnsembleProblem (; prob,
58
- trajectories:: Int ,
59
- prob_func,
60
- output_func = DEFAULT_OUTPUT_FUNC,
61
- reduction = DEFAULT_REDUCTION,
62
- u_init = nothing , p = nothing ,
63
- safetycopy = prob_func != = DEFAULT_PROB_FUNC)
64
- EnsembleProblem (prob; prob_func, output_func, reduction, u_init, safetycopy)
65
- end
66
-
67
47
struct WeightedEnsembleProblem{T1 <: AbstractEnsembleProblem , T2 <: AbstractVector } < :
68
48
AbstractEnsembleProblem
69
49
ensembleprob:: T1
0 commit comments