Closed
Description
/kind feature
Since I am planning to support DARTS in Katib, I have few thoughts and questions about current NAS algorithms.
- Do we want to name each NAS algorithm starting with
nas
. For example:nasdarts
? Or we can name it with algorithm name, e.gdarts
. - Rename
nasrl
toenas
. I think it will be more clear to user, since we are using ENAS implementation. - Do we want to create
nas
directory undersuggestion
folder. User can easily see what HP and NAS algorithms do we support.
What do you think @gaocegege @johnugeorge ?