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

https://github.com/salamanderxing/typescript-parallel-genetic-algorithm

A genetic parallel optimizer written in TypeScript using Deno
https://github.com/salamanderxing/typescript-parallel-genetic-algorithm

deno genetic-algorithm heuristic-algorithm javascript typescript

Last synced: 9 months ago
JSON representation

A genetic parallel optimizer written in TypeScript using Deno

Awesome Lists containing this project

README

          

# A parallel GA optimizer for TypeScript

This allows you to optimize any function exported by a TypeScript module via a
genetic/evolutionary algorithm. For additional info email:
giulio(at)zani.gmail.com

## Run

Install [deno](https://deno.land/)

```
cd GA
```

```
deno run --allow-read --allow-write --unstable --allow-run main.ts
```