Uses of Interface
com.opttek.optquest.IOptQuestMonitor
Packages that use IOptQuestMonitor
-
Uses of IOptQuestMonitor in com.opttek.optquest
Methods in com.opttek.optquest with parameters of type IOptQuestMonitorModifier and TypeMethodDescriptionboolean
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, IOptQuestMonitor monitor) Starts the optimization and stops when nsol solutions have been evaluated.boolean
OptQuestModel.Optimize
(OptQuestModelChannel ipc, int nsol, IOptQuestEvaluator eval, IOptQuestMonitor monitor) boolean
OptQuestModel.Sample
(int npar, int nsol, IOptQuestEvaluator eval, IOptQuestMonitor monitor) boolean
OptQuestModel.Sample
(int nsol, IOptQuestEvaluator eval, IOptQuestMonitor monitor) boolean
OptQuestModel.Sample
(OptQuestModelChannel ipc, int nsol, IOptQuestEvaluator eval, IOptQuestMonitor monitor)