Trace Module
Functions for loading and saving optimisation traces
Types
| Type | Description |
|
|
Functions and values
| Function or value |
Description
|
Full Usage:
Trace.load directory subject modelId
Parameters:
string
subject : string
modelId : string
Returns: (Guid * (float * float[]) list) seq
|
Load a trace from a CSV file, as saved by Bristlecone.
|
Full Usage:
Trace.save directory subject modelId thinBy result
Parameters:
string
subject : string
modelId : string
thinBy : int option
result : EstimationResult<'a, 'b, 'c>
|
Save the trace of an `EstimationResult` to a CSV file.
|
bristlecone