Uses of Class
com.opttek.optquest.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.classclassclassThe 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 COptQuestFrontierMultiObjectivevoidCOptQuestSamplingMetric.AddObjective(COptQuestSingleObjective metricObj, COptQuestSingleObjective errorObj) voidCOptQuestSamplingMetric.AddObjective(COptQuestSingleObjective metricObj, COptQuestSingleObjective errorObj, boolean isIncluded) voidCOptQuestSamplingMetric.AddObjective(COptQuestSingleObjective metricObj, COptQuestSingleObjective errorObj, boolean isIncluded, double[] RDSBins) voidCOptQuestWeightedMultiObjective.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 statisticdoubleCOptQuestSolution.GetConfidenceWidth(COptQuestSingleObjective objective) Return the confidence width for the input objective.doubleCOptQuestSolution.GetObjectiveValue(COptQuestSingleObjective singleObj) Returns the objective value for a specified objective.COptQuestOptimization.GetPatternFrontier(COptQuestSingleObjective obj) Provides all solutions in the current pattern frontier sorted by the specified objective.COptQuestUserControlledOptimization.GetPatternFrontier(COptQuestSingleObjective obj) Provides all solutions in the current pattern frontier sorted by the specified objective.double[]COptQuestSamplingMetric.getRDSBins(COptQuestSingleObjective metricObj) COptQuestSolution.GetReplicationValue(COptQuestSingleObjective objective, int replication) Return the replication value for the input objective and specified replication.COptQuestSolution.GetReplicationValues(COptQuestSingleObjective objective) Return the replication values for the input objective.booleanCOptQuestSamplingMetric.isObjectiveIncluded(COptQuestSingleObjective metricObj) 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.voidCOptQuestSolution.SetObjectiveValue(COptQuestSingleObjective obj, double objValue) Sets the objective value for the specified objective.booleanCOptQuestSolution.SolutionMetConfidence(COptQuestSingleObjective objective) Returns true if the input objective met confidence level checks for replications.Constructors in com.opttek.optquest with parameters of type COptQuestSingleObjectiveModifierConstructorDescriptionCOptQuestSamplingMetric(COptQuestSingleObjective metricObj, COptQuestSingleObjective errorObj)