https://github.com/roo-oliv/modular-algorithms
Modular Genetic and Modular Particle Swarm Optimization Algorithms
https://github.com/roo-oliv/modular-algorithms
Last synced: 3 months ago
JSON representation
Modular Genetic and Modular Particle Swarm Optimization Algorithms
- Host: GitHub
- URL: https://github.com/roo-oliv/modular-algorithms
- Owner: roo-oliv
- License: gpl-3.0
- Created: 2015-08-20T16:07:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-23T09:08:40.000Z (over 9 years ago)
- Last Synced: 2025-03-01T19:04:34.359Z (3 months ago)
- Language: Python
- Homepage:
- Size: 418 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Modular Algorithms
Modular Algorithms for non-deterministic search.Modular Genetic Algorithm, mGenetic and Modular Particle Swarm Optimization Algorithm, mPSO, are implemented here.
This is a project made for the Artificial Intelligence undergraduate course of UFABC.
Here we compare genetic algorithms using Python 3.