搜索资源列表
PolyFitSingle
- //=== === === === === === === = //函数说明 //函数名称:PolyFit //函数功能:最小二乘法曲线拟合 //使用方法:double *x ---- 存放n个数据点的X坐标 // double *y ---- 存放n个数据点的Y坐标 // int n -------- 给定数据点个数 // double *a ---- 返回m-1次拟合多项式的m个系数 // int m -------- 拟合多项式的项数,即拟合多项式的
genetic_algorithm
- 基于求函数f(x,y,z)=xyz*sin(xyz)最大值问题的演示程序-Based on the demand function f (x, y, z) = xyz* sin (xyz) max demo issues
pso
- 程序说明: jblzq.m为基本粒子群程序求函数的最大值 lzq2.m是惯性权重法求函数的最大值 lzq3.m是惯性权重法求函数最小值。当然也可以用lzq2.m实现,在函数前加个负号 lzq4.m是收敛因子法求函数最小值 lzq5.m是带变异的惯性权重法求最大值,变异条件比较简单,变异次数多。还有一种变异是利用各粒的最优位置与全局最优位置的差的平方和,再开根号的值小于某一值最为收敛条件,将在我的报告中叙述 lzq6.m是分层粒子群优化算法,即利用两个粒子群同时进行搜索,一
33753166MYGA0
- 利用遗传算法计算下面函数的最大值。 人工智能的做法。-利用遗传算法计算下面函数的最大值
Genetic-Algorithm_C
- 用C语言编写的遗传算法程序。本示例程序适合用于求解正的最大值问题。 本程序的示例函数是:x[1]^2-x[1]*x[2]+x[3].-With a genetic algorithm written in C language programs. This sample program is suitable for solving the maximum problem. Sample function of this procedure is: x [1] ^ 2-x [1]* x [2]+
pso
- 群微粒算法,本算法用群微粒算法求解目标函数的最大值-Group particle algorithm, the algorithm groups particles with the maximum objective function algorithm
GA
- 遗传算法的代码,已知自变量取值范围,求解函数最大值。-the code of GA
GA_algorithm_of_matlab
- 应用简单遗传算法求取函数的最大值,本文中给出了一个简单的求取最大值的函数。-simple gentetic algorithm to resolution the maximum of the function
GA
- 用遗传算法求取函数的最大值。遗传算法的每一步骤都用子函数的形式给出。适合对遗传算法的入门级选手学习、参考。-Using genetic algorithms to strike a function of the maximum. Each step of the genetic algorithm is given in the form of a subfunction. Suitable for entry-level players genetic algorithm learning,
PSO
- PSO工具,用户只需要定义好自己需要优化的函数(计算最小值或者最大值),并设置好函数自变量的取值范围、每步迭代允许的最大变化量(称为最大速度,Max_V)等,即可自行优化。-PSO tool, users only need to define their own needs optimization function (calculation of minimum or maximum), and set the good function from the range of variable
algorithm
- 采用二进制编码遗传算法求函数最大值,有遗传算法的仿真程序-Genetic algorithms for maximum
PSOA_
- 利用粒子群算法, 求一个二维函数的最大值。-The use of particle swarm algorithm, the maximum value for a two-dimensional function.
An-example-of-GA
- 运用遗传算法求解二元函数的最大值,并且用Qt Creater实现!-an example for GA with Qt
genetic-algorithm-with-vc-
- 本程序试用遗传算法来解决Rosenbrock函数的全局最大值计算问题-The trial program genetic algorithm to solve the problem of global maximum Rosenbrock function calculation
Particle-swarm-optimization
- 粒子群算法是寻找某个最大值,但是我 们工程上用的目标函数往往是求最小值,因此我把程序改成寻找目标函数的最小值了。 如果需要调回来的话,在函数体里面把max() 改为min()-Particle swarm optimization (pso) algorithm is to find a maximum, but me The project with the minimum of the objective function is often, so I change the pr
bee-colony-algirithm-
- 使用MATLAB语言编写的关于人工蜂群算法应用于函数求最大值的程序-Use MATLAB language function on artificial bee colony algorithm is applied to find the maximum value of the program
m-folder
- 应用遗传算法来求得多次遗传之后的二元函数最大值-Application of genetic algorithm to obtain the maximum value of a binary function after multiple genetic
manwandiaodu-PSO
- 群微粒算法:本算法用群微粒算法求目标函数的最大值 //本算法使用步骤 // (1)派生自己的群微粒类,类中必须定义double GetFit(PARTICLE&)方法,用来计算每个微粒的适合度 // (2)生成派生类实例,并在构造函数中指明微粒坐标维数和群体个数 // (2)设置微粒坐标上界数组和下界数组,并用SetXup与SetXdown设置微粒坐标上下界 // (3)用SetVmax方法设置微粒最大速度 // (4)设置可选参数:C1,C2,W和通讯函数 // (
GA
- 用VC++实现,遗传算法求函数的最大值。代码能直接运行,不要调试。(With the vc + + implementation, the genetic algorithm takes the maximum value of the function.The code can run directly, not debugging.)
matlab.rar
- 计算函数最大值,maxf(x)=xsin(10pix)+2(Maximum of computational function)
