jinyeom / neat

NEAT (NeuroEvolution of Augmenting Topologies) implemented in Go
GNU General Public License v3.0
71 stars 13 forks source link

recurrence #2

Closed clive-g-brown closed 7 years ago

clive-g-brown commented 7 years ago

any chance of recurrent connections ?

jinyeom commented 7 years ago

Yup! Currently, I purposely made it so that the networks CAN evolve into recurrent networks, but actually I'm thinking about getting rid of recurrency, so that I can easily add backprop (along with options like Baldwin effect or Lamarckian evolution).

clive-g-brown commented 7 years ago

plz don’t get rid of recurrence, make it a user option.

On 16 Jun 2017, at 10:40, Jin Yeom notifications@github.com wrote:

Yup! Currently, I purposely made it so that the networks CAN evolve into recurrent networks, but actually I'm thinking about getting rid of recurrency, so that I can easily add backprop (along with options like Baldwin effect or Lamarckian evolution).

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/jinyeom/neat/issues/2#issuecomment-308981644, or mute the thread https://github.com/notifications/unsubscribe-auth/AJxOrnDDZ_jqffT1GvetzeV8ZQv4V_qLks5sEk1zgaJpZM4N8Ook.

jinyeom commented 7 years ago

Alrighty