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
- Host: GitHub
- URL: https://github.com/salamanderxing/typescript-parallel-genetic-algorithm
- Owner: SalamanderXing
- Created: 2022-02-20T10:38:38.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-15T12:08:08.000Z (over 3 years ago)
- Last Synced: 2025-03-24T05:13:48.243Z (9 months ago)
- Topics: deno, genetic-algorithm, heuristic-algorithm, javascript, typescript
- Language: TypeScript
- Homepage:
- Size: 22.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```