搜索资源列表
GA
- 此算法是用遗传算法解决一元函数的最值问题-This algorithm is a function of genetic algorithm to solve the most value of a dollar problem
GA_oneobject
- 基因遗传算法中的一元函数的优化举例,供广大初学之人黏贴使用-Genetic algorithm optimization of unary function example, for the majority of beginners person adhesive used
ga_test
- 基于遗传算法的简单一元函数和多元单峰函数的优化(基于Sheffield的遗传算法工具箱)-A simple genetic algorithm and multi-functions of one variable optimization of a single peak function
200951482GAyh
- 使用matlab求解一元函数最大值问题的代码-Solving functions of one variable maximum
ia
- 基于matlab的免疫克隆算法,求解一元函数的最优解,可直接运行,出图-Matlab-based immune clonal algorithm to solve the optimal solution of functions of one variable, and can be run directly out of Figure
Function-optimization
- 基于遗传算法的一元函数优化,求出函数最大值。-Function based on genetic algorithm optimization function obtained maximum.
mytaylor
- 对任何给定的一元函数在指定点展开为指定阶泰勒多项式,并在指定的区间内画出原函数和其相应的展开式图形-Any given functions of one variable at a specified point expands to specify the order Taylor polynomial, and draw within the specified range of the original function and its corresponding expansion of
GAmatlab
- 基于英国舍费尔德大学开发的遗传算法工具箱函数,遗传算法的简单一元函数优化实例-Developed at the University of British Shefeierde based genetic algorithm toolbox function, genetic algorithm optimization of simple examples unary function
54507899FLch7NNeg2
- 函数逼近的程序是一元函数的逼近,效果不错-function bijin de chengxu
AFSA_fx
- AFSA_fx是用人工鱼群算法(artificial fish swarm algorithm)解决一元函数寻优问题。文件打开后运行AFSA_fx.m文件即可得到结果,代码中有详细注释,方便修改。运行示例已经保存为图片附在压缩包中。-AFSA_fx is (artificial fish swarm algorithm) function is used to solve a dollar AFSA optimization problem. Run AFSA_fx.m file to get
example1
- 一元函数的优化,利用遗传算法计算给定函数的最小值。-A function of the optimization, the genetic algorithm is used to calculate the minimum value of a given function.
youhuashiliyiyuan
- 一元函数优化实例的MATLAB代码,给初学者们入门遗传算法提供帮助-yiyuanhanshu GA youhuashili
NO1
- 对于给定的一元函数 的n+1个节点值 。试用Lagrange公式求其插值多项式或分段二次Lagrange插值多项式-For a given unary function n+1 node values. Try Lagrange polynomial interpolation formula evaluates his or piecewise quadratic Lagrange polynomial interpolation
Data-Fitting
- 提供一元函数插值,样条插值,多项式插值或拟合,曲线拟合等数据拟合源码-Provide one yuan function interpolation, spline interpolation, polynomial interpolation or fitting, curve fitting, etc. Data fitting source
equation-Root
- 提供逆矩阵、多项式的根、一元函数零点等方程求根源码-Provide inverse matrix, polynomial roots, one yuan functions such as zero equation Root Source
xiaoshengjing
- 用小生境遗传算法优化一元函数,包括主程序和各子程序,直接运行出结果。-Using niche genetic algorithm to optimize the function, including the main program and each subroutine, run directly from the results.
classical GA method
- 用基础的遗传算法,对一元函数的极值进行求解计算。(With the basic genetic algorithm, the extremum of the unary function is calculated and solved.)
简单一元函数优化求解
- 用遗传算法求解简单一元函数,求解过程高效可靠,是好多书的例题程序(Solving simple unary function by genetic algorithm)
一元二元函数
- 最近在看智能算法,是特别初期浅显的算法,适合初学者(Recently looked at intelligent algorithms, is particularly early, easy algorithm, suitable for beginners)
粒子群算法在一元函数中的应用
- 该段源代码是基于粒子群算法在一元函数中寻优的应用,可以直观从图形表现出来