gunzigun / AlgorithmPracticeByCPlus
C++实现的凸优化方法和编程算法
☆17Updated 5 years ago
Alternatives and similar repositories for AlgorithmPracticeByCPlus:
Users that are interested in AlgorithmPracticeByCPlus are comparing it to the libraries listed below
- 近期在学习最优化过程中,对优化方法使用算例进行复现,主要学习来源:崔雪婷老师的视频https://space.bilibili.com/507629580/video.☆4Updated 2 years ago
- A*最短路径规划问题(含详细注释)☆63Updated 4 years ago
- 最优化方法、凸优化课程作业代码☆13Updated 5 years ago
- 这里是一些学习自动驾驶及工作的资料,主要是一些书籍☆23Updated 6 years ago
- 运筹优化入门培训资料, 以启发式算法为主.☆95Updated last year
- Particle Swarm Optimization (PSO) in C++,较为通用的粒子群优化算法(变量维度可变)☆52Updated 7 years ago
- Jin, B. (2021). Multi-objective A* algorithm for the multimodal multi-objective path planning optimization. In 2021 IEEE Congress on Evol…☆52Updated this week
- Source code for article https://paul.pub/a-star-algorithm☆175Updated 6 years ago
- 遗传算法路径规划及仿真☆51Updated 5 years ago
- 数学系本科三年级《最优化理论与方法》☆169Updated 4 years ago
- 机器人路径规划A*算法☆62Updated 6 years ago
- 【“人工智能”课程设计】优化问题与启发式算法—利用多种启发式算法解决N皇后问题(NP完全问题):遗传算法、模拟退火算法、爬山法☆17Updated 6 years ago
- 路径规划算法☆178Updated 6 years ago
- 这是用C++写的遗传算法,参考《智能算法 30案例分析 第2版》一书,包含TSP、LQR控制器、结合量子算法、多目标优化、 粒子群等,由于原作为matlab程序,综合自己思路通过C++写出来,算是练习和开个大坑☆202Updated 6 years ago
- 拷贝阿木实验室——机器人路径规划☆36Updated 4 years ago
- Data Structures and Algorithm Analysis in C++ (4th) Mark Allen Weiss 数据结构与算法分析(C++)第四版☆54Updated 5 years ago
- 本项目分别实现了遗传算法(GA)和模拟退火算法(SA)解决多旅行商问题(MTSP)。☆57Updated 4 years ago
- 路径规划、轨迹优化算法☆27Updated 3 years ago
- 本仓库对A star算法进行了复现。使用matlab对一些路径规划算法进行复现,包括基于图搜索和基于优化的方法☆47Updated 5 years ago
- 基于蒙特卡洛树搜索算法实现多机器人区域覆盖路径规划,并将覆盖结果可视化☆11Updated 2 years ago
- 矩阵论PPT☆16Updated 5 years ago
- 香港科技大学 凸优化☆41Updated 4 years ago
- ☆23Updated 6 years ago
- 2019年第十六届华为杯数学建模竞赛F题第一名论文附代码☆55Updated 5 years ago
- 无人车路径规划算法demo☆439Updated 6 years ago
- 运筹学知识总结,以及经典模型代码的编写(python)☆30Updated 5 years ago
- 自家开发的动态优化程序包。适用于常微分系统,有路径约束的最优控制问题的求解。算法:微分方程有限元离散+隐式梯度计算+SQP求解优化问题☆12Updated 5 years ago
- In the context of multiple AGVs in warehouses, path planning and two-vehicle avoidance are realized based on the Dijkstra algorithm. | 仓…☆146Updated 8 months ago
- 自动驾驶常用路径规划算法C++实现☆44Updated last year
- Made Easy Lagrangian Relaxation☆9Updated 3 years ago