Skip to main content
This release is 88 versions behind 0.155.18 — the latest version of @stsoftware/neat-ai. Jump to latest

Built and signed on GitHub Actions

NEAT Neural Network. This project is a unique implementation of a neural network based on the NEAT (NeuroEvolution of Augmenting Topologies) algorithm, written in DenoJS using TypeScript.

This package works with Deno
This package works with Deno
JSR Score
100%
Published
3 months ago (0.121.0)
Package root>deno.json
{ "name": "@stsoftware/neat-ai", "exports": "./mod.ts", "version": "0.121.0", "imports": { "@std/assert": "jsr:@std/assert@^1.0.8", "@std/bytes": "jsr:@std/bytes@^1.0.4", "@std/crypto": "jsr:@std/crypto@1.0.3", "@std/fmt": "jsr:@std/fmt@^1.0.3", "@std/fs": "jsr:@std/fs@^1.0.6", "@std/path": "jsr:@std/path@1.0.8", "@std/uuid": "jsr:@std/uuid@1.0.4", "@stsoftware/tags": "jsr:@stsoftware/tags@^1.0.5" }, "test": { "include": ["test/**/*.ts"] }, "lock": false }