搜索资源列表
ga_test
- 基于遗传算法的简单一元函数和多元单峰函数的优化(基于Sheffield的遗传算法工具箱)-A simple genetic algorithm and multi-functions of one variable optimization of a single peak function
Shubert
- 多元多峰函数优化实例的遗传算法的matlab源程序-Diverse multi-modal function optimization instance of a genetic algorithm matlab source
MATLAB-Optimization
- 主要描述Matlab优化实例。主要包括线性规划问题、foptions函数、非线性规划问题、“半无限”有约束的多元函数最优解、极小化极大(Minmax)问题、多目标规划问题、最小二乘最优问题和非线性方程(组)求解。-The main descr iption Matlab optimization instance. Mainly include linear programming problem, function foptions, nonlinear programming problem
GA1
- 一个使用遗传算法对多元函数优化的实例,带演示-A multivariate function using genetic algorithm optimization instance, with presentations
isxmmxme
- 有较好的参考价值,包括广义互相关函数GCC时延估计,多元数据分析的主分量分析投影,正确率可以达到98%,包含优化类的几个简单示例程序,仿真图是速度、距离、幅度三维图像。-There are good reference value, Including the generalized cross-correlation function GCC time delay estimation, Principal component analysis of multivariate data ana
meng
- 多元单峰值函数的优化问题,采用的是遗传算法进行编程。-Multiple single-peak function optimization problem, using the genetic algorithm programming.
ru
- 多元多峰值函数的优化问题,采用的是遗传算法进行编程。-Multivariate optimization of multimodal function, using the genetic algorithm programming.
yichuansuanfa
- 本压缩包给出了两个具体的例子来介绍遗传算法工具箱的使用,第一个是简单的一元函数优化,第二个是多元函数优化,并给出了两种情况的种群优化的进化图,希望对大家有帮助!-The compressed package gives two specific examples to introduce the use of genetic algorithm toolbox, the first is the simple one yuan function optimization, the second
有约束条件多元变量函数最小值解法
- 1.多元变量是有约束条件的 2.适合 计划生产盈利最大 的模式求解,以此在论文上可用 3.最大值解法可转化为求解最小值算法,非常容易(Multivariate variables are constrained)
GA_method
- 基于GA遗传算法工具箱的调用,用于多元函数的优化问题(Based on the call of the GA genetic algorithm toolbox, it is used for the optimization of multiple functions)
遗传算法多元函数优化
- 对于多元函数的求解,这里以用遗传算法进行求解,并给出了遗传算法的完整程序