A B C D E F G H I L M N O P R S T U V W

A

ActivationFunction(COptNeuralNetNode, double) - Method in class com.opttek.optquest.COptNeuralNet
 
AddAdditionalReplicationsSolution(int) - Method in class com.opttek.optquest.COptQuestOptimization
Adds the solution identified by the iteration number to the set of solutions that will have additional replications run.
AddAnalysis(int) - Method in class com.opttek.optquest.COptQuestOptimization
For internal use only.
AddArc(COptNeuralNetArc) - Method in class com.opttek.optquest.COptNeuralNet
Adds an arc to the OptQuest Neural Network.
AddBiasNode(COptNeuralNetNode) - Method in class com.opttek.optquest.COptNeuralNet
Adds a Bias node to the OptQuest Neural Network.
AddConstraint(COptQuestConstraint) - Method in class com.opttek.optquest.COptQuestOptimization
Adds the constraint defined by the input parameter to the optimization.
AddConstraint(COptQuestStringConstraint) - Method in class com.opttek.optquest.COptQuestOptimization
Adds the string constraint defined by the input parameter to the optimization.
AddConstraint(COptQuestCompoundConstraint) - Method in class com.opttek.optquest.COptQuestOptimization
Adds the "Or" constraint defined by the input parameter to the optimization.
AddConstraint(COptQuestConstraint) - Method in class com.opttek.optquest.COptQuestOrConstraint
Adds a COptQuestConstraint object to the COptQuestOrConstraint.
AddDiscountRate(COptQuestVariable) - Method in class com.opttek.optquest.COptQuestOptimization
Adds the discount rate variable to the optimization.
AddEnumerationValue(double) - Method in class com.opttek.optquest.COptQuestEnumerationVariable
Adds the input value to the enumerated values for this decision variable.
AddEnumerationValues(int, double[]) - Method in class com.opttek.optquest.COptQuestEnumerationVariable
The enumerated values are in the input array.
AddEnumerationValues(String) - Method in class com.opttek.optquest.COptQuestEnumerationVariable
The enumerated values are in a string where each value is separated by a blank or a comma.
AddEvaluate(int) - Method in class com.opttek.optquest.COptQuestOptimization
Adds a parallel evaluator that will be used for parallel evaluation during the optimization.
AddHiddenNode(COptNeuralNetNode) - Method in class com.opttek.optquest.COptNeuralNet
Adds the input node as a hidden node.
AddIndicatorVariable(COptQuestVariable, boolean) - Method in class com.opttek.optquest.COptQuestStringConstraint
 
AddInputNode(COptNeuralNetNode) - Method in class com.opttek.optquest.COptNeuralNet
Adds the input node to the OptQuest Neural Network.
AddMetaHeuristic(int) - Method in class com.opttek.optquest.COptQuestOptimization
For internal use only.
AddObjective(COptQuestObjective) - Method in class com.opttek.optquest.COptQuestFrontierMultiObjective
Adds the input sub-objective to the COptQuestFrontierMultiObjective
AddObjective(COptQuestObjective) - Method in class com.opttek.optquest.COptQuestOptimization
Adds the objective defined by the input parameter to the optimization problem.
AddObjective(COptQuestObjective, double) - Method in class com.opttek.optquest.COptQuestWeightedMultiObjective
Adds the input sub-objective to the COptQuestWeightedMultiObjective and assigns a coefficient to the sub-objective.
AddObjective(COptQuestObjective, double, double) - Method in class com.opttek.optquest.COptQuestWeightedMultiObjective
Adds the input sub-objective to the COptQuestWeightedMultiObjective and assigns a coefficient to the objective and a value representing the goal of the objective.
AddObjective(COptQuestObjective, double, double, double) - Method in class com.opttek.optquest.COptQuestWeightedMultiObjective
Adds the input sub-objective to the COptQuestMultipleObjective and assigns a coefficient to the objective and values representing the range of the objective.
AddObjectiveFunction(COptQuestObjectiveFunction) - Method in class com.opttek.optquest.COptQuestOptimization
Adds the linear objective function defined by the input parameter to the optimization.
AddOutputNode(COptNeuralNetNode) - Method in class com.opttek.optquest.COptNeuralNet
Adds the specified output node to the OptQuest Neural Network.
AddPermutationGroup(COptQuestPermutationGroup) - Method in class com.opttek.optquest.COptQuestOptimization
Adds the permutation group defined by the input parameter to the optimization problem.
AddPredictor(int) - Method in class com.opttek.optquest.COptQuestOptimization
For advanced users only.
AddPredictor(COptQuestPredictor) - Method in class com.opttek.optquest.COptQuestOptimization
For internal use only.
AddRandomWeights() - Method in class com.opttek.optquest.COptNeuralNet
AddRandomWeights() sets the random values to all of the weights in the network.
AddRankAndSelectionSolution(int) - Method in class com.opttek.optquest.COptQuestOptimization
Adds the solution identified by the iteration number to the set of solutions that will be included in the rank and select process.
AddRequirement(COptQuestRequirement) - Method in class com.opttek.optquest.COptQuestOptimization
Adds the requirement defined by the input parameter to the optimization.
AddRequirement(COptQuestOrRequirement) - Method in class com.opttek.optquest.COptQuestOptimization
Adds the "Or" requirement defined by the input parameter to the optimization.
AddRequirement(COptQuestRequirement) - Method in class com.opttek.optquest.COptQuestOrRequirement
Adds a COptQuestRequirement object to the COptQuestOrRequirement.
AddSuggestedSolution() - Method in class com.opttek.optquest.COptQuestOptimization
Deprecated. Use COptQuestOptimization::CreateSolution() to create a new solution and COptQuestSolution.SetVariableValue() to set values for the suggested solution. Note: All decision variables must be added to the optimization problem before adding a suggested solution.
AddSuggestedSolution(COptQuestSolution) - Method in class com.opttek.optquest.COptQuestOptimization
The input solution is added to the set of suggested solutions.
AddVariable(COptQuestVariable, double) - Method in class com.opttek.optquest.COptQuestConstraint
Adds a variable and its coefficient to the linear expression.
AddVariable(COptQuestVariable) - Method in class com.opttek.optquest.COptQuestEquationSolver
Makes the decision variable name available to the parsing methods.
AddVariable(COptQuestVariable, double) - Method in class com.opttek.optquest.COptQuestObjectiveFunction
Adds a variable and its coefficient to the linear objective which has the form coeff1 * var1 + coeff2 + var2 + coeffn * varN.
AddVariable(COptQuestVariable) - Method in class com.opttek.optquest.COptQuestOptimization
Adds the variable defined by the input parameter to the optimization.
AddVariable(COptQuestPermutationVariable) - Method in class com.opttek.optquest.COptQuestPermutationGroup
Adds a permutation variable to the group.
AddVariables(ArrayList<COptQuestVariable>) - Method in class com.opttek.optquest.COptQuestEquationSolver
Makes the input array of decision variables available to the parsing methods.
APPEND - Static variable in class com.opttek.optquest.CFileHandler
 
AreConstraintsValid() - Method in class com.opttek.optquest.COptQuestSolution
Returns whether or not the solution is valid with respect to all constraints.
AreVariablesValid() - Method in class com.opttek.optquest.COptQuestSolution
Returns whether or not the solution is valid with respect to all variables.
AUTOSTOPFREQUENCY - Variable in class com.opttek.optquest.COptQuestSearchParameters
 

A B C D E F G H I L M N O P R S T U V W