https://github.com/technote-space/genetic-algorithms-js
Genetic Algorithms Library
https://github.com/technote-space/genetic-algorithms-js
Last synced: 3 months ago
JSON representation
Genetic Algorithms Library
- Host: GitHub
- URL: https://github.com/technote-space/genetic-algorithms-js
- Owner: technote-space
- License: mit
- Created: 2020-05-02T05:35:44.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-07-18T21:58:41.000Z (almost 2 years ago)
- Last Synced: 2025-04-04T14:54:53.994Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 896 KB
- Stars: 2
- 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
# Genetic Algorithms Library
[](https://badge.fury.io/js/%40technote-space%2Fgenetic-algorithms-js)
[](https://github.com/technote-space/genetic-algorithms-js/actions)
[](https://www.codefactor.io/repository/github/technote-space/genetic-algorithms-js)
[](https://github.com/technote-space/genetic-algorithms-js/blob/master/LICENSE)Genetic Algorithms Library
## Table of Contents
Details
- [Install](#install)
- [Framework](#framework)
- [Author](#author)## Install
```shell script
yarn add @technote-space/genetic-algorithms-js
```## Framework
https://github.com/technote-space/ga-framework## Author
[GitHub (Technote)](https://github.com/technote-space)
[Blog](https://technote.space)