https://github.com/pgdr/scs-ga
https://github.com/pgdr/scs-ga
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pgdr/scs-ga
- Owner: pgdr
- License: mit
- Created: 2019-01-20T18:05:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-20T20:49:43.000Z (over 7 years ago)
- Last Synced: 2025-03-27T21:18:28.327Z (about 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Genetic Algorithm for Shortest Common Supersequence
As from the answer for [Shortest common supersequence with Genetic
Algorithm](https://cs.stackexchange.com/a/103110/4249).