smash.MultipleForwardRun#
- class smash.MultipleForwardRun(data=None)[source]#
Represents multiple forward run result.
See also
multiple_forward_run
Run the forward Model with multiple sets of parameters.
- 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