Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 403 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 403 Bytes

tangram-ga

Tangram Solving Genetic Algorithm

Description:

there are 7 pieces of tangram:

  • large triangle (area 1/4)
  • large triangle (area 1/4)
  • medium triangle (area 1/8)
  • small triangle (area 1/16)
  • small triangle (area 1/16)
  • square (area 1/8)
  • parallelogram (area 1/8)

Arrange shapes into a sqaure to solve te puzzle. Use Simple Genetic Algorithm implementation to find the solution.