Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 537 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 537 Bytes

EA

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.

Implemented Optimizers

  • a vanilla hill climber for comparison
  • a generic algorithms using class bit-wise cross-over, mutation and recombination
  • evolutionary strategy algorithms

How to run

go get github.com/aaarne/ea
ea # assuming $GOPATH/bin is in your PATH