Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
C
- CalculateSensitivity(COptQuestSingleObjective) - Method in class com.opttek.optquest.COptQuestSolutionSet
-
Returns the sensitivity score for the objective.
- CalculateSensitivity(COptQuestVariable) - Method in class com.opttek.optquest.COptQuestSolutionSet
-
Calculate a sensitivity score for the input variable.
- CalculateStatistic(COptQuestSingleObjective, int, double) - Method in class com.opttek.optquest.COptQuestSolutionSet
-
Using the solution set values for the objective, calculate the specified statistic
- CalculateStatistic(COptQuestVariable, int, double) - Method in class com.opttek.optquest.COptQuestSolutionSet
-
Using the solution set values of the specified variable, calculate the specified statistic.
- CANDIDATES - Static variable in class com.opttek.optquest.COptQuestKrigMetadata
- cdf(double) - Method in class com.opttek.optquest.COptQuestBetaDistribution
- cdf(double) - Method in class com.opttek.optquest.COptQuestCauchyDistribution
- cdf(double) - Method in class com.opttek.optquest.COptQuestChiSquareDistribution
- cdf(double) - Method in class com.opttek.optquest.COptQuestExponentialDistribution
- cdf(double) - Method in class com.opttek.optquest.COptQuestGammaDistribution
- cdf(double) - Method in class com.opttek.optquest.COptQuestLogNormalDistribution
- cdf(double) - Method in class com.opttek.optquest.COptQuestNormalDistribution
- cdf(double) - Method in class com.opttek.optquest.COptQuestParetoDistribution
- cdf(double) - Method in class com.opttek.optquest.COptQuestPoissonDistribution
- cdf(double) - Method in class com.opttek.optquest.COptQuestTDistribution
- cdf(double) - Method in class com.opttek.optquest.COptQuestUniformDistribution
- cdf(double) - Method in class com.opttek.optquest.COptQuestWeibullDistribution
- CDF(double) - Static method in class com.opttek.optquest.COptQuestExponentialDistribution
-
Exponential Cumulative Distribution Function with default scale parameter Equivalent to expcdf(x, 1.0).
- CDF(double) - Static method in class com.opttek.optquest.COptQuestNormalDistribution
-
Computes the CDF of the standard normal distribution at x (mean=0, std=1).
- CDF(double, double) - Static method in class com.opttek.optquest.COptQuestChiSquareDistribution
-
Chi-Square Cumulative Distribution Function (CDF) Computes P(X ≤ x) where X follows a chi-square distribution with df degrees of freedom.
- CDF(double, double) - Static method in class com.opttek.optquest.COptQuestExponentialDistribution
-
Exponential Cumulative Distribution Function (CDF) Computes P(X ≤ x) where X follows an exponential distribution with the given scale parameter.
- CDF(double, double) - Static method in class com.opttek.optquest.COptQuestGammaDistribution
-
Gamma Cumulative Distribution Function (CDF) with default scale = 1.0
- CDF(double, double) - Static method in class com.opttek.optquest.COptQuestParetoDistribution
-
Pareto Cumulative Distribution Function with default parameters Uses standard parameterization with a=1, loc=0, scale=1.
- CDF(double, double) - Static method in class com.opttek.optquest.COptQuestTDistribution
-
Student's t-Distribution Cumulative Distribution Function (CDF) Computes P(T ≤ t) where T follows a t-distribution with df degrees of freedom.
- CDF(double, double, double) - Static method in class com.opttek.optquest.COptQuestBetaDistribution
-
Beta Cumulative Distribution Function (CDF) F(x) = I_x(alpha, beta) where I_x is the regularized incomplete beta function
- CDF(double, double, double) - Static method in class com.opttek.optquest.COptQuestCauchyDistribution
-
Cauchy Cumulative Distribution Function (CDF) Computes P(X ≤ x) where X follows a Cauchy distribution with location parameter a and scale parameter b.
- CDF(double, double, double) - Static method in class com.opttek.optquest.COptQuestGammaDistribution
-
Gamma Cumulative Distribution Function (CDF) Computes P(X ≤ x) where X follows a gamma distribution with given shape and scale parameters.
- CDF(double, double, double) - Static method in class com.opttek.optquest.COptQuestLogNormalDistribution
-
Log-Normal Cumulative Distribution Function (CDF) Computes P(X ≤ x) where X follows a log-normal distribution with shape parameter shape and scale parameter scale.
- CDF(double, double, double) - Static method in class com.opttek.optquest.COptQuestNormalDistribution
-
Computes the cumulative distribution function (CDF) of the normal distribution at x.
- CDF(double, double, double) - Static method in class com.opttek.optquest.COptQuestUniformDistribution
-
Uniform Cumulative Distribution Function (CDF) Computes P(X ≤ x) where X follows a uniform distribution U(min, max).
- CDF(double, double, double) - Static method in class com.opttek.optquest.COptQuestWeibullDistribution
-
Weibull Distribution Cumulative Distribution Function (CDF) Computes P(X ≤ x) where X follows a Weibull distribution with specified shape and scale parameters.
- CDF(double, double, double, double, double) - Static method in class com.opttek.optquest.COptQuestParetoDistribution
-
Pareto Cumulative Distribution Function (CDF) Computes P(X ≤ x) where X follows a Pareto distribution with shape parameter gamma and support parameters.
- CDF(int, double) - Static method in class com.opttek.optquest.COptQuestPoissonDistribution
-
Poisson Cumulative Distribution Function (CDF) Computes P(X ≤ k) where X follows a Poisson distribution with rate parameter lambda.
- ChangeVariableCoefficient(COptQuestVariable, double) - Method in class com.opttek.optquest.COptQuestConstraint
-
Changes the coefficient of the variable to the value specified by the input parameter.
- ChangeVariableCoefficient(COptQuestVariable, double) - Method in class com.opttek.optquest.COptQuestObjectiveFunction
-
Change the coefficient for this variable.
- ChangeVariableConstraint() - Method in class com.opttek.optquest.COptQuestOptimization
-
Directs the OptQuest Engine to advance to the next bound when the optimization problems contain a
COptQuestStringConstraintwith variable bounds. - chaz(double) - Method in class com.opttek.optquest.COptQuestBetaDistribution
- chaz(double) - Method in class com.opttek.optquest.COptQuestCauchyDistribution
- chaz(double) - Method in class com.opttek.optquest.COptQuestChiSquareDistribution
- chaz(double) - Method in class com.opttek.optquest.COptQuestExponentialDistribution
- chaz(double) - Method in class com.opttek.optquest.COptQuestGammaDistribution
- chaz(double) - Method in class com.opttek.optquest.COptQuestLogNormalDistribution
- chaz(double) - Method in class com.opttek.optquest.COptQuestNormalDistribution
- chaz(double) - Method in class com.opttek.optquest.COptQuestParetoDistribution
- chaz(double) - Method in class com.opttek.optquest.COptQuestPoissonDistribution
- chaz(double) - Method in class com.opttek.optquest.COptQuestTDistribution
- chaz(double) - Method in class com.opttek.optquest.COptQuestUniformDistribution
- chaz(double) - Method in class com.opttek.optquest.COptQuestWeibullDistribution
- CHAZ(double) - Static method in class com.opttek.optquest.COptQuestExponentialDistribution
-
Exponential Cumulative Hazard Function with default scale parameter Equivalent to expchaz(x, 1.0).
- CHAZ(double) - Static method in class com.opttek.optquest.COptQuestNormalDistribution
-
Computes the CHAZ of the standard normal distribution at x (mean=0, std=1).
- CHAZ(double, double) - Static method in class com.opttek.optquest.COptQuestExponentialDistribution
-
Exponential Cumulative Hazard Function Computes the cumulative hazard H(x) = -ln(S(x)) where S(x) is the survival function.
- CHAZ(double, double) - Static method in class com.opttek.optquest.COptQuestGammaDistribution
-
Gamma Cumulative Hazard Function with default scale = 1.0
- CHAZ(double, double) - Static method in class com.opttek.optquest.COptQuestParetoDistribution
-
Pareto Cumulative Hazard Function with default parameters Uses standard parameterization with a=1, loc=0, scale=1.
- CHAZ(double, double, double) - Static method in class com.opttek.optquest.COptQuestGammaDistribution
-
Gamma Cumulative Hazard Function Computes the cumulative hazard function H(x) = -ln(1 - F(x)) = -ln(S(x)) where S(x) is the survival function.
- CHAZ(double, double, double) - Static method in class com.opttek.optquest.COptQuestLogNormalDistribution
-
Log-Normal Cumulative Hazard Function Computes the cumulative hazard H(x) = -ln(1 - F(x)) where F(x) is the CDF of the log-normal distribution.
- CHAZ(double, double, double) - Static method in class com.opttek.optquest.COptQuestNormalDistribution
-
Computes the cumulative hazard function (CHAZ) of the normal distribution at x.
- CHAZ(double, double, double) - Static method in class com.opttek.optquest.COptQuestUniformDistribution
-
Uniform Cumulative Hazard Function Computes the cumulative hazard H(x) = -ln(S(x)) where S(x) is the survival function.
- CHAZ(double, double, double) - Static method in class com.opttek.optquest.COptQuestWeibullDistribution
-
Weibull Distribution Cumulative Hazard Function Computes the cumulative hazard at x for a Weibull distribution with specified shape and scale parameters.
- CHAZ(double, double, double, double, double) - Static method in class com.opttek.optquest.COptQuestParetoDistribution
-
Pareto Cumulative Hazard Function Computes the cumulative hazard H(x) = -ln(S(x)) where S(x) = 1 - F(x) is the survival function.
- CheckExpression() - Method in class com.opttek.optquest.COptQuestStringConstraint
-
Checks the constraint expression for syntax errors.
- CheckExpression() - Method in class com.opttek.optquest.COptQuestStringObjective
-
Checks the objective expression for syntax errors.
- CheckExpression() - Method in class com.opttek.optquest.COptQuestStringVariable
-
Checks the objective expression for syntax errors.
- CheckOptimization() - Method in class com.opttek.optquest.COptQuestOptimization
-
Use this method to check an optimization for errors.
- CheckOptimization() - Method in class com.opttek.optquest.COptQuestUserControlledOptimization
-
Use this method to check an optimization for errors.
- clear() - Method in class com.opttek.optquest.COptQuestRDSHistogram
- clone() - Method in class com.opttek.optquest.COptQuestConstraint
- clone() - Method in class com.opttek.optquest.COptQuestSearchParameters
- CloseLogSetupFile() - Method in class com.opttek.optquest.COptQuestOptimization
-
Closes the xml nodes in the log setup file and then closes the file.
- CloseLogSetupFile() - Method in class com.opttek.optquest.COptQuestUserControlledOptimization
-
Closes the xml nodes in the log setup file and then closes the file.
- CloseSolutionLog() - Method in class com.opttek.optquest.COptQuestOptimization
- CloseSolutionLog() - Method in class com.opttek.optquest.COptQuestUserControlledOptimization
- com.opttek.optquest - package com.opttek.optquest
- ContainsVariable(COptQuestPermutationVariable) - Method in class com.opttek.optquest.COptQuestPermutationGroup
-
Checks if the permutation group contains this variable.
- ContinueOptimize() - Method in class com.opttek.optquest.COptQuestOptimization
-
This method allows the user to continue an optimization that was stopped while iterations or time remained.
- COptQuestBetaDistribution - Class in com.opttek.optquest
-
Provides methods for the Beta distribution, including CDF, PDF, PPF, and SF.
- COptQuestBetaDistribution(double, double) - Constructor for class com.opttek.optquest.COptQuestBetaDistribution
- COptQuestBinaryVariable - Class in com.opttek.optquest
-
The COptQuestBinaryVariable class defines a binary decision variable which is a discrete variable that can have a value of 0 or 1.
- COptQuestBinaryVariable() - Constructor for class com.opttek.optquest.COptQuestBinaryVariable
-
Default constructor.
- COptQuestBinaryVariable(String) - Constructor for class com.opttek.optquest.COptQuestBinaryVariable
-
Constructor that assigns a name to the binary variable.
- COptQuestCauchyDistribution - Class in com.opttek.optquest
- COptQuestCauchyDistribution(double, double) - Constructor for class com.opttek.optquest.COptQuestCauchyDistribution
- COptQuestChiSquareDistribution - Class in com.opttek.optquest
-
Provides methods for the Chi-Square distribution: CDF, PDF, and PPF.
- COptQuestChiSquareDistribution(double) - Constructor for class com.opttek.optquest.COptQuestChiSquareDistribution
- COptQuestCompoundConstraint - Class in com.opttek.optquest
-
The COptQuestCompoundConstraint is a pure virtual class.
- COptQuestCompoundConstraint() - Constructor for class com.opttek.optquest.COptQuestCompoundConstraint
- COptQuestConstraint - Class in com.opttek.optquest
-
COptQuestConstraint is a pure virtual class that defines a linear constraint.
- COptQuestConstraint() - Constructor for class com.opttek.optquest.COptQuestConstraint
-
Default constructor
- COptQuestConstraint(double) - Constructor for class com.opttek.optquest.COptQuestConstraint
-
Constructor that assigns a value for the right hand side.
- COptQuestConstraint(String, double) - Constructor for class com.opttek.optquest.COptQuestConstraint
-
Constructor that assigns a name and value for the right hand side.
- COptQuestContinuousVariable - Class in com.opttek.optquest
-
The COptQuestContinuousVariable class defines a decision variable that can have any value between the lower bound and upper bound.
- COptQuestContinuousVariable() - Constructor for class com.opttek.optquest.COptQuestContinuousVariable
-
Default constructor
- COptQuestContinuousVariable(double, double) - Constructor for class com.opttek.optquest.COptQuestContinuousVariable
-
Constructor that sets the lower bound and upper bound.
- COptQuestContinuousVariable(String) - Constructor for class com.opttek.optquest.COptQuestContinuousVariable
-
Constructor that assigns a name to the variable.
- COptQuestContinuousVariable(String, double, double) - Constructor for class com.opttek.optquest.COptQuestContinuousVariable
-
Constructor that assigns a name to the variable and sets the lower bound and upper bound.
- COptQuestCovarianceAccumulator - Class in com.opttek.optquest
- COptQuestCovarianceAccumulator() - Constructor for class com.opttek.optquest.COptQuestCovarianceAccumulator
- COptQuestDesignVariable - Class in com.opttek.optquest
-
Design variables are used when value of the decision variable represents an alternative, and not a quantity.
- COptQuestDesignVariable() - Constructor for class com.opttek.optquest.COptQuestDesignVariable
-
Default constructor
- COptQuestDesignVariable(double, double, double) - Constructor for class com.opttek.optquest.COptQuestDesignVariable
-
Constructor that sets the lower bound, upper bound, and step size.
- COptQuestDesignVariable(String, double, double, double) - Constructor for class com.opttek.optquest.COptQuestDesignVariable
-
Constructor that assigns a name to the variable and sets the name, lower bound, upper bound, and step size.
- COptQuestDiscreteVariable - Class in com.opttek.optquest
-
The CoptQuestDiscreteVariable class defines a decision variable whose values begin at the lower bound and increment by a step size up to the upper bound
- COptQuestDiscreteVariable() - Constructor for class com.opttek.optquest.COptQuestDiscreteVariable
-
Default constructor
- COptQuestDiscreteVariable(double, double, double) - Constructor for class com.opttek.optquest.COptQuestDiscreteVariable
-
Constructor that sets the lower bound,upper bound and step size.
- COptQuestDiscreteVariable(String, double, double, double) - Constructor for class com.opttek.optquest.COptQuestDiscreteVariable
-
Constructor that assigns a name to the variable and sets the lower bound, upper bound and step size.
- COptQuestDualRequirement - Class in com.opttek.optquest
-
The COptQuestDualRequirement defines a requirement that has both a lower bound and an upper bound.
- COptQuestDualRequirement() - Constructor for class com.opttek.optquest.COptQuestDualRequirement
-
Default constructor
- COptQuestDualRequirement(double, double) - Constructor for class com.opttek.optquest.COptQuestDualRequirement
-
Constructor that sets the lower and upper bound of the requirement.
- COptQuestDualRequirement(String, double, double) - Constructor for class com.opttek.optquest.COptQuestDualRequirement
-
Constructor that assigns a name to the requirement and sets the lower and upper bound of the requirement.
- COptQuestEnumerationVariable - Class in com.opttek.optquest
-
The COptQuestEnumerationVariable class defines a decision variable that has an enumerated set of values such as 5,7 and 25.
- COptQuestEnumerationVariable() - Constructor for class com.opttek.optquest.COptQuestEnumerationVariable
-
Default constructor.
- COptQuestEnumerationVariable(String) - Constructor for class com.opttek.optquest.COptQuestEnumerationVariable
-
Constructor that assigns a name to the variable.
- COptQuestEQConstraint - Class in com.opttek.optquest
-
The COptQuestEQConstraint class defines an equality linear constraint of the form 2*Var1 + 3*Var2 + 1.5*Var3 = 100
- COptQuestEQConstraint() - Constructor for class com.opttek.optquest.COptQuestEQConstraint
-
Default constructor
- COptQuestEQConstraint(double) - Constructor for class com.opttek.optquest.COptQuestEQConstraint
-
Constructor that sets the right hand side value.
- COptQuestEQConstraint(String, double) - Constructor for class com.opttek.optquest.COptQuestEQConstraint
-
Constructor that assigns a name to the constraint and sets the right hand side value.
- COptQuestEquationSolver - Class in com.opttek.optquest
-
The COptQuestEquationSolver class provides methods to parse strings.
- COptQuestEquationSolver() - Constructor for class com.opttek.optquest.COptQuestEquationSolver
-
Default constructor
- COptQuestException - Exception Class in com.opttek.optquest
-
Exceptions thrown by the OptQuest Engine.
- COptQuestException(int) - Constructor for exception class com.opttek.optquest.COptQuestException
- COptQuestException(int, int, String) - Constructor for exception class com.opttek.optquest.COptQuestException
- COptQuestException(int, String) - Constructor for exception class com.opttek.optquest.COptQuestException
- COptQuestExceptionLogger - Class in com.opttek.optquest
- COptQuestExceptionLogger() - Constructor for class com.opttek.optquest.COptQuestExceptionLogger
- COptQuestExchangeableGroup - Class in com.opttek.optquest
-
COptQuestExchangeableGroup allows the user to create groups of variables that are identical under exchange.
- COptQuestExchangeableGroup() - Constructor for class com.opttek.optquest.COptQuestExchangeableGroup
- COptQuestExponentialDistribution - Class in com.opttek.optquest
-
This class provides static methods for computing functions of the exponential distribution, including the cumulative distribution function (CDF), probability density function (PDF), percent point function (PPF), survival function (SF), hazard function (HAZ), and cumulative hazard function (CHAZ).
- COptQuestExponentialDistribution(double) - Constructor for class com.opttek.optquest.COptQuestExponentialDistribution
- COptQuestFrontierMultiObjective - Class in com.opttek.optquest
-
The COptQuestFrontierMultiObjective allows the user to combine objectives and treat them as a single objective for the optimization.
- COptQuestFrontierMultiObjective() - Constructor for class com.opttek.optquest.COptQuestFrontierMultiObjective
-
Default constructor
- COptQuestFrontierMultiObjective(String) - Constructor for class com.opttek.optquest.COptQuestFrontierMultiObjective
-
Constructor that assigns a name to the objective
- COptQuestGammaDistribution - Class in com.opttek.optquest
-
Class providing static methods for gamma distribution functions: CDF, PDF, PPF (inverse CDF), hazard, and cumulative hazard.
- COptQuestGammaDistribution(double, double) - Constructor for class com.opttek.optquest.COptQuestGammaDistribution
- COptQuestGEConstraint - Class in com.opttek.optquest
-
The COptQuestGEConstraint class defines a greater than or equal linear constraint of the form 2*Var1 + 3*Var2 + 1.5*Var3 ≥ 100
- COptQuestGEConstraint() - Constructor for class com.opttek.optquest.COptQuestGEConstraint
-
Default constructor
- COptQuestGEConstraint(double) - Constructor for class com.opttek.optquest.COptQuestGEConstraint
-
Constructor that sets the right hand side value.
- COptQuestGEConstraint(String, double) - Constructor for class com.opttek.optquest.COptQuestGEConstraint
-
Constructor that assigns a name to the constraint and sets the right hand side value.
- COptQuestGeolocationVariable - Class in com.opttek.optquest
-
The COptQuestGeolocationVariable class defines a decision variable whose values are lists of latitude and longitude.
- COptQuestGeolocationVariable(double[][]) - Constructor for class com.opttek.optquest.COptQuestGeolocationVariable
- COptQuestGeolocationVariable(String, double[][]) - Constructor for class com.opttek.optquest.COptQuestGeolocationVariable
-
Default constructor
- COptQuestIntegerVariable - Class in com.opttek.optquest
-
The COptQuestIntegerVariable class defines a decision variable whose values begin at the lower bound and increment by a 1 to the upper bound.
- COptQuestIntegerVariable() - Constructor for class com.opttek.optquest.COptQuestIntegerVariable
-
Default constructor
- COptQuestIntegerVariable(double, double) - Constructor for class com.opttek.optquest.COptQuestIntegerVariable
-
Constructor that sets the lower bound and upper bound.
- COptQuestIntegerVariable(String, double, double) - Constructor for class com.opttek.optquest.COptQuestIntegerVariable
-
Constructor that assigns a name to the variable and sets the lower bound and upper bound.
- COptQuestKrig - Class in com.opttek.optquest
- COptQuestKrig() - Constructor for class com.opttek.optquest.COptQuestKrig
- COptQuestKrigAggregator - Class in com.opttek.optquest
- COptQuestKrigAggregator() - Constructor for class com.opttek.optquest.COptQuestKrigAggregator
- COptQuestKrigAverageAggregator - Class in com.opttek.optquest
- COptQuestKrigAverageAggregator() - Constructor for class com.opttek.optquest.COptQuestKrigAverageAggregator
- COptQuestKrigAverageAggregator(COptQuestKrigAverageAggregator.Type) - Constructor for class com.opttek.optquest.COptQuestKrigAverageAggregator
- COptQuestKrigCache - Class in com.opttek.optquest
- COptQuestKrigCache(IKrigEvaluator) - Constructor for class com.opttek.optquest.COptQuestKrigCache
- COptQuestKrigCoEvaluator - Class in com.opttek.optquest
- COptQuestKrigCoEvaluator(COptQuestKrigFactory) - Constructor for class com.opttek.optquest.COptQuestKrigCoEvaluator
- COptQuestKrigCoEvaluator(COptQuestKrigFactory, boolean) - Constructor for class com.opttek.optquest.COptQuestKrigCoEvaluator
- COptQuestKrigControlPoint - Class in com.opttek.optquest
-
A generic structure to hold the candidate points for a max variance kriging operation (See GeospataialSamplingGenerator)
- COptQuestKrigControlPoint(double[]) - Constructor for class com.opttek.optquest.COptQuestKrigControlPoint
- COptQuestKrigControlPoint(double[], double) - Constructor for class com.opttek.optquest.COptQuestKrigControlPoint
- COptQuestKrigControlPoint(double[], double, double) - Constructor for class com.opttek.optquest.COptQuestKrigControlPoint
- COptQuestKrigControlPoint(double[], double, double, int) - Constructor for class com.opttek.optquest.COptQuestKrigControlPoint
- COptQuestKrigControlPoint(double[], double, int) - Constructor for class com.opttek.optquest.COptQuestKrigControlPoint
- COptQuestKrigControlPoint(COptQuestKrigControlPoint) - Constructor for class com.opttek.optquest.COptQuestKrigControlPoint
- COptQuestKrigDifferenceEvaluator - Class in com.opttek.optquest
-
This is an implementation of the most common way we'll want to use the KrigEvaluator.
- COptQuestKrigDifferenceEvaluator(COptQuestKrigFactory, COptQuestKrigEvaluator) - Constructor for class com.opttek.optquest.COptQuestKrigDifferenceEvaluator
- COptQuestKrigEuclideanDistance - Class in com.opttek.optquest
-
An implementation of KrigDistance that simply returns the Euclidean distance between two vectors
- COptQuestKrigEuclideanDistance() - Constructor for class com.opttek.optquest.COptQuestKrigEuclideanDistance
- COptQuestKrigEvalPoint - Class in com.opttek.optquest
-
A generic structure to hold the candidate points for a max variance kriging operation (See GeospataialSamplingGenerator)
- COptQuestKrigEvalPoint(double[]) - Constructor for class com.opttek.optquest.COptQuestKrigEvalPoint
- COptQuestKrigEvalPoint(double[], double, double) - Constructor for class com.opttek.optquest.COptQuestKrigEvalPoint
- COptQuestKrigEvalPoint(double[], double, double, double) - Constructor for class com.opttek.optquest.COptQuestKrigEvalPoint
- COptQuestKrigEvalPoint(double[], double, double, double, double) - Constructor for class com.opttek.optquest.COptQuestKrigEvalPoint
- COptQuestKrigEvalPoint(double[], double, double, double, double, double) - Constructor for class com.opttek.optquest.COptQuestKrigEvalPoint
- COptQuestKrigEvalPoint(double[], int) - Constructor for class com.opttek.optquest.COptQuestKrigEvalPoint
- COptQuestKrigEvalPoint(COptQuestKrigEvalPoint) - Constructor for class com.opttek.optquest.COptQuestKrigEvalPoint
- COptQuestKrigEvalPoint(COptQuestKrigEvalPoint, int) - Constructor for class com.opttek.optquest.COptQuestKrigEvalPoint
- COptQuestKrigEvaluator - Class in com.opttek.optquest
- COptQuestKrigEvaluator(COptQuestKrigFactory) - Constructor for class com.opttek.optquest.COptQuestKrigEvaluator
- COptQuestKrigEvaluator(COptQuestKrigFactory, boolean) - Constructor for class com.opttek.optquest.COptQuestKrigEvaluator
- COptQuestKrigFactory - Class in com.opttek.optquest
- COptQuestKrigFactory(COptQuestKrigVarInfo) - Constructor for class com.opttek.optquest.COptQuestKrigFactory
- COptQuestKrigFactory(COptQuestKrigVarInfo, String) - Constructor for class com.opttek.optquest.COptQuestKrigFactory
- COptQuestKrigMahalanobisDistance - Class in com.opttek.optquest
-
An implementation of KrigDistance that normalized the variables to be on [0,1] and computed the Euclidean distance after normalization.
- COptQuestKrigMahalanobisDistance(COptQuestKrigVarInfo) - Constructor for class com.opttek.optquest.COptQuestKrigMahalanobisDistance
- COptQuestKrigMaxAggregator - Class in com.opttek.optquest
- COptQuestKrigMaxAggregator() - Constructor for class com.opttek.optquest.COptQuestKrigMaxAggregator
- COptQuestKrigMetadata - Class in com.opttek.optquest
- COptQuestKrigMinAggregator - Class in com.opttek.optquest
- COptQuestKrigMinAggregator() - Constructor for class com.opttek.optquest.COptQuestKrigMinAggregator
- COptQuestKrigMixedDistance - Class in com.opttek.optquest
-
An shared implementation of KrigDistance that handles different types of variables: right now we handle locations and "default" which is just numeric.
- COptQuestKrigMixedDistance(COptQuestKrigVarInfo) - Constructor for class com.opttek.optquest.COptQuestKrigMixedDistance
- COptQuestKrigNormalizedDistance - Class in com.opttek.optquest
-
An implementation of KrigDistance that normalized the variables to be on [0,1] and computed the Euclidean distance after normalization.
- COptQuestKrigNormalizedDistance(COptQuestKrigVarInfo) - Constructor for class com.opttek.optquest.COptQuestKrigNormalizedDistance
- COptQuestKrigSphericalDistance - Class in com.opttek.optquest
-
An implementation of KrigDistance that returns the "map distance" between two vectors on the surface of a sphere.
- COptQuestKrigSphericalDistance() - Constructor for class com.opttek.optquest.COptQuestKrigSphericalDistance
-
Initialize the spherical distance calculator with the radius of the sphere
- COptQuestKrigTestPoint - Class in com.opttek.optquest
-
A generic structure to hold the candidate points for a max variance kriging operation (See GeospataialSamplingGenerator)
- COptQuestKrigTestPoint(double[]) - Constructor for class com.opttek.optquest.COptQuestKrigTestPoint
- COptQuestKrigTestPoint(double[], double, double) - Constructor for class com.opttek.optquest.COptQuestKrigTestPoint
- COptQuestKrigTestPoint(double[], double, double, double) - Constructor for class com.opttek.optquest.COptQuestKrigTestPoint
- COptQuestKrigTestPoint(double[], double, double, double, double) - Constructor for class com.opttek.optquest.COptQuestKrigTestPoint
- COptQuestKrigTestPoint(double[], double, double, double, double, double) - Constructor for class com.opttek.optquest.COptQuestKrigTestPoint
- COptQuestKrigTestPoint(COptQuestKrigTestPoint) - Constructor for class com.opttek.optquest.COptQuestKrigTestPoint
- COptQuestKrigTestPoint(COptQuestKrigTestPoint, int) - Constructor for class com.opttek.optquest.COptQuestKrigTestPoint
- COptQuestKrigUserDefinedTestPointSequence - Class in com.opttek.optquest
-
This is the an implementaion of a KrigTestPointSequence Upon construction it is given an array of points that it will return in order every time ::next() is called.
- COptQuestKrigUserDefinedTestPointSequence(List<COptQuestKrigTestPoint>) - Constructor for class com.opttek.optquest.COptQuestKrigUserDefinedTestPointSequence
- COptQuestKrigVarInfo - Class in com.opttek.optquest
- COptQuestKrigVarInfo(char[]) - Constructor for class com.opttek.optquest.COptQuestKrigVarInfo
- COptQuestLEConstraint - Class in com.opttek.optquest
-
The COptQuestLEConstraint class defines a less than or equal linear constraint of the form 2*Var1 + 3*Var2 + 1.5*Var3 ≤ 100
- COptQuestLEConstraint() - Constructor for class com.opttek.optquest.COptQuestLEConstraint
-
Default constructor
- COptQuestLEConstraint(double) - Constructor for class com.opttek.optquest.COptQuestLEConstraint
-
Constructor that sets the right hand side value.
- COptQuestLEConstraint(String, double) - Constructor for class com.opttek.optquest.COptQuestLEConstraint
-
Constructor that assigns a name to the constraint and sets the right hand side value.
- COptQuestLogNormalDistribution - Class in com.opttek.optquest
- COptQuestLogNormalDistribution(double, double) - Constructor for class com.opttek.optquest.COptQuestLogNormalDistribution
- COptQuestLowerRequirement - Class in com.opttek.optquest
-
The COptQuestLowerRequirement defines a requirement that has a lower bound but no upper bound.
- COptQuestLowerRequirement() - Constructor for class com.opttek.optquest.COptQuestLowerRequirement
-
Default constructor
- COptQuestLowerRequirement(double) - Constructor for class com.opttek.optquest.COptQuestLowerRequirement
-
Constructor that sets the lower bound of the requirement.
- COptQuestLowerRequirement(String, double) - Constructor for class com.opttek.optquest.COptQuestLowerRequirement
-
Constructor that assigns a name to the requirement and sets the lower bound
- COptQuestMultiObjective - Class in com.opttek.optquest
-
The COptQuestMultiObjective is an abstract class.
- COptQuestMultiObjective() - Constructor for class com.opttek.optquest.COptQuestMultiObjective
-
Default constructor
- COptQuestMultiObjective(String) - Constructor for class com.opttek.optquest.COptQuestMultiObjective
-
Constructor that assigns a name to the objective
- COptQuestNormalDistribution - Class in com.opttek.optquest
- COptQuestNormalDistribution(double, double) - Constructor for class com.opttek.optquest.COptQuestNormalDistribution
- COptQuestObjective - Class in com.opttek.optquest
-
The COptQuestObjective class is a pure virtual class that defines the objective of the optimization.
- COptQuestObjective() - Constructor for class com.opttek.optquest.COptQuestObjective
-
Default constructor
- COptQuestObjective(String) - Constructor for class com.opttek.optquest.COptQuestObjective
-
Constructor with objective name.
- COptQuestObjectiveFunction - Class in com.opttek.optquest
-
The COptQuestObjectiveFunction class is used to define a linear objective.
- COptQuestObjectiveFunction() - Constructor for class com.opttek.optquest.COptQuestObjectiveFunction
-
Default constructor
- COptQuestObjectiveFunction(String) - Constructor for class com.opttek.optquest.COptQuestObjectiveFunction
-
Constructor that assigns a name to the objective
- COptQuestOptimization - Class in com.opttek.optquest
-
The COptQuestOptimization class searches for solutions to problems using a 'black box' approach.
- COptQuestOptimization() - Constructor for class com.opttek.optquest.COptQuestOptimization
-
The default constructor.
- COptQuestOptimization(COptQuestSearchParameters) - Constructor for class com.opttek.optquest.COptQuestOptimization
-
Constructor that uses your customized search parameters.
- COptQuestOptimization(String) - Constructor for class com.opttek.optquest.COptQuestOptimization
-
Constructor that accepts the license ID as input.
- COptQuestOptimizationEvaluator - Interface in com.opttek.optquest
- COptQuestOrConstraint - Class in com.opttek.optquest
-
The COptQuestOrConstraint class allows you to define a logical "or" relationship among COptQuestConstraint objects.
- COptQuestOrConstraint() - Constructor for class com.opttek.optquest.COptQuestOrConstraint
-
Default constructor
- COptQuestOrConstraint(String) - Constructor for class com.opttek.optquest.COptQuestOrConstraint
-
Constructor that assigns a name to the COptQuestOrConstraint
- COptQuestOrRequirement - Class in com.opttek.optquest
-
The COptQuestOrRequirement class allows you to define a logical "or" relationship among COptQuestRequirement objects.
- COptQuestOrRequirement() - Constructor for class com.opttek.optquest.COptQuestOrRequirement
-
Default constructor
- COptQuestOrRequirement(String) - Constructor for class com.opttek.optquest.COptQuestOrRequirement
-
Constructor that assigns a name to the COptQuestOrRequirement
- COptQuestParetoDistribution - Class in com.opttek.optquest
-
Pareto distribution implementation.
- COptQuestParetoDistribution(double, double, double, double) - Constructor for class com.opttek.optquest.COptQuestParetoDistribution
- COptQuestPermutationGroup - Class in com.opttek.optquest
-
This class allows users to add groups of permutation variables to an optimization problem.
- COptQuestPermutationGroup() - Constructor for class com.opttek.optquest.COptQuestPermutationGroup
- COptQuestPermutationVariable - Class in com.opttek.optquest
-
Permutation variables are used to solve sequencing problems.
- COptQuestPermutationVariable() - Constructor for class com.opttek.optquest.COptQuestPermutationVariable
-
Default constructor
- COptQuestPermutationVariable(String) - Constructor for class com.opttek.optquest.COptQuestPermutationVariable
-
Constructor that assigns a name to the variable.
- COptQuestPoissonDistribution - Class in com.opttek.optquest
- COptQuestPoissonDistribution(double) - Constructor for class com.opttek.optquest.COptQuestPoissonDistribution
- COptQuestPythonOptimization - Class in com.opttek.optquest
- COptQuestPythonOptimization(COptQuestOptimizationEvaluator) - Constructor for class com.opttek.optquest.COptQuestPythonOptimization
- COptQuestPythonOptimization(COptQuestOptimizationEvaluator, COptQuestSearchParameters) - Constructor for class com.opttek.optquest.COptQuestPythonOptimization
- COptQuestRDSHistogram - Class in com.opttek.optquest
- COptQuestRDSHistogram(double[]) - Constructor for class com.opttek.optquest.COptQuestRDSHistogram
- COptQuestRDSHistogram(IProbabilityDistribution, int) - Constructor for class com.opttek.optquest.COptQuestRDSHistogram
- COptQuestRequirement - Class in com.opttek.optquest
-
The COptQuestRequirement class is a pure virtual class that allows you to define a non-linear constraint.
- COptQuestRequirement() - Constructor for class com.opttek.optquest.COptQuestRequirement
-
Default constructor
- COptQuestRequirement(double, double) - Constructor for class com.opttek.optquest.COptQuestRequirement
-
Constructor that sets the lower and upper bound of the requirement.
- COptQuestRequirement(String, double, double) - Constructor for class com.opttek.optquest.COptQuestRequirement
-
Constructor that assigns a name to the requirement and sets the lower and upper bound of the requirement.
- COptQuestSamplingError - Class in com.opttek.optquest
- COptQuestSamplingError(String) - Constructor for class com.opttek.optquest.COptQuestSamplingError
- COptQuestSamplingMetric - Class in com.opttek.optquest
- COptQuestSamplingMetric() - Constructor for class com.opttek.optquest.COptQuestSamplingMetric
- COptQuestSamplingMetric(COptQuestSingleObjective, COptQuestSingleObjective) - Constructor for class com.opttek.optquest.COptQuestSamplingMetric
- COptQuestSamplingMetric(String) - Constructor for class com.opttek.optquest.COptQuestSamplingMetric
- COptQuestSamplingResponse - Class in com.opttek.optquest
- COptQuestSamplingResponse(String) - Constructor for class com.opttek.optquest.COptQuestSamplingResponse
- COptQuestSearchParameters - Class in com.opttek.optquest
-
The COptQuestSearchParameters class contains values that control the search algorithms.
- COptQuestSearchParameters() - Constructor for class com.opttek.optquest.COptQuestSearchParameters
- COptQuestSelectionGroup - Class in com.opttek.optquest
-
COptQuestSelectionGroup allows the user to have a binary variable who value indicates an on/off state, where the off state indicates that other variables are not used in the evaluation.
- COptQuestSelectionGroup(COptQuestVariable) - Constructor for class com.opttek.optquest.COptQuestSelectionGroup
-
The constructor includes the variable that indicates the selection of an item (on/off)
- COptQuestSingleObjective - Class in com.opttek.optquest
- COptQuestSingleObjective() - Constructor for class com.opttek.optquest.COptQuestSingleObjective
- COptQuestSingleObjective(String) - Constructor for class com.opttek.optquest.COptQuestSingleObjective
- COptQuestSolution - Class in com.opttek.optquest
-
A COptQuestSolution object contains the values for one solution and provides methods to access information on the solution.
- COptQuestSolutionSet - Class in com.opttek.optquest
-
The COptQuestSolutionSet class allows you to select a set of solutions and perform statistical analysis or sensitivity analysis on the set.
- COptQuestStringConstraint - Class in com.opttek.optquest
-
The COptQuestStringConstraint class is used to define linear and non-linear constraints using a mathematical expression.
- COptQuestStringConstraint() - Constructor for class com.opttek.optquest.COptQuestStringConstraint
-
Default constructor
- COptQuestStringConstraint(String) - Constructor for class com.opttek.optquest.COptQuestStringConstraint
-
Constructor that accepts the string expression that defines the constraint.
- COptQuestStringConstraint(String, String) - Constructor for class com.opttek.optquest.COptQuestStringConstraint
-
Constructor that assigns a name to the constraint and the string expression that defines the constraint.
- COptQuestStringConstraint(String, String, boolean) - Constructor for class com.opttek.optquest.COptQuestStringConstraint
-
Constructor that assigns a name to the constraint and the string expression that defines the constraint.
- COptQuestStringObjective - Class in com.opttek.optquest
-
The COptQuestStringObjective class is used to define an objective function using a mathematical expression.
- COptQuestStringObjective() - Constructor for class com.opttek.optquest.COptQuestStringObjective
-
Default constructor
- COptQuestStringObjective(String) - Constructor for class com.opttek.optquest.COptQuestStringObjective
-
Constructor with string expression
- COptQuestStringVariable - Class in com.opttek.optquest
-
COptQuestStringVariable allows the user to add a variable that defines an expression where the expression is a mathematical formula that can reference input variables, or output variables by their names.
- COptQuestTDistribution - Class in com.opttek.optquest
- COptQuestTDistribution(double) - Constructor for class com.opttek.optquest.COptQuestTDistribution
- COptQuestTupleVariable - Class in com.opttek.optquest
-
The COptQuestTupleVariable class defines a decision variable whose values are lists of tuples.
- COptQuestTupleVariable(double[][]) - Constructor for class com.opttek.optquest.COptQuestTupleVariable
- COptQuestTupleVariable(String, double[][]) - Constructor for class com.opttek.optquest.COptQuestTupleVariable
-
Default constructor
- COptQuestUniformDistribution - Class in com.opttek.optquest
- COptQuestUniformDistribution(double, double) - Constructor for class com.opttek.optquest.COptQuestUniformDistribution
- COptQuestUpperRequirement - Class in com.opttek.optquest
-
The COptQuestUpperRequirement defines a requirement that has an upper bound but no lower bound.
- COptQuestUpperRequirement() - Constructor for class com.opttek.optquest.COptQuestUpperRequirement
-
Default constructor
- COptQuestUpperRequirement(double) - Constructor for class com.opttek.optquest.COptQuestUpperRequirement
-
Constructor that sets the upper bound of the requirement.
- COptQuestUpperRequirement(String, double) - Constructor for class com.opttek.optquest.COptQuestUpperRequirement
-
Constructor that assigns a name to the requirement and sets the upper bound
- COptQuestUserControlledObjective - Class in com.opttek.optquest
-
The COptQuestUserControlledObjective allows you to compute a value for the optimization objective.
- COptQuestUserControlledObjective() - Constructor for class com.opttek.optquest.COptQuestUserControlledObjective
-
Default constructor.
- COptQuestUserControlledObjective(String) - Constructor for class com.opttek.optquest.COptQuestUserControlledObjective
-
Constructor that assigns a name to the objective
- COptQuestUserControlledOptimization - Class in com.opttek.optquest
-
The COptQuestUserControlledOptimization class searches for solutions to problems using a 'black box' approach.
- COptQuestUserControlledOptimization() - Constructor for class com.opttek.optquest.COptQuestUserControlledOptimization
-
The default constructor.
- COptQuestUserControlledOptimization(COptQuestSearchParameters) - Constructor for class com.opttek.optquest.COptQuestUserControlledOptimization
-
Constructor that uses your customized search parameters.
- COptQuestUserControlledOptimization(String) - Constructor for class com.opttek.optquest.COptQuestUserControlledOptimization
-
Constructor that accepts the license ID as input.
- COptQuestUserControlledVariable - Class in com.opttek.optquest
-
The COptQuestUserControlledVariable class allows you to define a variable where you set the value of the variable.
- COptQuestUserControlledVariable() - Constructor for class com.opttek.optquest.COptQuestUserControlledVariable
-
Default constructor
- COptQuestUserControlledVariable(String) - Constructor for class com.opttek.optquest.COptQuestUserControlledVariable
-
Constructor that assigns a name to the variable.
- COptQuestVariable - Class in com.opttek.optquest
-
COptQuestVariable is a pure virtual class that defines a decision variable.
- COptQuestVariable() - Constructor for class com.opttek.optquest.COptQuestVariable
-
Default constructor
- COptQuestVariable(double, double) - Constructor for class com.opttek.optquest.COptQuestVariable
-
Constructor that sets the lower bound and upper bound.
- COptQuestVariable(String) - Constructor for class com.opttek.optquest.COptQuestVariable
-
Constructor that assigns a name to the variable.
- COptQuestVariable(String, double, double) - Constructor for class com.opttek.optquest.COptQuestVariable
-
Constructor that assigns a name to the variable and sets the lower bound and upper bound.
- COptQuestWeibullDistribution - Class in com.opttek.optquest
-
Provides static methods for computing various functions of the Weibull distribution.
- COptQuestWeibullDistribution(double, double) - Constructor for class com.opttek.optquest.COptQuestWeibullDistribution
- COptQuestWeightedCovarianceAccumulator - Class in com.opttek.optquest
- COptQuestWeightedCovarianceAccumulator() - Constructor for class com.opttek.optquest.COptQuestWeightedCovarianceAccumulator
- COptQuestWeightedMultiObjective - Class in com.opttek.optquest
-
Deprecated.
- COptQuestWeightedMultiObjective() - Constructor for class com.opttek.optquest.COptQuestWeightedMultiObjective
-
Deprecated.Default constructor
- COptQuestWeightedMultiObjective(String) - Constructor for class com.opttek.optquest.COptQuestWeightedMultiObjective
-
Deprecated.Constructor that assigns a name to the objective
- COptQuestWeightedWelfordAccumulator - Class in com.opttek.optquest
- COptQuestWeightedWelfordAccumulator() - Constructor for class com.opttek.optquest.COptQuestWeightedWelfordAccumulator
- COptQuestWelfordAccumulator - Class in com.opttek.optquest
- COptQuestWelfordAccumulator() - Constructor for class com.opttek.optquest.COptQuestWelfordAccumulator
- CreateSolution() - Method in class com.opttek.optquest.COptQuestOptimization
-
Creates a new solution that can be used to create a suggested solution.
- CreateSolution() - Method in class com.opttek.optquest.COptQuestUserControlledOptimization
-
Creates a new solution that can be used to create a suggested solution.
- CreateSolutionSet() - Method in class com.opttek.optquest.COptQuestOptimization
-
Creates an empty COptQuestSolutionSet object.
- CROSSENTROPY_ALPHA - Variable in class com.opttek.optquest.COptQuestSearchParameters
- CROSSENTROPY_ELITE - Variable in class com.opttek.optquest.COptQuestSearchParameters
- CROSSENTROPY_SOLUTIONS - Variable in class com.opttek.optquest.COptQuestSearchParameters
- CURVATURE - Static variable in class com.opttek.optquest.COptQuestKrig
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form