搜索资源列表
-
0下载:
This directory contains the Genetic Algorithm Optimization Toolbox for
Matlab 7.
To use this, if you are local to NCSU and have AFS access to this
directory, simply extend the matlab path using the following command.-This directory contains
-
-
1下载:
微粒群算法[PSO ] 是由Kennedy 和Eberhart等于1995 年开发的一种演化计算技术, 来源于对鸟群捕食过程的模拟。PSO同遗传算法类似,是一种基于叠代的优化工具,但与遗传算法使用遗传操作子进行优化不同,利用群体中各个体之间的“协作”与“竞争”关系,根据自身及其竞争者的飞行经验,调整自己的行为。同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练,模糊系统控制以及其他遗传算法的应用领域。,Particle Swarm Opt
-
-
0下载:
该程序用于优化问题 很好和遗传算法结合 用MATLAB结合起来用很好-The program for the optimization problem and genetic algorithm combined with a good use of MATLAB to combine with a good
-
-
1下载:
采用遗传算法对于加工问题的排序,使其最快.-The use of genetic algorithm to sort the problem for the processing to make it the fastest.
-
-
0下载:
tsp算法,遗传算法解决tsp问题,用到MATLAB编程-tsp algorithm, genetic algorithm to solve the tsp problem, use MATLAB Programming
-
-
0下载:
本文在阅读大量遗传算法小生境技术资料基础上,介绍了遗传算法的特点、物种形成和小生境技术,详细陈述上世纪80年代以来的各种小生境实现方法,包括共享函数法、确定性排挤法、可变半径的聚类算法和隔离小生境方法等;最后对小生境遗传算法的工程应用提出了展望。
-In this paper, a lot of reading technical information niching genetic algorithm based on the characteristics of genetic alg
-
-
0下载:
用MATLAB求解遗传算法的旅行商问题,这一类问题在大学生以及研究生的数模竞赛以及日常生活当中尤为重要的,为我们所重视。、近年来,学术界对旅行商问题也逐渐重视起来。-Using MATLAB genetic algorithm for solving the traveling salesman problem, this kind of problem students and graduate students in Mathematical Modeling Contest, and da
-
-
0下载:
《matlab实例》中有关遗传工具箱的算法实例,希望对大家有帮助。-" Matlab example" in the genetic algorithm toolbox instance, we want to help.
-
-
1下载:
精通MATLAB最优化计算 配套光盘
本书的主要内容是应用MATLAB来解决最优化问题,通过将“最优化问题”、“MATLAB优化工具箱”和“MATLAB编程”这三方面有机结合进行讲述,即一方面是使用工具箱来快速解决最优化问题,另一方面是通过算法编程深入解决最优化问题。主要包括MATLAB优化工具箱、无约束多维极值问题、约束优化问题、非线性最小二乘优化问题、线性规划、整数规划、二次规划、粒子群优化算法、遗传算法。
-The main contents of the book is the
-
-
0下载:
遗传算法,matlab编写的源代码,用于解决旅行商等np问题,算法效率高-Genetic algorithm written in Matlab source code used to solve the traveling salesman and other np, high efficiency of the algorithm
-
-
0下载:
matlab 代码利用遗传算法工具箱,实现特定功能-The use of genetic algorithm toolbox matlab code to achieve a particular function
-
-
1下载:
用matlab程序来实现遗传算法,离散无记忆信道容量的迭代计算-Matlab program to achieve the genetic algorithm, discrete memory channel capacity iterative
-
-
0下载:
基本遗传算法的MATLAB语言源程序。(遗传算法的应用范围极其广泛,它可应用于函数优化、组合优化、生产调度问题、自动控制、机器人学、图像处理、人工生命、遗传编程以及机器学习等领域。)-Basic genetic algorithm matlb language sourc-e code. (Genetic algorithm extremely broad range of applications, it can be applied to function optimization, com
-
-
0下载:
将遗传算法用于旅行商问题求最佳路径的算法,程序简单易懂-The genetic algorithm for traveling salesman problem the optimal path algorithm, program is simple and easy to understand
-
-
3下载:
用matlab解决vrp问题,本程序为遗传算法解决基本VRP问题的例程。各供货点距离矩阵及遗传算法参数在VRP.M中给出。以路径长度作为遗传算法的适应度函数,约束函数通过在LEN中增加惩罚因子体现,本程序简便起见将不满足约束的直接加100;-Vrp matlab to solve the problem with the program for the genetic algorithm to solve the basic problem VRP routines. The delivery
-
-
0下载:
用于求解简单函数优化的matlab遗传算法代码-Matlab genetic algorithm code used to solve simple function optimization
-
-
0下载:
matlab智能算法这本书中需要用到的遗传算法工具箱,可以安装使用-Matlab intelligent algorithm to use genetic algorithm toolbox in this book, can be installed
-
-
0下载:
本文结合遗传算法对BP算法进行优化,建立了改进的BP神经网络模型。最后,充分利用MATLAB语言的各自优势,进行编程-In this paper, the genetic algorithm to optimize BP algorithm, establish an improved BP neural network model. Finally, make full use of their respective advantages MATLAB language programming
-
-
1下载:
matlab智能算法基于遗传算法的多目标优化算法(此例中有两个目标函数)-genetic algorithm to solve multiple target problems
-
-
0下载:
tsp问题的遗传算法求解代码,应用于matlab平台-Code genetic algorithm to solve TSP problem, applied in the matlab platform
-