Exercises for the evolutionary algorithms course at DHBW Mannheim in summer term 2017. The objective is to solve an optimization problem (minimizing the ackley function) using different algorithms.
- a vanilla hill climber for comparison
- a generic algorithms using class bit-wise cross-over, mutation and recombination
- evolutionary strategy algorithms
go get github.com/aaarne/ea
ea # assuming $GOPATH/bin is in your PATH