搜索资源列表
qiujie_eryuandanmubiao
- matlab遗传算法求二元函数最大值的单目标优化问题-ga of single optimise
gaot
- 遗传算法工具箱函数,大家用遗传算法的可以下一下!-Genetic Algorithm Toolbox function, we can use genetic algorithm under the click!
Matlab-GA
- 用matlab编程的遗传算法,适应于目标函数为求最大值,且解非负整数解-Matlab programming using genetic algorithm, adapted to the objective function for the sake of maximum, and solution of non-negative integer solutions
moea
- matlab遗传算法多目标优化,双目标函数优化-matlab genetic algorithm for multi-objective optimization, dual-objective optimization
matlab-GA
- 遗传算法的程序开头,二进制编码函数部分。-GA matlab
Genetic-algorithm(matlab)
- 基于matlab上的rosenbrock函数用遗传算法求解最优解的三个典型程序。-Based matlab on rosenbrock function using genetic algorithms to solve the optimal solution of the three typical program.
MATLAB
- 简要阐述了遗传算法的基本原理,探讨了在MATLAB 环境中实现遗传算法各算子的编程方法, 并以一个简单的实例说明所编程序在函数全局寻优中的应用。-Briefly describes the basic principles of genetic algorithms discussed in the MATLAB environment to achieve each operator genetic algorithm programming methods, and a simple e
matlab--ga
- 采用遗传算法求最小值,比较实用,经过多个测试函数测试-Using genetic algorithms for the minimum
Rastrigin-Matlab
- 遗传算法,Rastrigin 函数,清晰明确,认真仔细,希望快点上传,-Genetic algorithms, Rastrigin function,Clear, carefully, hoping upload,
MATLAB-genetic-algorithm
- MATLAB遗传算法程序,主要用来求函数的极大值,可以修改后做其他的遗传算法方面的仿真-MATLAB genetic algorithm, the main function is to seek maximum value, after the simulation can be modified to do other aspects of genetic algorithms
MATLAB-ga
- matlab经典遗传算法GGA求解一元函数优化问题-Matlab genetic algorithm optimization of one element function
092092
- 求解函数最大值的遗传算法Matlab源代码 不错的 很好-To solve the maximum function of genetic algorithm Matlab source code is good is very good
遗传算法matlab求最小值
- 利用matlab基于遗传算法求解函数最小值(Using MATLAB to solve minimum function based on genetic algorithm)
MATLAB遗传算法
- 遗传算法和非线性规划的函数寻优,BP神经网络优化(Genetic algorithm and nonlinear programming function optimization, BP neural network optimization)
yichuansaunfa程序
- 遗传算法优化程序,计算目标函数最小值,只需修改目标函数和种群初始化参数(Genetic algorithm optimization procedures to calculate the minimum objective function)
DeJong遗传算法
- 测试函数,matlab平台下的测试函数DeJong,对于用来遗传等智能算法的性能非常有用.(Test function, matlab platform under the test function DeJong, used for genetic and other intelligent algorithm performance is very useful.)
genetic
- 谢菲尔德遗传工具箱matlab代码,安装这个工具箱之后,其函数才能使用(Sheffield genetic toolbox matlab code, the installation of the toolbox, the function can use)
遗传算法实例
- Matlab遗传算法实例,可实现一元多峰函数优化、多元单峰函数优化、多元多峰函数优化,多目标优化(Example of Matlab genetic algorithm. It can realize one variable multimodal function optimization, multiple variable function optimization, multivariate multimodal function optimization, multi-objectiv
源代码
- 1 基于遗传算法的TSP算法(王辉) 2 基于遗传算法和非线性规划的函数寻优算法(史峰) 3 基于遗传算法的BP神经网络优化算法(王辉) 4 设菲尔德大学的MATLAB遗传算法工具箱(王辉) 5 基于遗传算法的LQR控制优化算法(胡斐)(1 TSP algorithm based on genetic algorithm (Wang Hui) 2 Function optimization algorithm based on genetic algorithm and non
BAS代码
- 天牛须搜索( beetle antennae search,BAS) 算法是2017 年提出的一种基于天牛觅食原理的适用于多目标函数优化的新技术,其生物原理为: 当天牛觅食时,其并不知道食物在哪里,而是根据食物气味的强弱来觅食。天牛有两只长触角,如果左边触角收到的气味强度比右边大,那下一步天牛就会向左边飞,反之则向右飞。依据这一简单原理天牛就可以有效找到食物。与遗传算法、粒子群算法等类似,BAS 不需要知道函数的具体形式以及梯度信息,就可以自动实现寻优过程,且其个体仅为一个,寻优速度显著提高。(