搜索资源列表
自适应算法matlab程序
- 此程序是遗传算法的改进,通过改进变异和交换概率达到全局最优解!
遗传算法工具箱源程序
- 本程序为遗传算法源代码,可用来解决一系列工程问题,如电力系统机组组合、经济调度等。
Matlab遗传算法改进程序
- 遗传算法(Genetic Algorithm)是一类借鉴生物界的进化规律(适者生存,优胜劣汰遗传机制)演化而来的随机化搜索方法。它是由美国的J.Holland教授1975年首先提出,其主要特点是直接对结构对象进行操作,不存在求导和函数连续性的限定;具有内在的隐并行性和更好的全局寻优能力;采用概率化的寻优方法,能自动获取和指导优化的搜索空间,自适应地调整搜索方向,不需要确定的规则。遗传算法的这些性质,已被人们广泛地应用于组合优化、机器学习、信号处理、自适应控制和人工生命等领域。它是现代有关智能计算
matlab遗传算法的程序-主函数 T_youhua.rar
- matlab遗传算法的程序-主函数 T_youhua.rar
matlab编写的遗传算法程序
- matlab编写的遗传算法程序
GASVM.用遗传算法进行特征选取和svm参数优化的程序
- 用遗传算法进行特征选取和svm参数优化的程序。遗传算法工具箱goat已在压缩包 需要安装libsvm就可以直接运行。数据集采用UCI中的german数据集,并完成归一化操作,Genetic algorithm with feature selection and parameter optimization svm procedures. Genetic Algorithm Toolbox in goat need to install libsvm package can be run dir
gapls.rar
- 遗传算法与PLS结合的程序,用于变量筛选,解决变量过多的组合优化问题。,Genetic Algorithms and PLS combined procedures for variable selection, too many variables to solve combinatorial optimization problem.
NSGAII.rar
- 实现遗传算法(GA)的多目标优化算法:NSGA-II的MATLAB程序,The realization of genetic algorithms (GA) of the multi-objective optimization algorithm: NSGA-II of the MATLAB program
GA
- matlab编写的遗传算法优化程序,采用随机配对交叉,多点交叉,两点交叉,编译对目标函数进行优化-matlab genetic algorithm to optimize the preparation procedures, using a random cross-matching, multi-point crossover, two cross-cutting, the compiler of the objective function to optimize
GeneticAlgorithm
- 遗传算法matlab程序,程序在函数全局寻优中应用.-Genetic Algorithmmatlab
Job-shop-MATLAB
- 用matlab编写的车间作业调度的遗传算法程序-Written by matlab genetic algorithm for job shop scheduling procedures
matlab遗传算法程序
- 遗传算法编程文件,可在matlab中运行,可用作新手变成练习。(Genetic algorithm programming file)
chap8(遗传算法和粒子群算法)
- 遗传算法流程以及几种应用场景,matlab原程序代码及mat文件(Genetic algorithm process and several application scenarios, matlab original program code and mat files)
遗传算法改进的神经网络程序
- 自己整理网上的遗传算法改进的神经网络,matlab实现,主要应用于数据函数逼近拟合,网上的一般无法运行。这个可以运行。(The neural network improved by the genetic algorithm on the Internet, matlab implementation, mainly applied to the data function approximation fitting, the network is generally unable to run
matlab
- 基于matlab的BP神经网络训练程序,采用遗传算法优化权值阀值,(Optimization of genetic algorithm for matlab BP neural network)
用MATLAB实现遗传算法程序
- 遗传算法程序,内有相关ppt与例子讲解及源代码(tool of genetic algorithm)
程序
- 二次搜索 优化自动驾驶路径参数 遗传算法 优化自动驾驶路径参数 遗传算法 对倒车位置进行分区(2rd search optimization of autopilot path parameters Optimization of autopilot path parameters by genetic algorithm Genetic algorithm partition the position of reversing)
matlab遗传算法程序
- 基于遗传算法的机器人路径规划MATLAB源代码,通过避障并寻找最优路径。(The MATLAB source code of robot path planning based on genetic algorithm is adopted to avoid obstacles and find the optimal path.)
基于Matlab的函数优化遗传算法程序
- 这是基于Matlab的函数优化遗传算法程序(This is based on Matlab's function optimization genetic algorithm program.)
经典遗传算法
- 本遗传算法为经典遗传算法matlab程序,内部还含有调用遗传算法工具箱的程序。如有问题欢迎咨询