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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zero cost configuration parameters for optimizers

jr2021 opened this issue · comments

We have included several new parameters for Bananas and Npenas in order to determine whether the zero cost proxies are used, and whether they come from the benchmark or the ZeroCost predictor:

  • zc
  • use_zc_api
  • zc_only

Should these be included as initialization parameters, or in the config files?

If they were to be included in the configs, create_config.py would need to be modified.