https://github.com/technote-space/ga-framework
Genetic Algorithm Framework
https://github.com/technote-space/ga-framework
automatic-programming genetic-algorithm
Last synced: 8 months ago
JSON representation
Genetic Algorithm Framework
- Host: GitHub
- URL: https://github.com/technote-space/ga-framework
- Owner: technote-space
- License: mit
- Created: 2020-05-09T14:33:04.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-15T09:23:43.000Z (almost 3 years ago)
- Last Synced: 2025-04-13T21:53:18.388Z (8 months ago)
- Topics: automatic-programming, genetic-algorithm
- Language: TypeScript
- Homepage:
- Size: 179 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# GA Framework
[](https://badge.fury.io/js/%40technote-space%2Fga-framework)
[](https://github.com/technote-space/ga-framework/actions)
[](https://www.codefactor.io/repository/github/technote-space/ga-framework)
[](https://github.com/technote-space/ga-framework/blob/main/LICENSE)
Genetic Algorithm Framework
## Table of Contents
Details
- [Install](#install)
- [Template](#template)
- [Samples](#samples)
- [Hello World!](#hello-world)
- [Automatic programming](#automatic-programming)
- [Game Learning System](#game-learning-system)
- [Figure ground](#figure-ground)
- [Author](#author)
## Install
```shell script
yarn add @technote-space/ga-framework
```
## Template
[Genetic Algorithm Template](https://github.com/technote-space/ga-framework-template)
## Samples
### Hello World!
[demo](https://technote-space.github.io/ga-framework/samples/hello-genetic-algorithm)
[repository](https://github.com/technote-space/hello-genetic-algorithm)
### Automatic programming
[demo](https://technote-space.github.io/ga-framework/samples/automatic-programming)
### Game Learning System
[demo](https://technote-space.github.io/ga-framework/samples/game-learning-system)
### Figure ground
[demo](https://technote-space.github.io/ga-framework/samples/auto-figure-ground)
## Author
[GitHub (Technote)](https://github.com/technote-space)
[Blog](https://technote.space)