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:
costnumpy.ndarray

An array of shape (n,) representing cost values from n simulations.

qnumpy.ndarray

An array of shape (ng, ntime_step, n) representing simulated discharges from n simulations.