Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MichaelJWelsh/bot-evolution
/ types & classes
Types & classes
6 in github.com/MichaelJWelsh/bot-evolution
⨍
Functions
26
◇
Types & classes
6
↓ 4 callers
Class
Bot
The representation of the circle thing with probes.
src/population.py:124
↓ 3 callers
Class
Layer
The representation of a layer in a neural network. Used as a medium for passing data through the network in an efficent manner.
src/neural_network.py:77
↓ 2 callers
Class
Food
The representation of the red circles.
src/population.py:185
↓ 2 callers
Class
NNetwork
The representation of a feed forward neural network with a bias in every layer (excluding output layer obviously).
src/neural_network.py:9
↓ 1 callers
Class
Connection
The representation of a connection between layers in a neural network.
src/neural_network.py:106
Class
Population
The environment of bots and food.
src/population.py:11