搜索资源列表
qga_2
- 绝对原创的matlab 量子免疫遗传算法。改程序功能是实现求一个函数的最小值。可运行 (又发一遍,说我格式不对,不知有没有成功)-matalab QGA.
yichuansuanfa
- 自编的MATLAB遗传算法代码,用简单遗传算法(Simple Genetic Algorithm or Standard Genetic Algorithm ,SGA)求取函数最大值-Optimizing a function using Simple Genetic Algorithm with elitist preserved
min
- 遗传算法求最小值,根据MATLAB遗传算法求函数的最优值-Genetic algorithms for the minimum
GAFMAX
- 简单的遗传算法求最大值的例子,只需按说明修改目标函数即可-Simple example of the maximum genetic algorithms
yichuanmatlab
- 遗传算法求最小值:求解De Jong函数最小值的matlab程序。-Minimum value of genetic algorithms: Solving De Jong functional minimum matlab program.
GA
- 遗传算法多目标优化的应用举例,求非线性函数最大值。-Multi-objective optimization genetic algorithm application example, the maximum value of nonlinear function.
GA_example
- 遗传算法求最大值最小值问题的一些实例及其matlab实现。-Some examples of matlab genetic algorithms Maximum Minimum problem.
遗传算法程序
- 遗传算法的应用,参数优化,求最值等程序都有
GA
- 用MATLAB基于遗传算法求最大值,此实例可用于人工智能遗传算法参考实例-Genetic algorithms for the maximum
genetic-model
- 使用遗传算法求最优值 带有详细的讲解 并附有测试函数 -The use of genetic algorithms for optimal value with a detailed explanation
Quantum-genetic-algorithms--optimal
- matlab量子遗传算法求最优,其适应度函数可以根据自身实际情况编写求适应度值最高的最优解。-Quantum genetic algorithms for optimal matlab
改进遗传算法求最大值程序
- 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)
GA
- 遗传算法的MATLAB程序,画出收敛曲线,求结果的最大值(Genetic algorithm MATLAB procedures, draw a convergence curve, the results of the maximum value)
4.遗传算法求解最优解最大值项目
- genmain05为运行程序,其余为功能函数,应该将这些文件都放在目录中, 才能正确执行genmain05。本程序可以实现遗传变异求函数最优解,最大值或最小值(Genetic algorithm for maximum value)
基本遗传算法
- 基本遗传算法应用实例。用基本遗传算法求下面函数的最大值。F=x^3-60*x^2+900*x+100,0<=X<=30.个体数目去50,最大进化代数取100,离散精度去0.01,杂交概率取0.9.(Application examples of basic genetic algorithm. Apply the basic genetic algorithm to the maximum of the following functions. F=x^3-60*x^2+900*x+
遗传算法
- 含有约束方程的三个变量求最大值所用的罚函数+遗传算法(Maximum value of genetic algorithm)
遗传算法求最大最小值
- 优化算法-遗传算法求最大最小值,包括全部的过程M文件(Optimization algorithm genetic algorithm for maximum and minimum)
Desktop
- 利用智能算法可以求最值,以及利用小波变换可以求功率(Intelligent algorithm seeks the most value and uses wavelet transform to find power.)
ga
- 遗传算法求函数最大值,初学者学习遗传算法可用,有注释(GA genetic algorithm Solving the maximum function of the function)
GA
- MATLAB中,使用遗传算法(GA算法)求某个函数的最小值,最基础的遗传算法实现(Using genetic algorithm to find the maximum value of function)