当前位置:
首页
资源下载

搜索资源 - optimization functions using genetic algorithm
搜索资源列表
-
0下载:
This a demonstration of how to find a minimum of a non-smooth
objective function using the Genetic Algorithm (GA) function in the
Genetic Algorithm and Direct Search Toolbox. Traditional derivative-based
optimization methods, like those foun
-
-
0下载:
本程序用来实现对非线性函数求解优化程序的主要算法采用遗传算法实现-This procedure is used to achieve non-linear functions to solve optimization procedure using genetic algorithm main algorithms
-
-
0下载:
This an implementation of Particle Swarm Optimization algorithm using
the same syntax as the Genetic Algorithm Toolbox, with some additional
options specific to PSO. Allows code-reusability when trying different
population-based optimization al
-
-
0下载:
使用基本遗传算法(GA)对函数进进行最优化的C语言源程序可直接使用。
-Using the basic genetic algorithm (GA) optimization functions into C language source code can be used directly.
-
-
1下载:
3元简单函数优化的遗传算法程序,利用遗传算法求三元函数的最优值,包括主程序、初始化、交叉、变异、选择等子程序,方便自己修改,并且包含图像分析。-A simple function of the genetic algorithm optimization procedures, the optimal value of ternary functions using genetic algorithms, including the subroutine of the main program,
-
-
0下载:
设每位同学自己的学号为n,采用遗传算法求解下面优化问题:
min f(x1,x2)=(4-2.1*x1^2+(x1^4)/3)*x1^2+x1*x2+(-4+4*x2^2)*x2^2+n-20111369
s.t. -3<x1<3 -2<x2<2
函数 为六峰值驼背函数(Six-hump Camel Back Function),要求如下:
(i)mesh()为Matlab中常用的画图函数,请查阅相关书籍或help,掌握mesh用法
-
-
0下载:
利用Matlab来对函数进行优化,遗传算法具有较好的优化性能,针对一些简单函数,用遗传算法进行优化设计程序-To optimize the use of Matlab function, genetic algorithm has better optimize performance for some simple functions, using genetic algorithms to optimize the design process. . . .
-