Skip to content

MSc thesis code featuring metaheuristic-based neural networks

License

Notifications You must be signed in to change notification settings

EliasICerezo/Neuroevolution

Repository files navigation

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

Releases

No releases published

Packages

No packages published