Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 386 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 386 Bytes

"# PolyGen" This is an optimization problem using a genetic algorithm. The goal of this program is to connect blue points using two polygons with the help of a genetic algorithm while ensuring that the minimum number of red points are inside the polygons. The points are entered randomly by the user.

You just need to run "GA_main.m" All of the functions are called inside this file.