资源列表
GA2
- 这是一个利用遗传算法求解函数极值,是用Visual C++ 编写
tspsa
- 模拟退火算法用于解决“城市旅行者”问题的VC++源代码,对于理解模拟退火算法有很大的帮助!-Simulated annealing algorithm is used to solve the " Urban Traveler" problem VC++ source code, simulated annealing algorithm for the understanding of great help!
Intelligent_Control
- 基于遗传算法的智能控制课程讲义 附带遗传算法的MATLAB程序-Intelligent control based on genetic algorithm with MATLAB program handouts
aaaaa
- 大范围环境下移动机器人同步定位和地图创建研究-Large-scale environment for mobile robot simultaneous localization and map building research
simulated_annealing_algorithm
- 用C++编写的模拟退火算法来求解问题,可以运行,参数可以自己修改-Written in C++, simulated annealing algorithm to solve the problem, you can run, you can make changes to parameters
yuancode
- 主动学习用于遥感图像的最新论文,对应学习主动学习在遥感图像分类有很好的借鉴意义。-Active learning for remote sensing images of the latest papers, correspondence learning active learning in remote sensing image classification have a good reference
AI
- Purpose: This program used for testing source code in * Chapter 5: Introduction to Neural Networks and the Backpropagation Algorithm * Book: AI Application Programming -Purpose: This program used for testing source code in * Chap
NewsRecommend
- 简单的基于用户的协同过滤的实现,基础学习-Simple user-based collaborative filtering implementations based learning
finalmatlab
- 用matlab分类星云文件,使用SVM方法,包括特征提取和分类,有完整的成俗和数据-Category nebula with matlab file using SVM methods, including feature extraction and classification, and data integrity into vulgar
MATLAB_Codes
- MATLAB智能算法30个案例分析的示例源代码(Example source code for 30 case analysis of MATLAB intelligent algorithm)
SHUYOUGUANSHEJI
- 采用结构体及链表来实现神经网络的结构 分为实例结构体、层结构体和网络结构体 数据结构的设计-Reference data structure design, "Artificial Neural Networks" (edited by Rui Ma, Beijing: Mechanical Industry Press, 2010,7) a book Optimized learning algorithm is also reference to the book
TSP_SA
- 本程序为C++编写的TSP经典问题的模拟退火算法-C++ code for TSP in simulated annealing