Visualization of genetic algorithm for numerical function optimization with Pygame and Python

preview_player
Показать описание
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
Рекомендации по теме
Комментарии
Автор

Hi Kirill
Your video was very interesting. I'd like to try similar ones. How can I access the python's code for this LP problem?
Thank you in advance

MohammadIzadikhah