Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 867 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 867 Bytes

MWTBoost - A set of heuristics for finding a minimum weight triangulation

MWTBoost provides a cross comparison of several metaheuristics all applied to the same problem of finding a minimum-weight triangulation of a point set.

Metaheuristics applied:

  • Hill climbing (first choice, greedy choice and random choice)
  • Simulated annealing
  • Particle swarm optimization
  • Artificial bee colony algorithm

Aside from metaheuristics, an exhaustive search method is provided for finding all possible triangulations of a pointset.

Testing

Comming "soon" ... (probably in my old days -- if we ever get there)

Publishing

Results of this work were published at Adjusted Artificial Bee Colony Algorithm for the Minimum Weight Triangulation.