Uses of Class
com.opttek.optquest.COptQuestSingleObjective
Packages that use COptQuestSingleObjective
-
Uses of COptQuestSingleObjective in com.opttek.optquest
Subclasses of COptQuestSingleObjective in com.opttek.optquestModifier and TypeClassDescriptionclass
The COptQuestObjectiveFunction class is used to define a linear objective.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 COptQuestSingleObjectiveModifier and TypeMethodDescriptionCOptQuestMultiObjective.GetObjectiveAt
(int index) Returns the objective at the specified index.Methods in com.opttek.optquest with parameters of type COptQuestSingleObjectiveModifier and TypeMethodDescriptionvoid
COptQuestFrontierMultiObjective.AddObjective
(COptQuestSingleObjective obj) Adds the input sub-objective to the COptQuestFrontierMultiObjectivevoid
COptQuestWeightedMultiObjective.AddObjective
(COptQuestSingleObjective obj, double coefficient) Deprecated.Adds the input sub-objective to the COptQuestWeightedMultiObjective and assigns a coefficient to the sub-objective.void
COptQuestWeightedMultiObjective.AddObjective
(COptQuestSingleObjective obj, double coefficient, double goal) Deprecated.Adds the input sub-objective to the COptQuestWeightedMultiObjective and assigns a coefficient to the objective and a value representing the goal of the objective.void
COptQuestWeightedMultiObjective.AddObjective
(COptQuestSingleObjective obj, double coefficient, double minObj, double maxObj) Deprecated.Adds the input sub-objective to the COptQuestMultipleObjective and assigns a coefficient to the objective and values representing the range of the objective.double
COptQuestSolutionSet.CalculateSensitivity
(COptQuestSingleObjective obj) Returns the sensitivity score for the objective.double
COptQuestSolutionSet.CalculateStatistic
(COptQuestSingleObjective obj, int statistic, double statisticValue) Using the solution set values for the objective, calculate the specified statisticArrayList
<com.opttek.optquest.COptQuestSolution> COptQuestOptimization.GetPatternFrontier
(COptQuestSingleObjective obj) Provides all solutions in the current pattern frontier sorted by the specified objective.ArrayList
<com.opttek.optquest.COptQuestSolution> COptQuestUserControlledOptimization.GetPatternFrontier
(COptQuestSingleObjective obj) Provides all solutions in the current pattern frontier sorted by the specified objective.void
COptQuestWeightedMultiObjective.SetObjectiveCoefficient
(COptQuestSingleObjective obj, double coefficient) Deprecated.Assigns a new coefficient to the input objective.void
COptQuestWeightedMultiObjective.SetObjectiveGoal
(COptQuestSingleObjective obj, double minObj, double maxObj) Deprecated.Assigns a new objective range for a particular objective. -
Uses of COptQuestSingleObjective in com.opttek.optquest.heatmap
Subclasses of COptQuestSingleObjective in com.opttek.optquest.heatmap