NeuralNetOptions constructor
NeuralNetOptions([])
Implementation
NeuralNetOptions([
this.chanceToAddLink = 0.07,
this.chanceToAddNode = 0.03,
this.chanceToAddLoop = 0.05,
this.compatibilityThreshold = 0.26,
this.sizeOfGeneration = 20,
this.crossOverPercent = 0.20,
]);