bbopt / HyperNOMAD

A library for the hyperparameter optimization of deep neural networks
GNU Lesser General Public License v3.0
20 stars 1 forks source link

Fix param file #11

Closed ctribes closed 5 years ago

ctribes commented 5 years ago

Check that the end of line comments are correctly interpreted (ok). Rename the parameter file according to SLD suggestions. Rename "REMAINING_HYPERPARAMETERS" to "REMAINING_HPS" (SLD). Fix interpretation of "-": instead of undefined it is now interpreted as "default value". Fix case when head of block has a value 0: clear the group of associated variable. It is ok when creating neighbours --> need to check it is ok for blackbox by @DouniaLakhmiri