This release is 88 versions behind 0.155.18 — the latest version of @stsoftware/neat-ai. Jump to latest
@stsoftware/neat-ai@0.121.0Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
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.
{ "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 }