Language Module
An F# Domain Specific Language (DSL) for scripting with Bristlecone.
Types and nested modules
Type/Module | Description |
Functions and values
Function or value | Description |
|
|
Full Usage:
compute x t pool environment ex
Parameters:
float
t : float
pool : Pool
environment : CodedMap<float>
ex : ModelExpression
Returns: float
|
|
|
|
Full Usage:
estimateParameter name constraintMode lower upper (arg5, arg6)
Parameters:
string
constraintMode : Constraint
lower : float
upper : float
arg4 : 'a
arg5 : PluggableComponent<'b>
Returns: 'a * PluggableComponent<'b>
|
|
|
|
Full Usage:
modelComponent name list
Parameters:
'a
list : 'b
Returns: 'a * 'b
|
|
|
|
|
|
|
|
|
|
Full Usage:
subComponent name expression
Parameters:
'a
expression : 'b -> ModelExpression
Returns: 'a * PluggableComponent<'b>
|
|
|
|
Active patterns
Active pattern | Description |
Full Usage:
(|NotEmptyList|_|) list
Parameters:
'a list
Returns: 'a list option
|
|