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