Skip to content

AlxndrKlbk/genetic-algorithm-lp-problem

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

genetic-algorithm-lp-problem

genetic algorithm for numerical function optimization

Visualization of genetic algorithm for function optimization. Find the Maximum Value of F(x1, x2) = 2*x1 - 0.1*x1^2 + 3*x2 - 0.1*x2^2 with constraints:

  • 5 * x1 + 2 * x2 less than or equal to 30
  • 8 * x1 + 11 * x2 less than or equal to 60
  • x1 is greater than 0
  • x2 is greater than 0

Video

About

genetic algorithm for numerical function optimization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%