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 TypeMethodDescriptionbooleanOptQuestModel.Optimize(OptQuestModelChannel ipc, int nsol) booleanOptQuestModel.Optimize(OptQuestModelChannel ipc, int nsol, IOptQuestEvaluator eval) booleanOptQuestModel.Optimize(OptQuestModelChannel ipc, int nsol, IOptQuestEvaluator eval, IOptQuestMonitor monitor) booleanOptQuestModel.Sample(OptQuestModelChannel ipc, int nsol) booleanOptQuestModel.Sample(OptQuestModelChannel ipc, int nsol, IOptQuestEvaluator eval) booleanOptQuestModel.Sample(OptQuestModelChannel ipc, int nsol, IOptQuestEvaluator eval, IOptQuestMonitor monitor)