Multiprocessing Genetic Algorithm Implementation for TypeScript
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.