EstimationResult Module
Functions and values
Function or value | Description |
Full Usage:
EstimationResult.loadAll directory subject modelSystem modelId
Parameters:
string
subject : string
modelSystem : ModelSystem
modelId : string
Returns: EstimationResult seq
|
|
Full Usage:
EstimationResult.saveAll directory subject modelId thinTraceBy result
Parameters:
string
-
Relative or absolute directory to save files to
subject : string
-
An identifier for the subject of the test
modelId : string
-
An identifier for the model used
thinTraceBy : int option
-
If Some, an integer representing the nth traces to keep from the optimisation trace.
If None, does not thin the trace.
result : EstimationResult
-
The estimation result to save
|
|