搜索资源列表
遗传算法工具箱源程序
- 本程序为遗传算法源代码,可用来解决一系列工程问题,如电力系统机组组合、经济调度等。
Matlab遗传算法改进程序
- 遗传算法(Genetic Algorithm)是一类借鉴生物界的进化规律(适者生存,优胜劣汰遗传机制)演化而来的随机化搜索方法。它是由美国的J.Holland教授1975年首先提出,其主要特点是直接对结构对象进行操作,不存在求导和函数连续性的限定;具有内在的隐并行性和更好的全局寻优能力;采用概率化的寻优方法,能自动获取和指导优化的搜索空间,自适应地调整搜索方向,不需要确定的规则。遗传算法的这些性质,已被人们广泛地应用于组合优化、机器学习、信号处理、自适应控制和人工生命等领域。它是现代有关智能计算
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
fourparametersoptimizationbySG
- 对4个参数优化的基本遗传算法程序,应用面很广!,it is an optimization program for four parameters using simple genetic algorithm! it is useful!
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
混沌遗传算法_by 王孝强
- 遗传算法工具,混沌-Tool for genetic algorithm, chaos
遗传算法及其在函数优化问题中的应用研究 (2)
- 遗传算法在函数优化中的作用,解释了遗传算法的可行性。。。。。(Application of genetic algorithm in sparse matrix)
Matlab十大算法源代码
- Floyd算法,概率算法,类比法,蒙特卡洛,神经网络,贪婪算法,模拟退火算法,灰色预测,遗传算法等(Floyd algorithm, probability algorithm, analogy method, Monte Carlo, neural network, greedy algorithm, simulated annealing algorithm, grey prediction, genetic algorithm, etc.)
matlab遗传算法程序
- 遗传算法编程文件,可在matlab中运行,可用作新手变成练习。(Genetic algorithm programming file)
遗传算法优化BP神经网络——非线性函数拟合
- 遗传算法优化 BP 神经网络分为 BP 神经网络结构确定、遗传算法优化和 BP 神经网络预 测 3 个部分。 BP 神经网络预测用遗传算法得到最优个体对网络初始权值和阔值赋值,网络经训练后预测函数输出。(Genetic algorithm optimization BP neural network is divided into 3 parts: BP neural network structure determination, genetic algorithm optimization
用遗传算法优化BP神经网络的Matlab编程实例
- 用遗传算法优化BP神经网络的Matlab编程实例,非常实用(BP neural network optimization using genetic algorithm Matlab programming examples, very practical)
chap8(遗传算法和粒子群算法)
- 遗传算法流程以及几种应用场景,matlab原程序代码及mat文件(Genetic algorithm process and several application scenarios, matlab original program code and mat files)
遗传算法与粗糙集的简单实现
- 简答的实现了粗糙集理论与遗传算法,非原创(The simple realization of the theory of rough set and genetic algorithm, non original)
Sheffield大学Matlab遗传算法工具箱
- 谢菲尔德大学的有关遗传算法的工具箱,用于遗传算法的学习(A toolbox for genetic algorithms at the University of Sheffield for genetic algorithm learning)
遗传算法
- 遗传算法解决TSP,采用matlab语言编程,利用遗传算法解决TSP问题。(The genetic algorithm solves the TSP, uses the MATLAB language programming, and uses the genetic algorithm to solve the TSP problem.)
遗传算法改进的神经网络程序
- 自己整理网上的遗传算法改进的神经网络,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实现遗传算法程序
- 遗传算法程序,内有相关ppt与例子讲解及源代码(tool of genetic algorithm)
matlab遗传算法程序
- 基于遗传算法的机器人路径规划MATLAB源代码,通过避障并寻找最优路径。(The MATLAB source code of robot path planning based on genetic algorithm is adopted to avoid obstacles and find the optimal path.)
chapter1 谢菲尔德大学的matlab遗传算法工具箱
- 谢菲尔德大学matlab遗传算法工具箱用高级语言编写,可以看见算法的源代码,与此匹配先进的数据分析、可视化工具。(The Matlab genetic algorithm toolbox at the University of Sheffield is written in a high-level language. You can see the source code of the algorithm and match this with advanced data analysis
遗传算法代码
- 遗传算法的一些MATLAB代码,有详细的代码注释(Genetic algorithm of some MATLAB code, with detailed code notes)