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 |
---|---|
RandomVariable[] |
getParameter(RandomVariable[] solverParameter)
Return the original parameter for the given (unbounded) solver parameter.
|
RandomVariable[] |
getSolverParameter(RandomVariable[] parameter)
Return the (unbounded) solver parameter for the given original parameter.
|
RandomVariable[] getParameter(RandomVariable[] solverParameter)
solverParameter
- The given solver parameter (unbounded).RandomVariable[] getSolverParameter(RandomVariable[] parameter)
parameter
- The parameter.Copyright © 2019. All rights reserved.