https://github.com/smoren/genetic-search-multiprocess-ts
Multiprocessing genetic algorithm implementation library extension
https://github.com/smoren/genetic-search-multiprocess-ts
evolutionary-algorithms genetic-algorithm genetic-programming genetics multiprocessing multiprocessing-library search-algorithm
Last synced: 2 months ago
JSON representation
Multiprocessing genetic algorithm implementation library extension
- Host: GitHub
- URL: https://github.com/smoren/genetic-search-multiprocess-ts
- Owner: Smoren
- License: mit
- Created: 2024-12-05T17:48:49.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-01-26T20:42:53.000Z (8 months ago)
- Last Synced: 2025-04-28T15:15:37.192Z (5 months ago)
- Topics: evolutionary-algorithms, genetic-algorithm, genetic-programming, genetics, multiprocessing, multiprocessing-library, search-algorithm
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/genetic-search-multiprocess
- Size: 285 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.