I'm trying to tune hyperparameters in a neural network (regression problem), and i have few questions:
You should have a look to Tune, which is based on Ray. It offers several powerful algorithms to tune both continuous and discrete parameters using grid search or more advanced strategies such as population-based evolution strategies. Plus, it is rather easy to use.