Have there been any thoughts of implementing an optimization routine (with interface to Python) that can optimize multiple types of parameters at once? This is often needed when optimizing machine learning algorithms. I'd really like to use it with deep learning, which has both continuous, discrete and categorical hyperparameters.
Have there been any thoughts of implementing an optimization routine (with interface to Python) that can optimize multiple types of parameters at once? This is often needed when optimizing machine learning algorithms. I'd really like to use it with deep learning, which has both continuous, discrete and categorical hyperparameters.