gabrielegilardi / SimulatedAnnealing

Implementation of metaheuristic optimization using population-based simulated annealing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Metaheuristic Optimization Using Population-Based Simulated Annealing

There are three (almost identical) versions, one in Python and two in C++:

  • Readme for the Python version.

  • Readme for the C++ versions (one using the Eigen library for linear algebra and the other using plain vanilla C++).

References

About

Implementation of metaheuristic optimization using population-based simulated annealing.

License:MIT License


Languages

Language:C++ 75.1%Language:Python 24.9%