Skip to main content
Module

x/neat_ai/mod.ts>Mutation

DenoJS Neural network project written in typescript.
Go to Latest
variable Mutation
import { Mutation } from "https://deno.land/x/neat_ai@v0.11.0/mod.ts";

type

{ ADD_NODE; SUB_NODE; ADD_CONN; SUB_CONN; MOD_WEIGHT; MOD_BIAS; MOD_ACTIVATION; ADD_SELF_CONN; SUB_SELF_CONN; ADD_BACK_CONN; SUB_BACK_CONN; SWAP_NODES; FFW: any[]; ALL: any[]; }