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

8 years ago | 0

Answered
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...

8 years ago | 1