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

CRISPR Class

This class provides methods for targeted genetic modifications to the AI entities, inspired by the CRISPR gene-editing technology.

Constructors

new
CRISPR(creature: Creature)

Constructor for the CRISPR class.

Properties

Methods

Append new neurons and synapses to the creature based on the provided DNA.

Apply the CRISPR modifications to the creature based on the specified DNA.

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

Static Methods

Static method to edit aliases in the CRISPR DNA.

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";