Uses of Package
com.opttek.optquest
Packages that use com.opttek.optquest
-
Classes in com.opttek.optquest used by com.opttek.optquestClassDescriptionExceptions thrown by the OptQuest Engine.The COptQuestObjective class is a pure virtual class that defines the objective of the optimization.A COptQuestSolution object contains the values for one solution and provides methods to access information on the solution.The COptQuestStringConstraint class is used to define linear and non-linear constraints using a mathematical expression.The COptQuestStringObjective class is used to define an objective function using a mathematical expression.The COptQuestUserControlledVariable class allows you to define a variable where you set the value of the variable.COptQuestVariable is a pure virtual class that defines a decision variable.Defines a callback function that will evaluate an OptQuestSolution during managed optimization.Defines a callback function is called when a solution or replication solution has completed evaluation.The main class that defines an optimization model and creates and manages solutionsThe class that defines a solution object for managing inputs, outputs, constraints, and objectives
-
Classes in com.opttek.optquest used by com.opttek.optquest.heatmapClassDescriptionExceptions thrown by the OptQuest Engine.The COptQuestMultiObjective is an abstract class.The COptQuestObjective class is a pure virtual class that defines the objective of the optimization.The COptQuestStringObjective class is used to define an objective function using a mathematical expression.A generic interface to return the generalized distance between two vectors For Kriging, we need to know the distance between two vectors.Inspired from: Numerical Recipes in C++ The Art of Scientific Computing Third Edition 2007 This is the main implementation of the Kriging algorithm.OptQuestDefinition holds the data members that define an optimization problem.Identifies one solution which is a set of values for each variable in the optimization.Abstract class to hold the reference and common data to all the solution generators.