Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 597 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 597 Bytes

Neuroevolution

Thesis

Thesis pdf is available here: Neuroevolution: Training with Metaheuristics

Execution

For execution of the experiment:

  • Get Python 3
  • Install Python 3
  • Navigate to this folder
  • Install virtual environments pip3 install virtualenv
  • Create a virtual environment python3 -m venv venv
  • Activate the virtual environment source venv/bin/activate
  • Install the requirements pip install -r requirements.txt
  • Execute the experiments file python experiment_execution.py