搜索资源列表
EP
- 这是一个小生境进化算法程序,其目的是求解一个函数,希望能同过站长的审核-This is a niche evolutionary algorithm, with the aim of solving a function, with the hope to head off audit
gpml-matlab
- 图像识别的matlab程序,其中包含EP,EM-EP算法等。很有参考价值。
EP
- 这是一个小生境进化算法程序,其目的是求解一个函数,希望能同过站长的审核-This is a niche evolutionary algorithm, with the aim of solving a function, with the hope to head off audit
BLS-GSM_Denoising
- 现在在所有图像去噪滤波中最较理想的去噪算法——Bayesian Least Squares - Gaussian Scale Mixture的matlab实现代码,应用丰富,与商用图像处理软件媲美,其原理可以参见J Portilla, V Strela, M Wainwright, E P Simoncelli, "Image Denoising using Scale Mixtures of Gaussians in the Wa
gpml-matlab
- 图像识别的matlab程序,其中包含EP,EM-EP算法等。很有参考价值。-Matlab image recognition process, which includes EP, EM-EP algorithm. Useful reference value.
EP
- EP算法是机器学习中一种重要的算法,主要用来求两个向量间的核函数。-EP algorithm is an important machine learning algorithms, the main vector for the order between the two nuclear function.
Floyd-Matlab
- floyd算法的matlab程序 floyd-最短路问题 输入: B-邻接矩阵(bij),指i到j之间的距离,可以是有向的。 sp- 起点标号。 ep- 终点标号。 输出: d- 最短路的距离。 path-最短路的路径。-floyd algorithm matlab program floyd-shortest path problem Input: B-adjacency matr
EP-for-CuttingStock-with-conguiltyi
- 用 evolutionary programming 写的关于 cuttingstock 的算法。-The evolutionary programming write cuttingstock algorithm.
floyd
- MATLAB最短路径,最基础的计算网络最短路径的算法 floyd - 最短路问题 Syntax: [d,path]=floyd(a,sp,ep) -MATLAB shortest path, the most basic computing network shortest path algorithm
EP
- 简单的进化规划算法(EP),用于理解该类算法的思想。-Simple evolutionary programming algorithm (EP)
回复:程序设计要求
- 进化规划算法的运行代码,主要完成对目标的寻优,(Evolutionary programming algorithm running code, mainly to achieve the goal of optimization,)