evolvio4all / evolvio4JavaScript

MIT License
10 stars 2 forks source link

Time for another rewrite? #33

Closed Air1N closed 4 years ago

Air1N commented 5 years ago

I believe it may be time for another rewrite. The reason being, the brain system is poorly set up. I think the main reason is the data structure in general. I have an idea to have only an array of the inputs, the connections, and the outputs. This way, the axons that have a value of 0 won't even be accounted for. This will also lead into more uniform, slow development of creature's brains — instead of fixed sized brains. I will begin work on this eventually.

EDIT: I have written a more efficient neural network structure. :D

image

Above: I am working on the memory cell idea simultaneously

Air1N commented 4 years ago

I think no