Creature.prototype.evolveDataSet(dataSet: DataRecordInterface[],options: NeatOptions,): Promise<{ error: number; score: number; time: number; }>
Evolve the creature to achieve a lower error on a dataset.
options: NeatOptions
- The NEAT configuration options.