An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# 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.