Skip to main content
This release is 64 versions behind 0.153.7 — 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
2 months ago (0.121.0)
I
CreatureExport

Export representation of a creature, including its synapses and neurons.

I
CreatureTrace

Trace representation of a creature, including detailed trace information for synapses and neurons.

c
CreatureUtil

Utility class for Creature-related operations.

I
CrisprInterface

Interface representing the structure of the CRISPR modification data.

v
Mutation

Mutation strategies used in genetic algorithms.

T
NeatOptions
No documentation available
f
randomConnectMissing

Connects missing neurons in the creature's brain.

v
Selection

Selection strategies used in genetic algorithms.

c
Upgrade

Upgrade class providing static methods to correct and apply CRISPR modifications to creatures.