Skip to content

mikewlange/nsga-net

 
 

Repository files navigation

NSGA-NET

NSGA-Net is a neural architecture search algorithm based on the non-dominated sorting genetic algorithm.

To run the search phase, see nsga2_main.py. To configure the evolutionary search, see the options in nsga2_config.py.

See our arXiv paper here: https://arxiv.org/abs/1810.03522.

Running Note

NSGA-Net only will run with Python 3.

Installing required libs

pip3 install -r requirements.txt

About

NSGA-Net, a Neural Architecture Search Algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%