automl / NASLib

NASLib is a Neural Architecture Search (NAS) library for facilitating NAS research for the community by providing interfaces to several state-of-the-art NAS search spaces and optimizers.
Apache License 2.0
528 stars 117 forks source link

fix nasbench101 mutate method #81

Closed crwhite14 closed 2 years ago

crwhite14 commented 3 years ago

The mutate method for nasbench101 previously had a 0.5 probability to change every edge in the adjacency graph, and this is a fix.