已回答
Improvements of Random Search for Hyperparameter Optimization
You might have a look at the bayesopt function in the R2016b release.

7 years 前 | 0

已回答
Is it possible to change the objective function in fitctree(X,Y,'OptimizeHyperparameters','auto')?
You can't change the objective function used to optimize hyperparameters in fitctree. However, you can do grid search and ra...

7 years 前 | 1