Skip to content

Program that finds best student using genetic algorithms and simulation of student's life

License

Notifications You must be signed in to change notification settings

maresmar/StudentGenetic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StudentGenetic

A program that finds the best student using genetic algorithms and simulation of student's life.

Genetic algorithms

Each student is ranked by knowledge and rating. Best half of students is mixed together using genetics algorithms and the second half is regenerated randomly. Genetic algorithms are based on this article from MFF CUNI.

Simulation

Each student has its own specific genes which specify his character and habits. Simulation is proceeded day by day, on the end of the semester the examination is performed. After the end of a generation, the genetic algorithms are used for generating new generation.

Screenshots

Main window

About

Program that finds best student using genetic algorithms and simulation of student's life

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages