Say that I have created a
eoptprob = Optimization.EnsembleProblem(opt_prob, u_inits)
how do i actually retrieve the number of starts encoded in it from eoptprob (I could use u_inits, but here I have passed eoptprob into another function where I do not have u_inits). It seems like there should be a simple way but
throws an error and
is nothing.