Description Usage Arguments Value See Also Examples
returns the current default function for constraining a parameter.
1 | optimiDefaultConstraint(constraint)
|
constraint |
the type of constraint you want to place on the parameter, options include 'positive' (gives an 'exp' constraint) and 'zeroone' (gives a 'sigmoid' constraint). |
val |
a list with two components: 'func' for the name of function used to apply the constraint, and 'hasArgs' for a boolean flag if the function requires additional arguments. |
expTransform, sigmoidTransform
.
1 2 | optimiDefaultConstraint('positive')
optimiDefaultConstraint('bounded')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.