Package com.opttek.optquest
Class COptQuestSamplingMetric
java.lang.Object
com.opttek.optquest.COptQuestObjective
com.opttek.optquest.COptQuestMultiObjective
com.opttek.optquest.COptQuestSamplingMetric
-
Constructor Summary
ConstructorsConstructorDescriptionCOptQuestSamplingMetric(COptQuestSingleObjective metricObj, COptQuestSingleObjective errorObj) -
Method Summary
Modifier and TypeMethodDescriptionvoidAddObjective(COptQuestSingleObjective metricObj, COptQuestSingleObjective errorObj) voidAddObjective(COptQuestSingleObjective metricObj, COptQuestSingleObjective errorObj, boolean isIncluded) voidAddObjective(COptQuestSingleObjective metricObj, COptQuestSingleObjective errorObj, boolean isIncluded, double[] RDSBins) double[]getRDSBins(COptQuestSingleObjective metricObj) booleanisObjectiveIncluded(COptQuestSingleObjective metricObj) Methods inherited from class com.opttek.optquest.COptQuestMultiObjective
GetObjectiveAt, GetObjectiveCount, GetOptimizationNameMethods inherited from class com.opttek.optquest.COptQuestObjective
equals, GetName, hashCode, IsLinear, IsMaximize, IsMinimize, SetMaximize, SetMinimize, SetMultiobjectiveGoal, SetName
-
Constructor Details
-
COptQuestSamplingMetric
public COptQuestSamplingMetric() -
COptQuestSamplingMetric
public COptQuestSamplingMetric(COptQuestSingleObjective metricObj, COptQuestSingleObjective errorObj) -
COptQuestSamplingMetric
-
-
Method Details
-
AddObjective
-
AddObjective
public void AddObjective(COptQuestSingleObjective metricObj, COptQuestSingleObjective errorObj, boolean isIncluded) -
AddObjective
public void AddObjective(COptQuestSingleObjective metricObj, COptQuestSingleObjective errorObj, boolean isIncluded, double[] RDSBins) -
isObjectiveIncluded
-
getRDSBins
-