Uses of Class
com.opttek.optquest.OptQuestSolution
Packages that use OptQuestSolution
-
Uses of OptQuestSolution in com.opttek.optquest
Fields in com.opttek.optquest with type parameters of type OptQuestSolutionMethods in com.opttek.optquest that return OptQuestSolutionModifier and TypeMethodDescriptionOptQuestModel.CopySolution
(OptQuestSolution src) Make a copy of the input OptQuestSolution.OptQuestModel.CreateSolution()
Only used for manual optimizations.OptQuestModel.GetEmptySolution()
Creates an empty OptQuestSolution.Methods in com.opttek.optquest that return types with arguments of type OptQuestSolutionModifier and TypeMethodDescriptionOptQuestModel.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.Methods in com.opttek.optquest with parameters of type OptQuestSolutionModifier and TypeMethodDescriptionOptQuestModel.CopySolution
(OptQuestSolution src) Make a copy of the input OptQuestSolution.boolean
IOptQuestEvaluator.Evaluate
(OptQuestSolution sol) The Evaluate() method provides a custom evaluation to compute output variable values.boolean
IOptQuestMonitor.Monitor
(OptQuestSolution sol) When Monitor() is called, all string objectives and string constraints have been evaluated.