搜索资源列表
pid
- 人工智能(模糊在自动控制的应用)电动机控制中的简单遗传算法PID参数优化-Artificial intelligence (fuzzy in Automatic Control) motor control in the simple genetic algorithm optimization of PID parameters
matlabTSP
- matlab实现的TSP遗传算法 简单易懂-matlab ralision the TSP based on GA
ga
- 遗传算法GA算法程序。用matlab编写的ga工具箱,简单实用。-GA procedures. Using Matlab toolbox prepared by the ga, simple and practical.-GA
MATLAB
- 有关遗传算法的一个简单问题的C语言程序源代码-The C language source code for a simple genetic algorithm
PPR
- 有关投影寻踪回归的matlab编程,其中运用了遗传算法对其参数进行优化,实现起来比较简单-The projection pursuit regression matlab programming, including the use of a genetic algorithm to optimize its parameters, simple realization
matlab
- 三个遗传算法matlab程序实例,通过对三种典型的遗传算法进行代码实现,可以简单明了的认识遗传算法-Three genetic algorithm living example of matlab code
yichuan
- matlab程序,用遗传算法解决八皇后的问题。不用添加工具箱即可运行。其中yichuan.m是主程序。算法简单易懂。-matlab program, using genetic algorithms to solve the eight queens problem. Do not add Toolbox to run. Where yichuan.m is the main program. The algorithm is simple and easy to understand.
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
AdapGA
- 自适应遗传算法matlab程序,弥补简单遗传算法的不足-adaptive GA which compromise the weakness of the normal GA.
NP-hard-problem
- matlab模拟退火算法,处理背包问题,相比较与遗传算法模拟退火原理简单,编译容易-matlab simulated annealing algorithm to handle the knapsack problem, compared with the genetic simulated annealing algorithm is simple, easy to compile
GeneticAlgorithm
- 基于matlab的遗传算法的一个简单实现,求解函数最大值。-A Genetic Algorithm programmed by matlab to calculte the max value of a function.
jaopou_v39
- 包含优化类的几个简单示例程序,包括脚本文件和函数文件形式,用MATLAB编写的遗传算法路径规划。- Optimization class contains several simple sample programs, Including scr ipt files and function files in the form, Genetic algorithms using MATLAB path planning.
MATLAB_GA
- 利用MATLAB学习遗传算法,实用,简单-Using MATLAB to learn genetic algorithm, practical and simple
spelificatiozqhlgorithm
- 遗传算法的matlab语言程序,包括算法说明,和简单的应用,(Matlab programming language of genetic algorithm, including algorithm specification, and the simple application,)
tsp问题--遗传算法
- 帮助解决简单的tsp问题,随机生成50个城市的坐标,找寻最短路径(help learn matlab tsp problem)
BAS代码
- 天牛须搜索( beetle antennae search,BAS) 算法是2017 年提出的一种基于天牛觅食原理的适用于多目标函数优化的新技术,其生物原理为: 当天牛觅食时,其并不知道食物在哪里,而是根据食物气味的强弱来觅食。天牛有两只长触角,如果左边触角收到的气味强度比右边大,那下一步天牛就会向左边飞,反之则向右飞。依据这一简单原理天牛就可以有效找到食物。与遗传算法、粒子群算法等类似,BAS 不需要知道函数的具体形式以及梯度信息,就可以自动实现寻优过程,且其个体仅为一个,寻优速度显著提高。(