UNPKG

@alenaksu/neatjs

Version:

NEAT (Neuroevolution of Augmenting Topologies) implementation in JavaScript

12 lines 381 B
export * from './neat/ConnectionGene'; export * from './neat/Organism'; export * from './neat/Genome'; export * from './neat/NodeGene'; export * from './neat/Population'; export * from './neat/Species'; export * from './network/Network'; export * from './network/Neuron'; export * from './config'; export * from './utils'; export * from './types'; //# sourceMappingURL=index.js.map