cpetry / AntSim

A fun project to test some pathfinding and genetic algorithms
https://cpetry.github.io/AntSim/
MIT License
16 stars 2 forks source link

refactor neural network code and present an ant code base #23

Open cpetry opened 7 years ago

cpetry commented 7 years ago

The currently implemented neural network ant has three user programmable parts:

Provide these parts as seperate functions for the user to write code for. Some additional settings could be needed (hidden layers, activation function etc.)

cpetry commented 7 years ago

These seperate function parts could all have their own editor in seperate tabs.