Skip to content

imeysam/equation-genetic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Genetic Algorithm example

Target: Maximize this equation

Y = w1x1 + w2x2 + w3x3 + w4x4 + w5x5 + w6x6

Idea

For maximize this equation, the positive input is to be multiplied by the largest possible positive number and the negative number is to be multiplied by the smallest possible negative number.

About

Maximize an equation by Genetic Algorithm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages