/ga-example-diophantine

The example of usage of Genetic Algorithms and DEAP for Kyiv.Py # 16.

Primary LanguagePython

ga-example-diophantine

The example of usage of Genetic Algorithms and and DEAP for Kyiv.Py # 16.

The repo aimed to show how a task can be solved with Genetic Algorithms.

Example:

Problem: find a solution of a linear Diophantine equation.

The equation: 1027 * x + 712 * y = 1
D(x) = [-1 500; 1 500]
D(y) = [-1 500; 1 500]

Sure thing, that the problem has the analytical solution.

x = -165
y = 238

Just check the code/slides and find how to start with Genetic Algorithms and DEAP.

Recommended steps for further learning

Videos

Articles