Uses of Class
com.opttek.optquest.COptQuestObjective
Packages that use COptQuestObjective
-
Uses of COptQuestObjective in com.opttek.optquest
Subclasses of COptQuestObjective in com.opttek.optquestModifier and TypeClassDescriptionclass
The COptQuestFrontierMultiObjective allows the user to combine objectives and treat them as a single objective for the optimization.class
The COptQuestMultiObjective is an abstract class.class
The COptQuestObjectiveFunction class is used to define a linear objective.class
class
The COptQuestStringObjective class is used to define an objective function using a mathematical expression.class
The COptQuestUserControlledObjective allows you to compute a value for the optimization objective.Methods in com.opttek.optquest that return COptQuestObjectiveModifier and TypeMethodDescriptionCOptQuestOptimization.GetObjective()
Returns the COptQuestObjective object added by the AddObjective() methodCOptQuestUserControlledOptimization.GetObjective()
Returns the COptQuestObjective object added by the AddObjective() methodMethods in com.opttek.optquest with parameters of type COptQuestObjectiveModifier and TypeMethodDescriptionvoid
COptQuestOptimization.AddObjective
(COptQuestObjective objective) Adds the objective defined by the input parameter to the optimization problem.void
COptQuestUserControlledOptimization.AddObjective
(COptQuestObjective objective) Adds the objective defined by the input parameter to the optimization problem.double
COptQuestFrontierMultiObjective.GetObjectiveMaximum
(COptQuestObjective obj) Returns the maximum value that was set for an objective range.double
COptQuestFrontierMultiObjective.GetObjectiveMinimum
(COptQuestObjective obj) Returns the minimum value that was set for an objective range.void
COptQuestFrontierMultiObjective.SetObjectiveRange
(COptQuestObjective obj, double min, double max) Focuses the frontier search on objective values between min and max. -
Uses of COptQuestObjective in com.opttek.optquest.heatmap
Subclasses of COptQuestObjective in com.opttek.optquest.heatmap