1.1.1 • Published 2 years ago

@kometbomb/genetic-algorithm v1.1.1

Weekly downloads
22
License
MIT
Repository
github
Last release
2 years ago

genetic-algorithm

This is a rewrite or interpretation of sorts of @panchishin's geneticalalgorithm project. The main difference is that it is written in Typescript and supports asynchronous fitness evaluation (suitable for splitting the evaluation in multiple chunks for multi-threading, AWS Lambdas etc.). The interface is very close to the original and some other annoyances/unused features have been fixed.

Usage

See src/examples/weasel.ts for a simple example.