An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Genetic Algorithms Library

[![npm version](https://badge.fury.io/js/%40technote-space%2Fgenetic-algorithms-js.svg)](https://badge.fury.io/js/%40technote-space%2Fgenetic-algorithms-js)
[![CI Status](https://github.com/technote-space/genetic-algorithms-js/workflows/CI/badge.svg)](https://github.com/technote-space/genetic-algorithms-js/actions)
[![CodeFactor](https://www.codefactor.io/repository/github/technote-space/genetic-algorithms-js/badge)](https://www.codefactor.io/repository/github/technote-space/genetic-algorithms-js)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](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)