Skip to main content
Module

x/neat_ai/mod.ts>Selection

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

type

{ FITNESS_PROPORTIONATE: { name: string; }; POWER: { name: string; power: number; }; TOURNAMENT: { name: string; size: number; probability: number; }; }