Initialise Module
Functions and values
| Function or value |
Description
|
Full Usage:
initialise d rng
Parameters: Returns: TypedTensor<Vector, MeasureProduct<optim-space, MeasureOne>>
|
Generate a random point from bounds specified as a `Domain`. A value for each dimension is drawn from a univariate normal distribution, assuming that the bounds represent the 99th percentiles of the distribution.
|
Full Usage:
isInvalidTheta theta constraints
Parameters:
float<MeasureProduct<optim-space, MeasureOne>> seq
constraints : Constraint seq
Returns: bool
|
Assesses if theta is valid based on the provided constraints.
|
bristlecone