Resch-Said / yane

Yet Another Neuro Evolution
MIT License
0 stars 0 forks source link

forward propagation cannot currently do loops. #5

Closed Resch-Said closed 1 year ago

Resch-Said commented 1 year ago

If I have the following network: image

Then the output values cannot be calculated because the forward propagation method expects a neuron to be fully calculated. This makes sense for a normal neural network with layers, but not for yane.