smash.MultipleForwardRun#
- class smash.MultipleForwardRun(data=None)[source]#
Represents multiple forward run result.
- Attributes:
- cost
numpy.ndarray An array of shape (n,) representing cost values from n simulations.
- q
numpy.ndarray An array of shape (ng, ntime_step, n) representing simulated discharges from n simulations.
- cost
See also
multiple_forward_runRun the forward Model with multiple sets of parameters.