Struct dvcompute::simulation::Run[][src]

#[repr(C)]
pub struct Run { pub specs: SpecsRepr, pub run_index: usize, pub run_count: usize, pub generator: Generator, // some fields omitted }
Expand description

It represents the simulation run.

Fields

specs: SpecsRepr

The simulation specs.

run_index: usize

The current simulation run index starting from zero.

run_count: usize

The number of simulation runs in the Monte Carlo experiment.

generator: Generator

The random number generator.

Implementations

Create a new run instance.

Create a new run instance by the specified index.

Return the point in the start simulation time.

Return the point in the final simulation time.

Return the point at the specified modeling time.

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 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.