hep.aida.ext
Interface IOptimizerResult
-
- All Known Implementing Classes:
- OptimizerResult
public interface IOptimizerResult
-
-
Field Summary
Fields Modifier and Type Field and Description static intAPPROXIMATEstatic intCONVERGEDstatic intCONVERGED_NEG_MATRIXstatic intCONVERGED_SMALL_GRADIENTstatic intCONVERGED_SMALL_STEP_SIZEstatic intNOT_CONVERGEDstatic intREACHED_MAX_ITERstatic intTOO_MANY_LARGE_STEPSstatic intUNDEFINED
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description IOptimizerConfigurationconfiguration()The optimizer's configuration.IDomainConstraintconstraints()The constraints used in the optimization.java.lang.Objectcontour(int nSigma, int nPoints, IVariable var1, IVariable var2)Get the contour with respec to two variables.double[][]correlationMatrix()The correlation matrix.double[][]covarianceMatrix()The covariance matrix.intoptimizationStatus()The status of the optimizer after the optimization procedure.double[]parameters()java.lang.Objectscan(int nPoints, IVariable var)Scan the function with respect to a variable.java.lang.Objectscan(int nPoints, IVariable var1, IVariable var2)Scan the function with respect to two variables.
-
-
-
Field Detail
-
UNDEFINED
static final int UNDEFINED
- See Also:
- Constant Field Values
-
APPROXIMATE
static final int APPROXIMATE
- See Also:
- Constant Field Values
-
CONVERGED_NEG_MATRIX
static final int CONVERGED_NEG_MATRIX
- See Also:
- Constant Field Values
-
CONVERGED
static final int CONVERGED
- See Also:
- Constant Field Values
-
CONVERGED_SMALL_GRADIENT
static final int CONVERGED_SMALL_GRADIENT
- See Also:
- Constant Field Values
-
CONVERGED_SMALL_STEP_SIZE
static final int CONVERGED_SMALL_STEP_SIZE
- See Also:
- Constant Field Values
-
NOT_CONVERGED
static final int NOT_CONVERGED
- See Also:
- Constant Field Values
-
REACHED_MAX_ITER
static final int REACHED_MAX_ITER
- See Also:
- Constant Field Values
-
TOO_MANY_LARGE_STEPS
static final int TOO_MANY_LARGE_STEPS
- See Also:
- Constant Field Values
-
-
Method Detail
-
constraints
IDomainConstraint constraints()
The constraints used in the optimization.- Returns:
- The domain of constraints.
-
configuration
IOptimizerConfiguration configuration()
The optimizer's configuration.- Returns:
- The optimizer's configuration.
-
parameters
double[] parameters()
-
covarianceMatrix
double[][] covarianceMatrix()
The covariance matrix. Still under discussion
-
correlationMatrix
double[][] correlationMatrix()
The correlation matrix. Still under discussion.
-
contour
java.lang.Object contour(int nSigma, int nPoints, IVariable var1, IVariable var2)Get the contour with respec to two variables.- Parameters:
nSigma- The number of sigmas at which the contour should be calculated.nPoints- The maximum number of points on the contour (might be less).var1- The first variable.var2- The second variable.- Returns:
- The Object containing the contour (to be fixed).
-
scan
java.lang.Object scan(int nPoints, IVariable var1, IVariable var2)Scan the function with respect to two variables.- Parameters:
nPoints- The number of points to be used in the scan.var1- The first variable.var2- The second variable.- Returns:
- The Object containing the scan (to be fixed).
-
scan
java.lang.Object scan(int nPoints, IVariable var)Scan the function with respect to a variable.- Parameters:
nPoints- The number of points to be used in the scan.var- The variable.- Returns:
- The Object containing the scan (to be fixed).
-
optimizationStatus
int optimizationStatus()
The status of the optimizer after the optimization procedure.- Returns:
- The status of the optimization.
-
-
DMelt 3.0 © DataMelt by jWork.ORG