Skip to main content
This release is 198 versions behind 0.166.0 — 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
9 months ago (0.90.2)
class CreatureUtil

Utility class for Creature-related operations.

Static Properties

Static Methods

Generate a UUID for a creature based on its neurons and synapses. If the creature already has a UUID, it returns the existing one.

shuffle(array: Int32Array): void

Shuffle an array in place using the Fisher-Yates shuffle algorithm.

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

Import directly with a jsr specifier

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