https://github.com/technote-space/ga-framework-template
https://github.com/technote-space/ga-framework-template
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/technote-space/ga-framework-template
- Owner: technote-space
- License: mit
- Created: 2020-08-02T08:32:04.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-05T09:14:37.000Z (over 2 years ago)
- Last Synced: 2025-03-08T20:04:38.320Z (4 months ago)
- Language: TypeScript
- Size: 1.85 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 8
-
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
# Genetic Algorithm Template
[](https://github.com/technote-space/ga-framework-template/actions)
[](https://www.codefactor.io/repository/github/technote-space/ga-framework-template)
[](https://github.com/technote-space/ga-framework-template/blob/main/LICENSE)Template of GA Framework.
## Table of Contents
Details
- [Setup](#setup)
- [yarn](#yarn)
- [npm](#npm)
- [Demo](#demo)
- [Framework](#framework)
- [Author](#author)## Setup
### yarn
- `yarn setup`
### npm
- `npm run setup`## Demo
[demo](https://technote-space.github.io/ga-framework/samples/ga-framework-template)## Framework
[GA Framework](https://github.com/technote-space/ga-framework)## Author
[GitHub (Technote)](https://github.com/technote-space)
[Blog](https://technote.space)