Package com.hexaly.optimizer
Contains classes for building and solving mathematical models using Hexaly Optimizer.
-
Interface Summary Interface Description HxCallback HxCallback interface.HxDoubleArrayExternalFunction Double array external function interface.HxDoubleExternalFunction Double external function interface.HxIntArrayExternalFunction Integer array external function interface.HxIntExternalFunction Integer external function interface.HxLambdaFunction Lambda function interface.HxLambdaFunction0 Lambda function interface.HxLambdaFunction1 Lambda function interface.HxLambdaFunction2 Lambda function interface.HxLambdaFunction3 Lambda function interface. -
Class Summary Class Description HexalyOptimizer Hexaly Optimizer environment.HxArray Value type for array expressions.HxCollection Value type for collection expressions (lists or sets).HxEvaluationPoint An evaluation point associated with an external function with surrogate modeling.HxExpression Mathematical modeling expression.HxExternalArgumentValues Argument values for external functions.HxExternalContext Context of an external function.HxInconsistency Inconsistency core of the optimization model.HxInterval Value type for interval expressions.HxModel Mathematical optimization model.HxParam Solving parameters.HxPhase Optimization phase.HxSolution Solution to the optimization model.HxStatistics Statistics of the search.HxSurrogateParameters Parameters specific to the surrogate modeling feature.HxVersion Version, license and copyright info. -
Enum Summary Enum Description HxCallbackType List of types that can be used with callbacks.HxErrorCode List of error codes used by HxException.HxObjectiveDirection Objective directions.HxOperator Mathematical operators available for modeling.HxSolutionStatus Solution status: Optimal, Feasible, Infeasible or Inconsistent.HxState State of Hexaly Optimizer environment. -
Exception Summary Exception Description HxException Hexaly exception.