共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > METSlib Optimization Framework |
METSlib Optimization Framework
|
1 | 0 | 236 |
贡献者 | 讨论 | 代码提交 |
METSlib is an OO (Object Oriented) metaheuristics framework in C++.
Model and algorithms are modular: all the implemented search algorithms can be applied to the same model and personalized algorithms can be applied to very different models.
METSlib implements the basics of some metaheuristics algorithm: Random Restart Local Search, Variable Neighborhood Search, Iterated Local Search, Simulated Annealing (with linear, exponential and custom cooling schedule), and last but not least Tabu Search.