Evolutionary Algorithms In Ruby
by Avarteq GmbH on Nov 03, 2009
- 2,069 views
This talk will introduce into programming with evolutionary algorithms. ...
This talk will introduce into programming with evolutionary algorithms.
We'll build and/or discover a small framework for creating genetic
algorithms.
Genetic algorithms are good to solve certain kind of algorithmic
problems.
The talk will also give a rough picture about situations where
evolutionary programming might be the right solution.
Especially np hard problems like the traveling sales man problem (TSP) or
the rucksack problem are well known combinatoric problems (such as
distributing vservers across a number of vserver-hosts).
Accessibility
Categories
Tags
More...Upload Details
Uploaded via SlideShare as Apple Keynote
Usage Rights
© All Rights Reserved
Statistics
- Favorites
- 3
- Downloads
- 70
- Comments
- 1
- Embed Views
- Views on SlideShare
- 2,018
- Total Views
- 2,069

1–1 of 1 previous next
boundary = n generations, best individual didnt improve for n generations
steady improvement of the fittest individuals
boundary = n generations, best individual didnt improve for n generations
steady improvement of the fittest individuals
boundary = n generations, best individual didnt improve for n generations
steady improvement of the fittest individuals