Uses of Interface
com.opttek.optquest.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) Starts the optimization and stops when nsol solutions have been evaluated.booleanOptQuestModel.Sample(int npar, int nsol, IOptQuestEvaluator eval, IOptQuestMonitor monitor) Internal OptTek use only.booleanOptQuestModel.Sample(int nsol, IOptQuestEvaluator eval, IOptQuestMonitor monitor) Internal OptTek use only.booleanOptQuestModel.Sample(OptQuestModelChannel ipc, int nsol, IOptQuestEvaluator eval, IOptQuestMonitor monitor) Internal OptTek use only.