Thesis pdf is available here: Neuroevolution: Training with Metaheuristics
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