Skip to content

Leonardomav/CE-Project

Repository files navigation

CE-Projecto

Evolutionary Computation Course Project

Development Setup

We adopted Python 3.7 for the development of this project

1) Clone the repository

using SSH:

$ git@github.com:Leonardomav/CE-Projecto.git

using HTTPS:

$ https://github.com/Leonardomav/CE-Projecto.git

2) Create your virtualenv environment

using virtualenv

$ virtualnv <env-name>

using venv

$ venv <env-name>

3) Activate the environment

$ source <env-name>/bin/activate

4) Install projects dependencies

$ pip install -r requirements.txt

References

Ant colony optimization original code from: https://github.com/pjmattingly/ant-colony-optimization

Particle Swarm Optimization original code from: https://nathanrooy.github.io/posts/2016-08-17/simple-particle-swarm-optimization-with-python/

How to adapt PSO to permutation problems: https://www.codeproject.com/Articles/1182794/Solving-the-Travelling-Salesman-Problem-With-a-Par

About

Evolutionary Computation Course Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors