Passing in a matrix as initial conditions versus ensemble parallel simulation in DifferentialEquations

What’s the difference between passing in a matrix of NxM (N is the number of states, and M is the number of conditions) initial conditions and using the ensemble method?

Solving it all at once with the same time steps vs independently with different stepping behavior. The latter is usually more efficient.

1 Like