Uses of Class
com.opttek.optquest.COptQuestException
Packages that use COptQuestException
-
Uses of COptQuestException in com.opttek.optquest
Methods in com.opttek.optquest that throw COptQuestExceptionModifier and TypeMethodDescriptionboolean
OptQuestModel.AddAllSolutions
(OptQuestModel src) Copies all solutions from the input OptQuestModel to the the current OptQuestModel.boolean
OptQuestModel.AddBinaryVariable
(String name) Adds a binary variable with the given name.boolean
OptQuestModel.AddConstraint
(String name, String expression) Defines a linear or non-linear constraint where the expression may include variables and outputs.boolean
OptQuestModel.AddContinuousVariable
(String name, double min, double max) Adds a continuous variable with the given name, minimum value and maximum value.boolean
OptQuestModel.AddDesignVariable
(String name, int num) Design variables are used when the value of the decision variable represents an alternative, and not a quantity.boolean
OptQuestModel.AddDiscreteVariable
(String name, double min, double max, double step) Adds a discrete variable with the given name, minimum value, maximum value and step size.boolean
OptQuestModel.AddEnumerationVariable
(String name, double[] items) Enumeration variables define a decision variable that has an enumerated set of values such as 5,7 and 25.boolean
OptQuestSolution.AddEvaluated()
Used to supply solutions to the engine where the outputs have already been calculated.boolean
OptQuestModel.AddEvaluatedSolution
(com.opttek.optquest.COptQuestSolution csol) Internal OptTek use only.boolean
OptQuestModel.AddGeolocationVariable
(String name, double[][] locations) A geolocation variable defines a decision variable whose values are lists of latitude and longitude.boolean
OptQuestModel.AddIntegerVariable
(String name, double min, double max) Adds an integer variable with the given name, minimum value and maximum value.boolean
OptQuestModel.AddOutputVariable
(String name) An output variable allows you to set the value of the variable.boolean
OptQuestModel.AddPermutationVariable
(String group, String[] names) Permutation variables are used to solve sequencing problems.boolean
OptQuestSolution.AddSuggested()
Used to supply "warm start" solutions to the engine.boolean
OptQuestModel.AddSuggestSolution
(com.opttek.optquest.COptQuestSolution csol) Internal OptTek use only.boolean
OptQuestModel.AddTupleVariable
(String name, double[][] tuples) A tuple defines a decision variable whose values are lists of tuples.boolean
OptQuestModel.AddVariableExclusiveRange
(String name, double min, double max) Defines a range of values that will be excluded as possible solutions for the variable identified by the name.OptQuestModel.CopySolution
(OptQuestSolution src) Make a copy of the input OptQuestSolution.OptQuestModel.CreateSolution()
Only used for manual optimizations.OptQuestModel.GetAllSolutions()
Returns all evaluated solutions.OptQuestModel.GetBestSolutions()
If the OptQuestModel has a single objective, this method returns the best solution.OptQuestModel.GetBestSolutions
(int limit) If the OptQuestModel has a single objective, this method returns the best n solutions where n is the limit parameter.OptQuestModel.GetEmptySolution()
Creates an empty OptQuestSolution.double
Returns the value associated with the named Variable, Objective, or Constraint.boolean
OptQuestModel.Initialize()
Internal OptTek use only.boolean
OptQuestModel.Optimize
(int nsol) Starts the optimization and stops when nsol solutions have been evaluated.boolean
OptQuestModel.Optimize
(int npar, int nsol) Starts the optimization and stops when nsol solutions have been evaluated.boolean
OptQuestModel.Optimize
(int npar, int nsol, IOptQuestEvaluator eval) Starts the optimization and stops when nsol solutions have been evaluated.boolean
OptQuestModel.Optimize
(int npar, int nsol, IOptQuestEvaluator eval, IOptQuestMonitor monitor) Starts the optimization and stops when nsol solutions have been evaluated.boolean
OptQuestModel.Optimize
(int nsol, IOptQuestEvaluator eval) Starts the optimization and stops when nsol solutions have been evaluated.boolean
OptQuestModel.Optimize
(int nsol, IOptQuestEvaluator eval, IOptQuestMonitor monitor) Starts the optimization and stops when nsol solutions have been evaluated.boolean
OptQuestModel.Optimize
(com.opttek.optquest.OptQuestModelChannel ipc, int nsol) boolean
OptQuestModel.Optimize
(com.opttek.optquest.OptQuestModelChannel ipc, int nsol, IOptQuestEvaluator eval) boolean
OptQuestModel.Optimize
(com.opttek.optquest.OptQuestModelChannel ipc, int nsol, IOptQuestEvaluator eval, IOptQuestMonitor monitor) void
OptQuestSolution.Print()
int
OptQuestSolution.Reject()
Only used for Manual Optimization loops.com.opttek.optquest.COptQuestSolution
OptQuestModel.RejectSolution
(com.opttek.optquest.COptQuestSolution csol) Internal OptTek use only.boolean
OptQuestModel.Sample
(int nsol) boolean
OptQuestModel.Sample
(int npar, int nsol) boolean
OptQuestModel.Sample
(int npar, int nsol, IOptQuestEvaluator eval) boolean
OptQuestModel.Sample
(int npar, int nsol, IOptQuestEvaluator eval, IOptQuestMonitor monitor) boolean
OptQuestModel.Sample
(int nsol, IOptQuestEvaluator eval) boolean
OptQuestModel.Sample
(int nsol, IOptQuestEvaluator eval, IOptQuestMonitor monitor) boolean
OptQuestModel.Sample
(com.opttek.optquest.OptQuestModelChannel ipc, int nsol) boolean
OptQuestModel.Sample
(com.opttek.optquest.OptQuestModelChannel ipc, int nsol, IOptQuestEvaluator eval) boolean
OptQuestModel.Sample
(com.opttek.optquest.OptQuestModelChannel ipc, int nsol, IOptQuestEvaluator eval, IOptQuestMonitor monitor) boolean
OptQuestModel.SetObjectiveStatistic
(String name, int statistic) Defines the statistic for the replications of an objective.boolean
OptQuestModel.SetObjectiveStatistic
(String name, int statistic, double statisticValue) Defines the percentile statistic for the replications of an objective.boolean
OptQuestModel.SetOutputStatistic
(String name, int statistic) Defines the statistic for the replications of an output variable.boolean
OptQuestModel.SetOutputStatistic
(String name, int statistic, double statisticValue) Defines the percentile statistic for the replications of an output variable.boolean
Sets the value of a named input or output variable in an OptQuestSolution.int
OptQuestSolution.Submit()
Only used for Manual Optimization loops.com.opttek.optquest.COptQuestSolution
OptQuestModel.SubmitSolution
(com.opttek.optquest.COptQuestSolution csol) Internal OptTek use only. -
Uses of COptQuestException in com.opttek.optquest.heatmap
Methods in com.opttek.optquest.heatmap that throw COptQuestExceptionModifier and TypeMethodDescriptionvoid
COptQuestKrigAggregator.addEvaluator
(IKrigEvaluator evaluator) void
KrigSamplingGenerator.evaluateSolution
(com.opttek.optquest.Solution solution) void
KrigSamplingGenerator.generateSolutions()
abstract COptQuestKrigEvaluator
COptQuestKrigAggregator.getAggregatedEvaluator()
COptQuestKrigAverageAggregator.getAggregatedEvaluator()
COptQuestKrigMaxAggregator.getAggregatedEvaluator()
COptQuestKrigMinAggregator.getAggregatedEvaluator()
double
KrigPartitionVariogram.getCovariance
(double[] v1, double[] v2) double[][]
KrigPartitionVariogram.getCurvature
(double[] v1, double[] v2) double[]
KrigPartitionVariogram.getGradient
(double[] v1, double[] v2) COptQuestKrigCoEvaluator.getProjection
(int[] dims) COptQuestKrigEvaluator.getProjection
(int[] dims) COptQuestKrigFactory.getProjection
(int[] dims) com.opttek.optquest.IKrigDistance
COptQuestKrigMahalanobisDistance.getProjection
(int[] dims) com.opttek.optquest.IKrigDistance
COptQuestKrigMixedDistance.getProjection
(int[] dims) com.opttek.optquest.IKrigDistance
COptQuestKrigNormalizedDistance.getProjection
(int[] dims) void
KrigSamplingFactory.initializeFactory()
Constructors in com.opttek.optquest.heatmap that throw COptQuestExceptionModifierConstructorDescriptionCOptQuestKrigCoEvaluator
(COptQuestKrigFactory krigFactory) COptQuestKrigCoEvaluator
(COptQuestKrigFactory krigFactory, boolean enableAsync) COptQuestKrigDifferenceEvaluator
(COptQuestKrigFactory krigFactory, COptQuestKrigEvaluator srcEvaluator) COptQuestKrigEvaluator
(COptQuestKrigFactory krigFactory) COptQuestKrigEvaluator
(COptQuestKrigFactory krigFactory, boolean enableAsync) COptQuestKrigFactory
(COptQuestKrigVarInfo varInfo) KrigQuasiRandomTestPointSequence
(int nDims) KrigRangeScaledTestPointSequence
(IKrigTestPointSequence src, double[] range, double[] offset)