搜索资源列表
matlab(GA)2
- matlab遗传算法工具箱函数及实例讲解2 【问题】在-5<=Xi<=5,i=1,2区间内,求解 f(x1,x2)=-20*exp(-0.2*sqrt(0.5*(x1.^2+x2.^2)))-exp(0.5*(cos(2*pi*x1)+cos(2*pi*x2)))+22.71282的最小值。
qga_2
- 绝对原创的matlab 量子免疫遗传算法。改程序功能是实现求一个函数的最小值。可运行 (又发一遍,说我格式不对,不知有没有成功)-matalab QGA.
045090071
- 基于MATLAB的遗传算法求解函数的最小值-MATLAB-based genetic algorithm for solving the minimum value of the function
GA_OPT
- 利用matlab实现遗传算法的求函数最大值最小值问题-Using genetic algorithm for matlab function to achieve maximum minimum problem
min
- 遗传算法求最小值,根据MATLAB遗传算法求函数的最优值-Genetic algorithms for the minimum
yichuanmatlab
- 遗传算法求最小值:求解De Jong函数最小值的matlab程序。-Minimum value of genetic algorithms: Solving De Jong functional minimum matlab program.
Genetic-Algorithm
- 基于遗传算法原理,利用matlab编程,求函数最小值-matlab program for GA, which can be used to obtain minimum value
GaTest
- 简单的遗传算法,解决优化问题,求解函数最大、小值问题(Simple genetic algorithm, to solve the optimization problem, solving the maximum function, small value problem)
GA
- MATLAB中,使用遗传算法(GA算法)求某个函数的最小值,最基础的遗传算法实现(Using genetic algorithm to find the maximum value of function)