public interface ParameterTransformation
Double.NEGATIVE_INFINITY
to Double.POSITIVE_INFINITY
.
If you like to constrain the first parameter to be > 0, then you might use the parameter transformation where
getParameter is just Math:exp and getSolverParameter is Math:log.Modifier and Type | Method and Description |
---|---|
RandomVariableInterface[] |
getParameter(RandomVariableInterface[] solverParameter)
Return the original parameter for the given (unbounded) solver parameter.
|
RandomVariableInterface[] |
getSolverParameter(RandomVariableInterface[] parameter)
Return the (unbounded) solver parameter for the given original parameter.
|
RandomVariableInterface[] getParameter(RandomVariableInterface[] solverParameter)
solverParameter
- The given solver parameter (unbounded).RandomVariableInterface[] getSolverParameter(RandomVariableInterface[] parameter)
parameter
- The parameter.Copyright © 2018. All rights reserved.