rochaporto / ezgliding

Website and software for analyzing, visualizing and planning gliding flights
GNU General Public License v3.0
5 stars 2 forks source link

add optimizer based on simulated annealing #11

Open rochaporto opened 10 years ago

rochaporto commented 10 years ago

For fun or maybe not only if it works well.

The gpligc library seems to use it, although the code is pretty messy. There's decent documentation on the approach in books such as The Algorithm Design Manual.