资源列表
GA遗传算法
- 遗传算法(Genetic Algorithm)是模拟达尔文的遗传选择和自然淘汰的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法,它是有美国Michigan大学J.Holland教授于1975年首先提出来的,并出版了颇有影响的专著《Adaptation in Natural and Artificial Systems》。(The genetic algorithm (Genetic Algorithm) is a computational model for the sim
POLYFIT
- 自己写的一个函数拟合的算法函数,利用了最小二乘法可以拟合相关函数(Write a function fitting algorithm function, the use of the least squares method can fit the correlation function)
邝斌的ACM模板
- KUANGBIN大神的ACM模板,可以供大家学习的时候参考使用(KUANGBIN great God's ACM template, you can learn to refer to the use of reference)
8PuzzleSolver
- JAVA code for 8puzzle solver
A Solution to TSP with GA
- 利用遗传算法解决最短路径问题(商旅问题)(Using genetic algorithm to solve the shortest path problem (business travel problem))
floyd算法
- floyd算法检测图的最短路径(包含最短路径值和最短路径经过的所有节点)(Floyd algorithm to detect the shortest path of graph)
多维极值问题
- 算法,遗传算法,主要用于多维极值的共轭梯度法,非常方便好用(Algorithm, genetic algorithm, conjugate gradient method, which is mainly used for multi-dimensional extreme value, is very convenient and easy to use)
学习OpenCV中文版.pdf.tar
- 学习OpenCV中文版(Learn OpenCV)
sa
- 模拟退火算法实现工作指派问题求最优解,c++实现(Simulated annealing algorithm to achieve the work of the assignment problem for the optimal solution, c ++ implementation)
polynomial
- 求解拉格朗日插值多项式、牛顿插值多项式、分段插值多项式,并能求出插值点的值。(The Lagrange interpolation polynomial, Newton interpolation polynomial and piecewise interpolation polynomial are solved, and the value of interpolation point can be calculated.)
bubble
- 对串行输入的数据,进行排序。结束后串行输出。(Sort the serial input data. Serial output after completion.)
k-means
- k-means以空间中k个点为中心进行聚类,对最靠近他们的对象归类 c++实现代码(C++ implementation code of k-means)