wagenaartje / neataptic

:rocket: Blazing fast neuro-evolution & backpropagation for the browser and Node.js

Home Page:https://wagenaartje.github.io/neataptic/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NEAT breaks with provenance with if no template network is provided

flesler opened this issue · comments

While createPool() gracefully handles the no-template case, provenance doesn't. You could simply set the default network (new Network(this.input, this.output)) when none is provided and simplify createPool()