Uses of Class
com.opttek.optquest.OptQuestModelChannel
Packages that use 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 TypeMethodDescriptionboolean
OptQuestModel.Optimize
(OptQuestModelChannel ipc, int nsol) boolean
OptQuestModel.Optimize
(OptQuestModelChannel ipc, int nsol, IOptQuestEvaluator eval) boolean
OptQuestModel.Optimize
(OptQuestModelChannel ipc, int nsol, IOptQuestEvaluator eval, IOptQuestMonitor monitor) boolean
OptQuestModel.Sample
(OptQuestModelChannel ipc, int nsol) boolean
OptQuestModel.Sample
(OptQuestModelChannel ipc, int nsol, IOptQuestEvaluator eval) boolean
OptQuestModel.Sample
(OptQuestModelChannel ipc, int nsol, IOptQuestEvaluator eval, IOptQuestMonitor monitor)