Creature.prototype.propagate(): void
Propagate the expected values through the creature's network.
expected: Float32Array
- The expected output values.
Creature.prototype.propagate(): void
Propagate the expected values through the creature's network.
expected: Float32Array
Add Package
deno add jsr:@stsoftware/neat-ai
Import symbol
import { Creature } from "@stsoftware/neat-ai";
---- OR ----
Import directly with a jsr specifier
import { Creature } from "jsr:@stsoftware/neat-ai";