搜索资源列表
RMD_PSO
- 通过一种粒子群最佳化策略搜寻函数的全局最小值-Through a particle swarm optimization strategy for the search function of the overall minimum
c
- 罚函数方法是求解约束(极小)优化问题的一类较好的算法。其基本思想:根据约束的特点构造某种惩罚函数,并把惩罚函数添加到目标函数上去,从而得到一个增广目标函数,使约束优化问题的求解转化为一系列无约束极小优化问题的求解。-Penalty function method for solving constrained (minimum) optimization problem of a class of better algorithms. The basic idea: In accordance
Classification_LS_SVMlab4cv1
- 最小支持向量机中BRF核函数来解决实际分类问题-BRF minimum support vector machine classification of kernel function to solve real problems
20100607
- 用于求解一个二元函数最小值,结果给出了最小点和最小值-Dual function for solving a minimum, results show the minimum point and minimum
zuobiaolunhuanfa
- 坐标轮换法.坐标轮换法是求函数最小值的最有效的方法之一。-Coordinate rotation method.This method is used to work out the minimum number of an function.It turns out to be one of the fastest way to finish it.
extrema
- 用c语言编写了matlab中的extrema函数~ 功能 输出一个离散信号的极大值,极小值及其他们的位置~-C language extrema in matlab function to function great value, minimum value of output a discrete signal their location ~
function
- 实现数组的逆置,排序,寻找最小值等功能,c++程序,都十分简单适合初学者。-The inverse array set, sort, find the minimum functions, c++ program, very simple for beginners.
youhuachengxu
- 运用共轭梯度法和复合型法求函数的最小值,可以优化用-Can be optimized with the use of the conjugate gradient method and Method composite function of the minimum
kmeans
- 利用k-means算法进行聚类,K-means算法以欧式距离作为相似度测度,它是求对应某一初始聚类中心向量V最有分类,使得评价指标J最小。算法采用误差平方和准则函数作为聚类准则函数。-Algorithm using k-means clustering, K-means algorithm Euclidean distance as a similarity measure, it is the pursuit of the vector V corresponding to a initial
PSO
- 粒子群优化算法:利用CSharp软件,求得目标函数的最小值-Particle Swarm Optimization: using CSharp software to obtain the minimum value of the objective function
Powell
- 鲍威尔方法是鲍威尔于1964年提出的,以后又经过他本人的改进。该方法是一种有效的共轭梯度方向法,它可以在有限步内找到二次函数的极小点。对于非二次函数只要具有连续的二阶导数,用这种方法也是有效的。-Powell method is proposed in 1964, and later through his own improvements. This method is an effective method of conjugate gradient direction, it can fi
zuixiaofeiyongzuidaliu
- 该程序使用VC编写的,其主要是实现ACM最小费用最大流的功能。-The program uses the VC, and its main function is to achieve minimum cost maximum flow of ACM.
jmMixing
- 利用Csharp编程语言实现某些常用的空间分析算法,要求具备基本的图文功能界面,所有实验均集成在同一系统中,要求实现如下功能 1.曲线抽样算法的实现 要求采用2种不同的算法进行曲线抽样,并分别对抽样的效果进行评价和比较。 2.离散点群空间分布参数的计算 要求计算空间点群的各种空间分布参数,如分布密度、各种分布中心、分布轴线、离散度等。 3.曲线插值与光滑算法的实现 要求利用任意两种不同的插值算法实现曲线的插值与光滑,并进行对比分析。 4.膨胀系数的计算与最小凸包的
cPP109
- 通过两个类,求三个数的最大数和最小数,通过友元函数,将最大数和最小数输出-Through two class, find the minimum and maximum number of three.Output the minimum and maximum numbers by a friend function.
greedy
- 1)编程实现背包问题贪心算法和最小生成树prim算法。通过具体算法理解如何通过局部最优实现全局最优,并验证算法的时间复杂性。 2)输入5个的图的邻接矩阵,程序加入统计prim算法访问图的节点数和边数的语句。 3) 将统计数与复杂性函数所计算的比较次数比较,用表格列出比较结果,给出文字分析。 4)背包问题的实验数据如下表:n=8,m=110 -1) programming to implement the knapsack problem greedy algorithm and