搜索资源列表
利用遗传算法求某函数的最大值.zip
- 利用遗传算法求某函数的最大值matlab
delphi遗传
- 关于求最值的delphi遗传算法源码,绝对可以用,调试通过,界面美观,由王小平书上的c代码改编所成,创建了一个ga类,向构造函数输入合适的参数就可以运算!-seek the most value on the delphi genetic algorithm source code can definitely use, debug, beautiful interface, Wang Xiaoping book adaptation
class_code
- 求解线性规划问题,即在一组线性不等式或等式组的约束条件下求某个线性函数的最值问题。-solving linear programming problems in a linear equation group inequalities or the condition of a linear function for the most value problem.
ga_program
- /*y=100*(x1*x1-x2)*(x1*x2-x2)+(1-x1)*(1-x1)其中-2.048<=x1,x2<=2.048作适应度函数求最大适应度即为函数的最大值 */-/ * y = 100 * (x1 * x1 - x2) * (* x2 - x1 - x2) (1-x1) * (1-x) which -2.048
zuiyouhua11
- 最优化问题:变尺度算法求最多元非线性函数的最值问题-optimization problem : Changing the scaling algorithm for the nonlinear function of the value problems
利用遗传算法求某函数的最大值
- 利用遗传算法求某函数的最大值matlab- Asks some function using the heredity algorithm maximum value matlab
delphi遗传
- 关于求最值的delphi遗传算法源码,绝对可以用,调试通过,界面美观,由王小平书上的c代码改编所成,创建了一个ga类,向构造函数输入合适的参数就可以运算!-seek the most value on the delphi genetic algorithm source code can definitely use, debug, beautiful interface, Wang Xiaoping book adaptation
SGA
- 实现单目标函数求最值问题的源码,层次很清楚,适合初学遗传算法者-To achieve a single objective function for the most value problem source, the level is very clear that genetic algorithms are suitable for beginners
Gradient-Descent
- 梯度下降算法示例,二元函数求最值,可直接运行,有注释-Gradient Descent algorithm
danyuan
- 多种群遗传算法的函数优化算法。 复杂二元函数求最值-Function Optimization Algorithm for Multi- population Genetic Algorithm. Complex binary function for the most value
改进遗传算法求最大值程序
- matlab的改进遗传算法求最大值程序,main函数是主函数,其他3个是子函数。具体内容见代码注释(Matlab improved genetic algorithm for maximum value procedures, main function is the primary function, and the other 3 are sub functions. See the code for details)
新建 Microsoft Word 文档
- 运用蚁群算法求函数最值,采取蚁群迭代。根据函数求出最大值(Ant colony algorithm is used to find the function minimum)
遗传算法matlab求最小值
- 利用matlab基于遗传算法求解函数最小值(Using MATLAB to solve minimum function based on genetic algorithm)
genetic
- 实现遗传算法,设置一个函数,利用遗传算法多次迭代求取其近似最值。(Genetic algorithm, set a function, the use of genetic algorithm many iterations to find its approximate maximum.)
作业1
- 在数组中求最大值,调用函数、定义函数 C语言书写(Find the maximum in the array, call the function, define the function)
Q函数
- 采用matlab平台实现该非线性规划问题,采用函数为fmincon命令 fmincon命令的一般参数形式为fmincon(‘fun’,x0,A,b,Aeq,beq,lb,ub,’nonlinearcondition’),其中各个参数含义如下: fun??? 目标函数(以求最小值为目标函数) x0???? 最优解迭代的初始值 A,b ???线性约束不等式A*x<= b Aeq,beq??? 线性约束等式Aeq*x =beq
针对二元函数在矩形区域内求最大值问题
- 针对二元函数在矩形区域内求最大值问题(遗传算法训练)(Aiming at the maximum value problem of two element function in rectangular area)
函数的最大值
- 求一个函数的最大值,利用matlab程序就行编程来实现(Find the maximum value of a function.Programming to implement the matlab program)
带罚函数的自适应粒子群算法.
- 含有约束方程 求最值所用的罚函数+粒子群优化算法(Penalty function + particle swarm optimization algorithm for using the constraint equation to find the maximum value)
GA
- MATLAB中,使用遗传算法(GA算法)求某个函数的最小值,最基础的遗传算法实现(Using genetic algorithm to find the maximum value of function)