Skip to main content
This release is 92 versions behind 0.155.22 — 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
4 months ago (0.121.0)
method CRISPR.prototype.cleaveDNA
CRISPR.prototype.cleaveDNA(dna: CrisprInterface): Creature

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

Parameters

  • The CRISPR DNA specifying the modifications.

Return Type

The modified creature or undefined if no modifications were applied.

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