资源列表
gezhongyouhuasuanfajiejueTSP
- 用各种人工智能求解TSP问题的matlab源程序-TSP with a variety of artificial intelligence problem solving matlab source
tsp
- 通过神经网络,蚁群算法,遗传算法等智能优化方法解决TSP问题
pso
- pso基本算法,简单易懂,有明确的注释,迭代快。-pso algorithm, easy to understand, there are notes, iterative fast.
lianghua
- 上下文量化,对移动用户偏好有影响的上下文,例如时间,位置等上下文因素进行量化处理-Quantizing the context of the mobile user preferences that affect the context, such as time, location, and other contextual factors quantization
DBSCANCode
- DBSCAN源代码,是一种典型的基于密度的聚类算法-DBSCAN source code, is a typical example of the density-based clustering algorithm
ant_colony_optimization
- 基于人工智能的蚁群算法,是一种重要的启发式算法。希望能够帮助到有需要的人!-Ant colony algorithm based on artificial intelligence, is an important heuristic algorithm. Hope to help the needy people!
GA-optimize--NN
- 代码是为一个19输入变量,1个输出变量情况下的非线性回归而设计的,如果要应用于其它情况,只需改动编解码函数即可。-Code is a 19 input variables, a case of output variables in nonlinear regression and design, if used in other cases, simply encoding and decoding functions can be changed.
YH
- 利用三角形单元来解决各节点位移u、v和应力σ_x、σ_y和σ_xy。其中材料厚度h 1,材料为各项同性,杨氏模量为E 1,泊松比v 0,-The nodal displacements u, v and stresses σ_x, σ_y and σ_xy are solved by triangular elements. Where the material thickness h 1, the material is homogeneous, the Young s modulus i
Genetic-Algorithm-for-Minimum-SpanningTree
- 使用遗传算法求解最小生成树的编码,C++环境-Genetic Algorithm for Minimum Spanning Tree
AStar
- this a source code to solve TSP problem with obstacle in warehouse. the distance between nodes is calculated by A* algorithm and SA algorithm within the source code returns the sequence which is best sequence. how to use the code:: First you n
AlphaBetaSearch
- alpha-beta算法的简单实现,其中的博弈树需要自己构造-simple implementation of alpha-beta algorithm, which the game tree needs its own structure
knn
- knn算法是数据挖掘中的一个常用算法。改算法能够实现分类和聚类。这个程序是KNN算法的一个演示程序,希望对数据挖掘的学习有所帮助。
