genetic-search-multiprocess
Version:
Multiprocessing genetic algorithm implementation library extension
42 lines (29 loc) • 1.43 kB
Markdown
# Multiprocessing Genetic Algorithm Implementation for TypeScript
[](https://www.npmjs.com/package/genetic-search-multiprocess)
[](https://www.npmjs.com/package/genetic-search-multiprocess)
[](https://coveralls.io/github/Smoren/genetic-search-multiprocess-ts?branch=master)

[](https://bundlephobia.com/result?p=genetic-search-multiprocess)
[](https://opensource.org/licenses/MIT)

Description
-----------
This is an extension for [Genetic Search](https://github.com/Smoren/genetic-search-ts) library that implements
multiprocessing phenome calculation.
Setup
-----
```bash
npm i genetic-search-multiprocess
```
Usage example
-------------
Read the docs [here](https://github.com/Smoren/genetic-search-ts).
Unit testing
------------
```bash
npm i
npm run test
```
License
-------
Genetic Search Multiprocessing TS is licensed under the MIT License.