搜索资源列表
-
0下载:
用BP网络建立映射关系,为遗传算法提供适应度函数,通过改进遗传算法完成最小值优化,the mapped relation is built using BP network in order to provide fitness function for genetic algorithm. At last, optimization of minimum value is finished by genetic algorithm.
-
-
2下载:
matlab格式源代码。功能:利用改进遗传优化算法解决BP神经网络中局部最小问题。,matlab source code format. Function: the use of improved genetic optimization algorithm BP neural network to solve local minimum problems.
-
-
1下载:
微粒群算法[PSO ] 是由Kennedy 和Eberhart等于1995 年开发的一种演化计算技术, 来源于对鸟群捕食过程的模拟。PSO同遗传算法类似,是一种基于叠代的优化工具,但与遗传算法使用遗传操作子进行优化不同,利用群体中各个体之间的“协作”与“竞争”关系,根据自身及其竞争者的飞行经验,调整自己的行为。同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练,模糊系统控制以及其他遗传算法的应用领域。,Particle Swarm Opt
-
-
4下载:
MATLAB最优化计算20例.m文件,包括二次插值,黄金分割,罚函数法,遗传算法,拉格朗日乘子法等,MATLAB Optimization Calculation of 20 cases. M documents, including quadratic interpolation, Golden Section, penalty function method, genetic algorithm, Lagrange multiplier method
-
-
0下载:
-
-
0下载:
简单一元函数优化实例,利用遗传算法计算下面函数的最大值-One dollar a simple example of function optimization using genetic algorithm function below the maximum
-
-
0下载:
关于两个目标函数的,利用matlab遗传算法工具箱的优化程序。-The two objective function, using genetic algorithm matlab optimization toolbox procedures.
-
-
0下载:
遗传优化算法,能够实现自然数域内任意函数的极大值求解,效果很好。这是我的课程实验报告。-Genetic optimization algorithm, to achieve a natural function of the number of arbitrary region of great value to solve, very good. This is my experiment reports courses.
-
-
1下载:
本算法是一种标准遗传算法,应用于函数优化,性能较好。-The algorithm is a standard genetic algorithm, applied to function optimization, performance better.
-
-
1下载:
遗传算法是一种模拟生物进化机制的随机全局优化搜索方法,具有很强的全局优化能力及鲁棒性。遗传算法属于直接搜索法,对适应函数基本无限制,既不要求连续,也不要求函数可微,而且不需要初始信息可以寻求全局最优解克服了单纯形算法初始条件影响大,易陷入局部最小等缺点,操作方便,速度快,不需要复杂的规则,且可用于多目标寻优,在解空间进行高效启发式搜索,可以提高运算速度。-The genetic algorithm is one simulation organic evolution mechanism sto
-
-
0下载:
简单函数优化的遗传算法程序 简单函数优化的遗传算法程序-Simple function of the genetic algorithm optimization process simple function of the genetic algorithm optimization process simple function of the genetic algorithm optimization procedure
-
-
0下载:
利用matlab编写的一些简单函数优化的遗传算法程序~-Matlab prepared to use some simple function of the genetic algorithm optimization process ~
-
-
0下载:
这是改进的遗传算法,在函数优化中,比简单的遗传算法能更好的收敛且精确度更高!-This is the improved genetic algorithms, function optimization in more than a simple genetic algorithm to better convergence and higher accuracy!
-
-
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下载:
遗传算法
求下列函数的最大值
obj(x)=x.*(10-x).*sin(2*pi*x), x\in[0,10].-Optimization problem by genetic algorithm of a function
obj(x)=x.*(10-x).*sin(2*pi*x), x\in[0,10].
-
-
0下载:
基因遗传算法中的一元函数的优化举例,供广大初学之人黏贴使用-Genetic algorithm optimization of unary function example, for the majority of beginners person adhesive used
-
-
0下载:
dejong test function, a test bed for Genetic Algorithm Optimization Problems. This is a standard Test bed used by several authors to test the efficiency of their proposed algorithms.
-
-
0下载:
遗传算法30个基本案例的第一题,我把工具箱也放进了里面,以便更好的运行代码,一元函数的遗传算法优化(Optimization of unary function by genetic algorithm)
-
-
1下载:
在matlab中用遗传算法和非线性规划实现函数寻优(Optimization of function by genetic algorithm in MATLAB)
-
-
1下载:
Matlab 遗传算法(Genetic Algorithm)优化工具箱是基于基本操作及终止条件、二进制和十进制相互转换等操作的综合函数库。其实现步骤包括:通过输入及输出函数求出遗传算法主函数、初始种群的生成函数,采用选择、交叉、变异操作求得基本遗传操作函数。以函数仿真为例,对该函数优化和GA 改进,只需改写函数m 文件形式即可。(The Matlab Genetic Algorithm optimization toolbox is a comprehensive function librar
-