UNPKG

genetic-search-multiprocess

Version:

Multiprocessing genetic algorithm implementation library extension

42 lines (29 loc) 1.43 kB
# Multiprocessing Genetic Algorithm Implementation for TypeScript [![npm](https://img.shields.io/npm/v/genetic-search-multiprocess.svg)](https://www.npmjs.com/package/genetic-search-multiprocess) [![npm](https://img.shields.io/npm/dm/genetic-search-multiprocess.svg?style=flat)](https://www.npmjs.com/package/genetic-search-multiprocess) [![Coverage Status](https://coveralls.io/repos/github/Smoren/genetic-search-multiprocess-ts/badge.svg?branch=master&rand=222)](https://coveralls.io/github/Smoren/genetic-search-multiprocess-ts?branch=master) ![Build and test](https://github.com/Smoren/genetic-search-multiprocess-ts/actions/workflows/test.yml/badge.svg) [![Minified Size](https://badgen.net/bundlephobia/minzip/genetic-search-multiprocess)](https://bundlephobia.com/result?p=genetic-search-multiprocess) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) ![Logo](docs/images/logo.png) 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.