https://github.com/berquerant/ga
genetic algorithm library
https://github.com/berquerant/ga
go
Last synced: 11 months ago
JSON representation
genetic algorithm library
- Host: GitHub
- URL: https://github.com/berquerant/ga
- Owner: berquerant
- Created: 2021-08-24T11:15:45.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-24T11:17:00.000Z (almost 5 years ago)
- Last Synced: 2025-03-31T11:31:01.807Z (about 1 year ago)
- Topics: go
- Language: Go
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ga
ga provides a framework for genetic algorithm.
You can optimize genes if you implemented `Evaluator`.
# Example
See example directory.