Skip to content

hsmajlovic/mwt-boost

Repository files navigation

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.

About

A set of heuristics for finding a minimum weight triangulation of a point set.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages