搜索资源列表
genetic-algorithm
- 遗传算法接口代码,可根据实际问题调用里边的函数。-genetic algorithm interface code, according to actual problems along the calling function.
genetic algorithm
- LinPacker是一个优化矩形布局的工具,是在具有遗传算法的半无限大小区完成这一操作的。对缩减工厂的库存是有用的。-LinPacker optimization is a rectangular layout of the tool, with a genetic algorithm in the semi-infinite size of the area to complete the operation. To reduce factory stocks will be useful.
genetic algorithm Test
- 改进遗传算法程序-improved genetic algorithm program
genetic-algorithm
- Visual C++实现的基因遗传算法库源代码以演示程序Free Source Code for genetic algorithm 2008年05月21日 C++, Windows, Win32, Visual Studio, MFC, STL, Arch, Dev, Design 基因遗传算法都是针对概率的,所以因为其随机的本质,导致其结果可能是好的,也可能是坏的,于是我们就需要一个方法确认这个解到底有多大的可用性。这是通过计算相似拟合度进行衡量的。染色体Chromosomes代
用GA(遗传算法)推算下期开奖号码
- 根据双色球历史开奖记录,用GA(遗传算法)推算下期开奖号码.主要是用于学习遗传算法,推算下期开奖号码只是一个乐趣.并不能真正的正确.,Loans lottery in accordance with historical records, using GA (genetic algorithm) the projection period under the lottery numbers. Mainly for learning genetic algorithm, the next phas
GAVRPWITHC.rar
- 对外经贸大学的硕士论文,用c++编写的遗传算法解决VRP的程序,External Economic and Trade University master' s thesis, using c++ to prepare the genetic algorithm to solve VRP process
SourcesofGAbyWang_xiaoping.rar
- 王小平老师的遗传算法-理论应用与软件实现的源代码(matlab, C),source codes of the book "genetic algorithm" by Wang Xiaoping.
MATLAB-genetic-algorithm-toolbox
- 介绍遗传算法的原理,流程。详细展示了交叉,变异,选择等算子。同时,还介绍了谢菲尔德大学遗传工具箱的使用 。本书对初学遗传算法者很有帮助。-Introduce the principle of genetic algorithms, processes. Detail shows crossover, mutation, selection operator. Meanwhile, the University of Sheffield also introduced the use of gen
genetic-algorithm-artificial-life-simulation
- 基于遗传算法的人工生命模拟,用VC++编写,对于理解遗传算法有好处-Based on genetic algorithm artificial life simulation, using VC++ to prepare, good for understanding the genetic algorithm
algorithm
- 传算法伪代码实例,遗传算法中最重要的过程就是选择和交叉。 -Examples of pseudo-code algorithm, genetic algorithm is the most important process of selection and crossover.
genetic-algorithm-for-Minimum-SpanningTree
- 使用遗传算法求解最小生成树的编码,C++环境-genetic algorithm for Minimum Spanning Tree
genetic-algorithm-vc
- 用VC实现的遗传算法的完整工程文件。有转轮法,交叉和变异。-VC genetic algorithm implemented with the full project file. There wheel method, crossover and mutation.
Sample-genetic-algorithm
- 基本遗传算法,用来解决目标函数的算法问题-Basic genetic algorithm
genetic-algorithm
- 遗传算法的matlab源程序,主要用于分类。-Matlab code for genitic algorithm
immune-genetic-algorithm-for-TSP
- 基于matlab的遗传免疫算法TSP的源代码,内容比较详尽。-Based on immune genetic algorithm matlab source code for TSP, a more detailed content.
genetic-algorithm-and-Direct-Search
- 遗传算法matlab工具箱使用方法的pdf文件-genetic algorithm and Direct Search Toolbox
genetic algorithm
- 用遗传算法求解TSP问题,包含选择,交叉,变异算子。迭代效率较高(The genetic algorithm is used to solve the TSP problem, including selection, crossover and mutation operators. The iterative efficiency is higher)
genetic algorithm
- 基于遗传算法的机器人路径规划MATLAB源码(genetic algorithm - based robot path planning)
genetic algorithm
- 遗传算法解微分方程,同时还包含了matlab中其他几种解微分方程的方法,如dsolve,ode45等。(genetic algorithm to solve differential equations, but also contains several other methods to solve differential equations in MATLAB, such as dsolve, ode45 and so on.)
MATLAB genetic algorithm toolbox
- Matlab 遗传算法(genetic algorithm)优化工具箱是基于基本操作及终止条件、二进制和十进制相互转换等操作的综合函数库。其实现步骤包括:通过输入及输出函数求出遗传算法主函数、初始种群的生成函数,采用选择、交叉、变异操作求得基本遗传操作函数。以函数仿真为例,对该函数优化和GA 改进,只需改写函数m 文件形式即可。(The Matlab genetic algorithm optimization toolbox is a comprehensive function librar