Skip to main content
Home
This release is 133 versions behind 0.167.6 — 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
94%
Published
4 months ago (0.121.0)
method Upgrade.CRISPR
Upgrade.CRISPR(dnaLegacy: CrisprInterface): CrisprInterface

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

Parameters

  • The legacy CRISPR data to be cleaned.

Return Type

The cleaned and updated CRISPR data.

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

Import directly with a jsr specifier

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