Skip to main content
Home

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
2 days ago (0.167.6)
method CRISPR.prototype.insert
CRISPR.prototype.insert(dna: CrisprInterface): Creature

Insert new neurons and synapses into the creature based on the provided DNA.

Parameters

  • The CRISPR DNA specifying the neurons and synapses to insert.

Return Type

The modified creature.

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 { CRISPR } from "@stsoftware/neat-ai";
or

Import directly with a jsr specifier

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