搜索资源列表
mathmodel
- 这是一个好的建模学习资料,赶快下载吧, 数学建模十大算法 ( 包含:蒙特卡罗算法、数据拟合、参数估计、 插值等数据处理算法、线性规划、整数规划、多元规划、二次规划等规划类问题、 图论算法、动态规划、回溯搜索、分治算法、分支定界等计算机算法、 最优化理论的三大非经典算法:模拟退火法、神经网络、遗传算法、 网格算法和穷举法、一些连续离散化方法、数值分析算法、图象处理算法)-This a good model to study the information, downloa
GA-min
- 遗传算法进行优化求多元函数 (Griewank Function)最小解问题-genetic algorithm optimization for multi-function (Griewank Function) Minimum solutions to the problems
yichuansuanfaGA
- 遗传算法求最大值(任意多元高阶次寻优),在vc++平台下开发
gatbx-example1
- 一元函数,多元单峰,多元多峰函数的matalab遗传算法优化实例
work
- 根据解空间的维数可以将优化问题分为一维空间优化和多元优化问题。本程序以求函数:f(x)=x+10*sin(5x)+7*cos(4x),0=<x<=9为例说明遗传算法的源程序
optimization_cases_using_GA
- 运用遗传算法进行多元多峰函数优化,多目标问题优化!有案例!可以运行!-using Genetic Algorithm to test multi-peak function and multi-objective function.
smthga
- 很程式化的标准遗传算法程序,用以求解多元函数的极值-Very stylized standard genetic algorithm procedure to solve the multi-function extremum
SGA_C
- 该代码是遗传算法实现多元函数的最值问题,通过实数编码方法实现简单易懂-The genetic algorithm code is directed at the problem of multivariate function
ga_test
- 基于遗传算法的简单一元函数和多元单峰函数的优化(基于Sheffield的遗传算法工具箱)-A simple genetic algorithm and multi-functions of one variable optimization of a single peak function
11111
- 进化算法用于多元回归分析,遗传算法结合多元回归分析,比较新颖的方法,有详细代码,欢迎大家下载~-Evolutionary algorithm for multiple regression analysis, genetic algorithm combined with multiple regression analysis, a relatively new approach, a detailed code, welcome to download ~
GA2
- 遗传算法求解多元函数优化问题,利用遗传算法经过50代左右求得函数的最优解。-Genetic algorithm for multi-function optimization problems using genetic algorithms to obtain the optimal solution of the function after about 50 generations.
GA
- GA拟合多元函数,实现函函数的拟合。遗传算法在拟合复杂函数具有很好的效果。残差小。(GA fitting multivariate functions, the realization of the function of the fitting. The genetic algorithm has a good effect in fitting complex functions. Small residual.)
matlab编程实例100例
- 经典遗传算法,是三元方程为例的遗传算法,可以自行修改成4元或者更多元(Classical genetic algorithm)
遗传算法
- 使用遗传算法求解多元函数最值,希望要用到的同学能有所帮助(Genetic algorithm is used to solve the maximum value of multivariate function)
遗传算法实例
- Matlab遗传算法实例,可实现一元多峰函数优化、多元单峰函数优化、多元多峰函数优化,多目标优化(Example of Matlab genetic algorithm. It can realize one variable multimodal function optimization, multiple variable function optimization, multivariate multimodal function optimization, multi-objectiv
遗传算法基础
- 遗传算法工具箱,介绍一元函数优化及多元函数优化,应用遗传算法工具箱进行计算。(Introduce the unary function optimization and genetic algorithm toolbox, multivariate function optimization, application of genetic algorithm toolbox to calculate.)
遗传算法示例
- 基于遗传算法的多元函数寻优算法的matlab代码实现。(Multiple function optimization algorithm based on genetic algorithm)
GA
- 使用遗传算法求解有限制的多元函数的最优解(Using genetic algorithm to solve the optimal solution of restricted multivariate functions)
程序
- 基于谢菲尔德大学遗传算法工具箱,采用遗传算法计算多元函数最小值实例(Calculation of minimum value of multivariate function by genetic algorithm)
遗传算法多元函数优化
- 对于多元函数的求解,这里以用遗传算法进行求解,并给出了遗传算法的完整程序