that-ga-library

A Microbial Genetic Algorithm library for Typescript

Usage no npm install needed!

<script type="module">
  import thatGaLibrary from 'https://cdn.skypack.dev/that-ga-library';
</script>

README

That GA Library

CircleCI codecov

A Genetic Algorithm library for Typescript

Package Contents

Module Description
GACitizen Any class which implements this interface can be evolved via the GA process
GA The GA class provides the evolutionary framework for evolving citizens to reach a higher and higher level of fitness.

Example

Coming soon