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 TypeClassDescriptionclassThe COptQuestObjectiveFunction class is used to define a linear objective.classThe COptQuestStringObjective class is used to define an objective function using a mathematical expression.classThe 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 TypeMethodDescriptionvoidCOptQuestFrontierMultiObjective.AddObjective(COptQuestSingleObjective obj) Adds the input sub-objective to the COptQuestFrontierMultiObjectivevoidCOptQuestWeightedMultiObjective.AddObjective(COptQuestSingleObjective obj, double coefficient) Deprecated.Adds the input sub-objective to the COptQuestWeightedMultiObjective and assigns a coefficient to the sub-objective.voidCOptQuestWeightedMultiObjective.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.voidCOptQuestWeightedMultiObjective.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.doubleCOptQuestSolutionSet.CalculateSensitivity(COptQuestSingleObjective obj) Returns the sensitivity score for the objective.doubleCOptQuestSolutionSet.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.voidCOptQuestWeightedMultiObjective.SetObjectiveCoefficient(COptQuestSingleObjective obj, double coefficient) Deprecated.Assigns a new coefficient to the input objective.voidCOptQuestWeightedMultiObjective.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