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 TypeMethodDescriptionbooleanOptQuestModel.Optimize(int npar, int nsol, IOptQuestEvaluator eval, IOptQuestMonitor monitor) Starts the optimization and stops when nsol solutions have been evaluated.booleanOptQuestModel.Optimize(int nsol, IOptQuestEvaluator eval, IOptQuestMonitor monitor) Starts the optimization and stops when nsol solutions have been evaluated.booleanOptQuestModel.Optimize(OptQuestModelChannel ipc, int nsol, IOptQuestEvaluator eval, IOptQuestMonitor monitor) booleanOptQuestModel.Sample(int npar, int nsol, IOptQuestEvaluator eval, IOptQuestMonitor monitor) booleanOptQuestModel.Sample(int nsol, IOptQuestEvaluator eval, IOptQuestMonitor monitor) booleanOptQuestModel.Sample(OptQuestModelChannel ipc, int nsol, IOptQuestEvaluator eval, IOptQuestMonitor monitor)