Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/technote-space/ga-framework
Genetic Algorithm Framework
https://github.com/technote-space/ga-framework
automatic-programming genetic-algorithm
Last synced: 3 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 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-15T09:23:43.000Z (almost 2 years ago)
- Last Synced: 2024-10-05T12:24:47.350Z (4 months ago)
- Topics: automatic-programming, genetic-algorithm
- Language: TypeScript
- Homepage:
- Size: 179 MB
- Stars: 4
- Watchers: 2
- 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
[![npm version](https://badge.fury.io/js/%40technote-space%2Fga-framework.svg)](https://badge.fury.io/js/%40technote-space%2Fga-framework)
[![CI Status](https://github.com/technote-space/ga-framework/workflows/CI/badge.svg)](https://github.com/technote-space/ga-framework/actions)
[![CodeFactor](https://www.codefactor.io/repository/github/technote-space/ga-framework/badge)](https://www.codefactor.io/repository/github/technote-space/ga-framework)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](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)