vbop9834 / NeuralFish

Neuroevolution in F#

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Async operations for NeuronInstance

vbop9834 opened this issue · comments

Some of the neuron instance operations can be made async. This should speed up Neural Network response times. Any operation that does not modify (or is depended on to modify) the loop parameters should be eligible for this optimization.

Experiment with care