CreatureUtil.shuffle(array: Int32Array): void
Shuffle an array in place using the Fisher-Yates shuffle algorithm.
array: Int32Array
- The array to be shuffled.
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.
CreatureUtil.shuffle(array: Int32Array): void
Shuffle an array in place using the Fisher-Yates shuffle algorithm.
array: Int32Array
Add Package
deno add jsr:@stsoftware/neat-ai
Import symbol
import { CreatureUtil } from "@stsoftware/neat-ai";
Import directly with a jsr specifier
import { CreatureUtil } from "jsr:@stsoftware/neat-ai";