Fix build errors

This commit is contained in:
Peter Stockings
2026-01-15 18:27:20 +11:00
parent fab6a7e03f
commit 1c0e4c3af6
19 changed files with 35 additions and 39 deletions

View File

@@ -1,4 +1,4 @@
import type { Genome, NodeGene, ConnectionGene, ActivationFunction } from './genome';
import type { Genome, ActivationFunction } from './genome';
/**
* Feedforward neural network built from a NEAT genome.