Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.39 KB

README.md

File metadata and controls

41 lines (29 loc) · 1.39 KB

Multiprocessing Genetic Algorithm Implementation for TypeScript

npm npm Coverage Status Build and test Minified Size License: MIT

Logo

Description

This is an extension for Genetic Search library that implements multiprocessing phenome calculation.

Setup

npm i genetic-search-multiprocess

Usage example

Read the docs here.

Unit testing

npm i
npm run test

License

Genetic Search Multiprocessing TS is licensed under the MIT License.