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)
class Upgrade

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

Static Methods

Cleans and updates legacy CRISPR data to the latest format. Converts legacy node and connection properties to the newer neuron and synapse properties. Ensures the mode is set to "insert" or "append".

Corrects the input size of a given creature export and returns a new creature with the corrected input size.

Add Package

deno add jsr:@stsoftware/neat-ai

Import symbol

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

---- OR ----

Import directly with a jsr specifier

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