Uses of Class
com.opttek.optquest.OptQuestModelChannel
-
Uses of OptQuestModelChannel in com.opttek.optquest
Methods in com.opttek.optquest that return OptQuestModelChannelModifier and TypeMethodDescriptionOptQuestModel.CreateAsyncChannel(int npar) Creates an asynchronous communication channel to send signals to the model during a optimizationMethods in com.opttek.optquest with parameters of type OptQuestModelChannelModifier and TypeMethodDescriptionbooleanOptQuestModel.Optimize(OptQuestModelChannel ipc, int nsol) Starts the optimization and stops when nsol solutions have been evaluated.booleanOptQuestModel.Optimize(OptQuestModelChannel ipc, int nsol, IOptQuestEvaluator eval) 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(OptQuestModelChannel ipc, int nsol) Internal OptTek use only.booleanOptQuestModel.Sample(OptQuestModelChannel ipc, int nsol, IOptQuestEvaluator eval) Internal OptTek use only.booleanOptQuestModel.Sample(OptQuestModelChannel ipc, int nsol, IOptQuestEvaluator eval, IOptQuestMonitor monitor) Internal OptTek use only.