搜索资源列表
ga_vc6.0
- 本代码在vc++6.0下演示遗传算法的具体设计,供爱好者借鉴。-the code vc 6.0 demo genetic algorithm designed specifically for lovers draw.
GaPlayground
- GaPlayground:一个非常好的遗传算法demo.-GaPlayground : a Genetic Algorithm very good demo.
gademo
- 在GNU标准下开发的遗传算法程序包,适用于各种环境,包含标准算子和自定义算子,包含DEMO-GNU standards in the development of the genetic algorithm package applicable to the various environmental, Operator includes standard and custom operator, contains DEMO
aforge_demo
- 经过作者两年的不断完善,现已成为相当成熟的一个framework,内容包括图像处理,神经网络,遗传算法等人工智能领域研究成果的实现。这是一些DEMO-two years after the author constantly improve, has now become a very mature framework, include image processing, neural networks, genetic algorithms, and other areas of artifi
SGALABbugfix
- 多目标遗传算法程序 to run Demo files, is to run SGALAB_demo_*.m what s new: 1) Multiple-Objective GAs VEGA NSGA NPGA MOGA 2) More TSP mutation and Crossover methods PMX OX CX EAX Boolmatrix 3) More selection methods
AlgoTrading2010
- matlab 高频算法交易实现, 附有详细说明文档,包括从基础的均线到高级的遗传算法在内的实现,非常实用-matlab frequency algorithmic trading, with detailed documentation, including moving average based on advanced genetic algorithm, including the realization of very practical
artificial_intelligence_demo_programs
- 光盘中的演示实例是人工智能原理和方法的演示程序.包括基于归结原理的推理系统,合一算法,等式归结,归类算法,野人与传教士过河问题,八数码问题,八皇后问题,一字棋,博弈算法,遗传算法和蚁群算法等的演示。-CD-ROM presentation of examples of the principles and methods of artificial intelligence demo program. Including reasoning based on the principle of t
artificial_intelligence_demo_programs
- 光盘中的演示实例是人工智能原理和方法的演示程序.包括基于归结原理的推理系统,合一算法,等式归结,归类算法,八数码问题,八皇后问题,一字棋,博弈算法,遗传算法和蚁群算法等的演示。-CD-ROM presentation of examples of the principles and methods of artificial intelligence demo program. Including reasoning based on the principle of the system c
Method_based_on_histogram_entropy_and_genetic_algo
- 基于直方图熵法及遗传算法的图像分割,使用MFC界面演示程序-Method based on histogram entropy and genetic algorithm for image segmentation, the use of MFC interface demo
ExampleofGA
- maltab 的一个遗传算法的例子,比较全,有教你怎么初始化初始种群,设定参数,还有demo提供学习-A genetic algorithm using maltab gentitc toolbox ,abundant in content.Whats s more, you are teached how to initialize the initial population, set parameters. It also provide learning demos.
ga_demo
- 遗传算法matlab程序,很全面,很实用,欢迎下载。-geneticAlg matlab program
GA-Demo
- 遗传算法几个简单的示例,附带程序说明,MATLAB语言实现-GA Demo in MATLAB
GA
- 已知函数y=x*sin(10*Pi*x)+2.0。利用人工智能中的遗传算法(GA),计算y在区间(0,2)上的极大值。对于想学习GA的网友们来说,是个很好的Demo。而且对于基因类,已经按照面向对象的思想进行了封装,稍微修改参数就可以用在实际项目中。-Known function y = x* sin (10* Pi* x)+2.0. The use of artificial intelligence in the genetic algorithm (GA), calculating y i
vcDEMO
- 已知函数y=x*sin(10*Pi*x)+2.0。利用人工智能中的遗传算法(GA),计算y在区间(0,2)上的极大值。对于想学习GA的网友们来说,是个很好的Demo。而且对于基因类,已经按照面向对象的思想进行了封装,稍微修改参数就可以用在实际项目中。 实现环境:Visual C++ 6.0. -Known function y = x* sin (10* Pi* x)+2.0. The use of artificial intelligence in the genetic algorit
GAToolbox
- 最新遗传算法工具箱 里面包含几个典型demo-New genetic algorithm toolbox contains several typical demo
MATLAB
- 1.本程序演示的是用简单遗传算法随机一个种群,然后根据所给的交叉率,变异率,世代数计算最大适应度所在的代数 2.演示程序以用户和计算机的对话方式执行,即在计算机终端上显示“提示信息”之后,由用户在键盘上输入演示程序中规定的命令;相应的输入数据和运算结果显示在其后。 3.测试数据 输入初始变量后用y=100*(x1*x1-x2)*(x1*x2-x2)+(1-x1)*(1-x1)其中-2.048<=x1,x2<=2.048作适应度函数求最大适应度即为函数的最大值 -1.
GA
- 遗传算法与蚁群算法演示程序,直接运行exe程序就可。-Genetic algorithms and ant colony algorithm demo program, you can directly run the exe program.
ga
- 一个基于matlab的遗传算法算例,求解对象为函数最大值-a demo of GA based on matlab
Genetic-Algorithm-Library
- 遗传算法库,包括算法源代码,应用程序源代码,演示应用程序。-A genetic algorithm library, including source code, algorithm, application source code, demo applications.
Astar-KO
- A *算法用于轨迹规划程序,启发式搜索算法,用于寻找最优路径(A * algorithm is used for trajectory planning program, heuristic search algorithm is used to find the optimal path)