Info

此问题已关闭。 请重新打开它进行编辑或回答。

Bayes optimisation - How do I avoid graphs popping out at each iteration?

1 次查看(过去 30 天)
I couldn't find the same option 'ShowPlots' false as the hyperparameters optimisation.
If you take the following code how would you do that ?
results = bayesopt(@(params)oobErrRF(params,X),hyperparametersRF,...
'AcquisitionFunctionName','expected-improvement-plus','Verbose',0);
Many thanks, Pierre

回答(1 个)

Alan Weiss
Alan Weiss 2018-4-26
Take a look at the bayesopt documentation. You should set the 'PlotFcn' name-value pair to [].
Alan Weiss
MATLAB mathematical toolbox documentation

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by