Skip to content

sdclarke/genetic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an attempt at implementing a genetic learning algorithm in golang, inspired by Code Bullet.

This code depends on the pixel 2D game library for golang.

To install and run the code simply run the following commands (Assuming go is installed, $GOPATH is correctly set and $GOPATH/bin is in $PATH)

go get -u github.com/sdclarke/genetic/cmd/dots
dots

About

Messing around with a genetic algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages