Skip to main content

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
94%
Published
10 hours ago (0.166.0)
property CreatureExport.synapses

List of synapses in the creature.

Type

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@stsoftware/neat-ai

Import symbol

import { type CreatureExport } from "@stsoftware/neat-ai";

---- OR ----

Import directly with a jsr specifier

import { type CreatureExport } from "jsr:@stsoftware/neat-ai";