Releases: GwynethLlewelyn/gobot
Releases · GwynethLlewelyn/gobot
Eighth iteration
- Moving to module-aware Go code
- Replacing the bare-bones web server + websockets service with Gin and Melody
The reason for those changes is to allow better debugging/logging, in order to figure out what is so wrong with the genetic algorithm; the last iteration simply spewed out so much data that the websockets interface was grinding Chrome (or, well, any browser really...) to a halt.
Pre-alpha release
It sort of works, but the genetic algorithm is terribly flawed, so you won't be impressed. Also, only Energy matters for now (even though the rest gets affected and the agents will pick a movement option depending on which setting is lower).