This release is 207 versions behind 0.167.6 — the latest version of @stsoftware/neat-ai. Jump to latest
@stsoftware/neat-ai@0.90.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.
Add Package
deno add jsr:@stsoftware/neat-ai
Import symbol
import { type CreatureExport } from "@stsoftware/neat-ai";
Import directly with a jsr specifier
import { type CreatureExport } from "jsr:@stsoftware/neat-ai";