sigopt.params
objects. To define one script to execute Runs and Experiments you can change your previous Run script to define the previously hard-coded defaults with sigopt.params.setdefault
for a single parameter or sigopt.params.setdefaults
for a set of parameters. Let's walk through how to modify your parameters and set up your metrics for optimization.activation_fn
and hidden_layer_size
for tuning, and will not tune num_epochs
.