Skip to content

trutvo/slides-genetic-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Genetic Algorithm

Introduction of genetic algorithm.

Thomas Volk


Genetic Algorithm

Genetic Algorithms were invented to mimic some of the processes observed in natural evolution.


What is a Gene?

genes


What is Mutation?

mutation


What is crossing over?

crossingover


Genetic Algorithm Requirements

  • It must be easy to differentiate between a good and bad solution

  • A solution must consists of small parts

  • A nearly optimal solution can be enough


Genetic Algorithm Workflow


Appendix


Links


Creating Slides

Install markdown-to-slides:

sudo npm install markdown-to-slides -g

Create the slides with markdown-to-slides:

markdown-to-slides README.md > README.html

View them with your browser:

firefox README.html

see: https://github.com/partageit/markdown-to-slides

About

Slides for the open friday genetic algorithm session

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages