hardmaru / backprop-neat-js

Neural Network Evolution Playground with Backprop NEAT
132 stars 22 forks source link

batch/relational fitness #2

Closed micimize closed 7 years ago

micimize commented 7 years ago

I'd like to use a fitness function that runs the neural networks in a competitive simulation. Looking at the source, it looks like all it would take are a few flag-based in applyFitnessFunc and applyFitnessFuncToList. Does that sound right?