Uses of Interface
com.opttek.optquest.IOptQuestEvaluator
Packages that use IOptQuestEvaluator
-
Uses of IOptQuestEvaluator in com.opttek.optquest
Methods in com.opttek.optquest with parameters of type IOptQuestEvaluatorModifier and TypeMethodDescriptionboolean
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
(OptQuestModelChannel ipc, int nsol, IOptQuestEvaluator eval) boolean
OptQuestModel.Optimize
(OptQuestModelChannel ipc, int nsol, IOptQuestEvaluator eval, IOptQuestMonitor monitor) 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
(OptQuestModelChannel ipc, int nsol, IOptQuestEvaluator eval) boolean
OptQuestModel.Sample
(OptQuestModelChannel ipc, int nsol, IOptQuestEvaluator eval, IOptQuestMonitor monitor)