DaizeDong / Optimization-Modeling-Algorithm-and-Theory
《最优化:建模、算法与理论》中文版学习笔记,包含原版与注释版pdf教材。
☆11Updated 2 years ago
Alternatives and similar repositories for Optimization-Modeling-Algorithm-and-Theory:
Users that are interested in Optimization-Modeling-Algorithm-and-Theory are comparing it to the libraries listed below
- 启发式算法包括动态规划(DP) 、遗传算法(GA)、 粒子群算法(PSO)、 模拟退火算法(SA) 、蚁群算法(ACO)、 自适应神经网络(SOM) 、禁忌搜索算法(TS)☆14Updated last year
- 2019年第十六届华为杯数学建模竞赛F题第一名论文附代码☆55Updated 5 years ago
- 运筹学知识总结,以及经典模型代码的编写(python)☆30Updated 4 years ago
- 华为杯研究生数学建模竞赛:历年来数据分析类代码(不定时更新,曾获一等奖)☆90Updated 5 months ago
- 智能优化算法的python手动实现,注释详细☆19Updated 2 years ago
- 华为杯研究生数学建模竞赛:历年来优化类代码(不定时更新,曾获一等奖)☆44Updated 6 months ago
- 研究生数学建模比赛-航班登机口分配☆16Updated 5 years ago
- 最优化方法、凸优化课程作业代码☆14Updated 5 years ago
- 智能优化算法(模拟退火、禁忌搜索、蚁群算法、遗传算法、粒子群算法)解决TSP问题和RCPSP问题☆19Updated last year
- 运筹优化数学基础 + 算法