Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

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

1 vue (au cours des 30 derniers jours)
Pierre Lonfat
Pierre Lonfat le 26 Avr 2018
Clôturé : MATLAB Answer Bot le 20 Août 2021
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

Réponses (1)

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

Cette question est clôturée.

Community Treasure Hunt

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

Start Hunting!

Translated by