Struct sim::output_analysis::TerminatingSimulationOutput[][src]

pub struct TerminatingSimulationOutput<T> { /* fields omitted */ }
Expand description

Terminating simulations are useful when the initial and final conditions of a simulation are known, and set deliberately to match real world conditions. For example, a simulation spanning a 9:00 to 17:00 work day might use the terminating simulation approach to simulation experiments and analysis. These initial and final conditions are known and of interest.

Implementations

This TerminatingSimulationOutput constructor method creates a new terminating simulation output, with a single replication. The put_time_series method is then used to load additional simulation replications (time series).

This method loads a single simulation replication output into the TerminatingSimulationOutput object. Typically, simulation analysis will require many replications, and thus many put_time_series calls.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.