gunzigun / AlgorithmPracticeByCPlusLinks
C++实现的凸优化方法和编程算法
☆18Updated 5 years ago
Alternatives and similar repositories for AlgorithmPracticeByCPlus
Users that are interested in AlgorithmPracticeByCPlus are comparing it to the libraries listed below
Sorting:
- 运筹优化入门培训资料, 以启发式算法为主.☆99Updated 2 years ago
- 这里是一些学习自动驾驶及工作的资料,主要是一些书籍☆24Updated 6 years ago
- A*最短路径规划问题(含详细注释)☆65Updated 4 years ago
- 数学系本科三年级《最优化理论与方法》☆172Updated 4 years ago
- 基于C++,使用遗传算法解决物流运输中的VRP问题☆54Updated 10 years ago
- 这是用C++写的遗传算法,参考《智能算法 30案例分析 第2版》一书,包含TSP、LQR控制器、结合量子算法、多目标优化、粒子群等,由于原作为matlab程序, 综合自己思路通过C++写出来,算是练习和开个大坑☆208Updated 6 years ago
- Jin, B. (2021). Multi-objective A* algorithm for the multimodal multi-objective path planning optimization. In 2021 IEEE Congress on Evol…☆54Updated 4 months ago
- Data Structures and Algorithm Analysis in C++ (4th) Mark Allen Weiss 数据结构与算法分析(C++)第四版☆58Updated 5 years ago
- 2019年第十六届华为杯数学建模竞赛F题第一名论文附代码☆56Updated 5 years ago
- Source code for article https://paul.pub/a-star-algorithm☆182Updated 6 years ago
- ☆603Updated 2 years ago
- 解决TSP问题的一些元启发式算法——蚁群算法、遗传算法☆33Updated 6 years ago
- Reinforcement-Learning-Notes, start with MDP.☆224Updated 2 years ago
- 遗传算法路径规划及仿真☆53Updated 6 years ago
- 香港科技大学 凸优化☆44Updated 5 years ago
- 国立台湾大学李宏毅老师讲解的深度强化学习学习笔记☆148Updated 5 years ago
- 运筹学知识总结,以及经典模型代码的编写(python)☆32Updated 5 years ago
- 控制理论相关的书籍,也是从别人那里下载的,分享给大家☆30Updated 6 years ago
- Vehicle Routing Problem (VRP) using Simulated Annealing (SA) with Matlab / 模拟退火☆129Updated 2 years ago
- Collected study materials in Numerical Optimization ANU@MATH3514(HPC)☆363Updated 6 years ago
- In the context of multiple AGVs in warehouses, path planning and two-vehicle avoidance are realized based on the Dijkstra algorithm. | 仓…☆154Updated last year
- 力扣刷题总结笔记(C++版)☆47Updated 4 years ago
- 我的强化学习笔记和学习材料 still updating ... ...☆353Updated 6 years ago
- 中科大凌青老师凸优化课程的课程笔记☆34Updated 4 years ago
- 算法工程师技术栈学习笔记☆15Updated 3 years ago
- 智能优化算法☆28Updated 6 years ago
- 最优化方法、凸优化课程作业代码☆14Updated 5 years ago
- 本项目分别实现了遗传算法(GA)和模拟退火算法(SA)解决多旅行商问题(MTSP)。☆59Updated 5 years ago
- 路径规划、轨迹优化算法☆30Updated 3 years ago
- Particle Swarm Optimization (PSO) in C++,较为通用的粒子群优化算法(变量维度可变)☆53Updated 8 years ago