Header menu logo bristlecone

Test Module

Terms for designing tests for model systems.

Functions and values

Function or value Description

run settings

Full Usage: run settings

Parameters:
    settings : 'a

Returns: EstimationEngine<'b, 'c, 'u, 'v> -> TestSettings<'v, 'b, 'd, 'c> -> ModelSystem<'u> -> TestResult<'b, 'd, 'c, MeasureProduct<state, MeasureOne>>
settings : 'a
Returns: EstimationEngine<'b, 'c, 'u, 'v> -> TestSettings<'v, 'b, 'd, 'c> -> ModelSystem<'u> -> TestResult<'b, 'd, 'c, MeasureProduct<state, MeasureOne>>

withStartValue code value settings

Full Usage: withStartValue code value settings

Parameters:
Returns: TestSettings<'state, 'a, 'b, 'c>

If the start value has already been set, it will be overwritten with the new value.

code : string
value : float<'state>
settings : TestSettings<'state, 'a, 'b, 'c>
Returns: TestSettings<'state, 'a, 'b, 'c>

Type something to start searching.