Skip to content

Genetic Algorithm in Python 2 for inscribing a triangle of the maximum area in a given ellipse.

License

Notifications You must be signed in to change notification settings

ivanbgd/genetic-algorithm-maximum-area-in-ellipse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Genetic_Algorithm_01

Genetic Algorithm in Python for inscribing a triangle of the maximum area in a given ellipse.

Ellipse is defined as: (x/a)^2 + (y/b)^2 = 1

User can change parameters of the GA and ellipse.

There are two versions.

The first one represents chromosomes as strings, the second one as integers.

Nevertheless, they are of the same speed.

About

Genetic Algorithm in Python 2 for inscribing a triangle of the maximum area in a given ellipse.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages