Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pasqualesalza/amqpga
A Genetic Algorithms master/slave implementation in Go based on Docker and message queues.
https://github.com/pasqualesalza/amqpga
docker genetic-algorithm message-queue parallel
Last synced: 19 days ago
JSON representation
A Genetic Algorithms master/slave implementation in Go based on Docker and message queues.
- Host: GitHub
- URL: https://github.com/pasqualesalza/amqpga
- Owner: pasqualesalza
- License: mit
- Created: 2017-04-12T17:35:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-12T22:34:24.000Z (over 7 years ago)
- Last Synced: 2024-11-03T08:07:31.109Z (about 2 months ago)
- Topics: docker, genetic-algorithm, message-queue, parallel
- Language: Go
- Homepage:
- Size: 102 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# AMQPGA
AMQPGA is an implementation in Go of the master/slave parallelisation model for Genetic Algorithms based on Docker and message queues.
## License
AMQPGA is licensed under the terms of the [MIT License](https://opensource.org/licenses/MIT).
Please see the [LICENSE](LICENSE.md) file for full details.