TSP solver by CE & BK algorithms

版本 1.2.0.0 (3.3 MB) 作者: Sebastien PARIS
Solve TSP problems with 2 stochastic solvers : CE & BK algorithms
2.8K 次下载
更新时间 2020/1/29

查看许可证

Solve the classic Travel Sale Man problem with Cross-Entropy method (CE) (parametric approach) and the Botev-Kroeze (BK) (non-parametric approach) optimization algorithm

Please run the 2 demo files :

demo_ce_tsp.m
demo_cemcmc_tsp.m

Please run mexme_cebk.m to recompile mex files on your own platform (be sure that mex -setup is done before)

References : http://www.maths.uq.edu.au/~botev/
http://iew3.technion.ac.il/CE/

引用格式

Sebastien PARIS (2024). TSP solver by CE & BK algorithms (https://www.mathworks.com/matlabcentral/fileexchange/21258-tsp-solver-by-ce-bk-algorithms), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2016b
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.2.0.0

Fixed missing file and for modern Matlab & OS64

1.1.0.0

-Compatible with Linux64 & GCC
-Add mexme_cebk.m

1.0.0.0

Remove demo_cebk_tsp.m file from archive