Skip to content
/ ea Public

Evolutionary Algorithm Example

Notifications You must be signed in to change notification settings

aaarne/ea

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages