Skip to content

Multiprocessing genetic algorithm implementation library extension

License

Notifications You must be signed in to change notification settings

Smoren/genetic-search-multiprocess-ts

Repository files navigation

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.