Skip to content

Build a genetic algorithm to find the values of x and y that produce the minimum value of the function h(x, y).

Notifications You must be signed in to change notification settings

aryyawijaya/genetic-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Genetic Algorithm

Objective

Find the values of x and y that produce the minimum value of the function h(x, y).

Function

function

Optimal Solution

x = -3.142717497556207

y = 1.5689149560117306

h(x, y) = 0.00000000000010480395191425220860

About

Build a genetic algorithm to find the values of x and y that produce the minimum value of the function h(x, y).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published