搜索资源列表
NN_GA
- 人工智能及神经网络的机器学习算法,经典的遗传算法,在实际中可以解决选路问题及最短路径问题。-machine study algrithm for artificial intelligence and neural network, it can solve the problem of shortest route
简单遗传算法与人工智能
- 实现了遗传算法的功能,采用java实现,只需要简单的设置文件就可以运行。(java)-a genetic algorithm to achieve the function, using java realized, requires only a simple configuration files on the run. (Java)
AIxdgvsd
- 人工智能的遗传算法程序以及说明文档,是个课程作业-artificial intelligence GA procedures, and documentation is operating courses
BP_GAaaaa
- BP算法和遗传算法的程序版本,还有说明文档,是人工智能的作业-BP and Genetic Algorithm version of the procedure, documentation, artificial intelligence operations
MATLAB111110022
- 基于MATLAB的遗传算法的源程序,,是很好的人工智能资料-MATLAB-based genetic algorithm source, and that it is artificial intelligence information
TSP.rar
- 经典的人工智能问题求解,附有遗传算法和模拟退火算法,以及调试过程,Classical artificial intelligence problem solving, with a genetic algorithm and simulated annealing algorithm, as well as the debugging process
GAyh
- 基于遗传算法的求函数最优解,人工智能,实验,遗传算法-Based on genetic algorithm for function of the optimal solution, artificial intelligence, experimental, genetic algorithm
001
- 一个人工智能的课设,是遗传算法求最值,主要代码在kernel.h中!-Set up a course in artificial intelligence, genetic algorithms are seeking the most value in the main code at kernel.h!
VC-gp
- 作为人工智能领域一大分支的遗传算法。基于VC++的遗传算法编程实现,-As a major branch of artificial intelligence, genetic algorithm. Based on VC++ programming genetic algorithms,
yichuan
- 人工智能算法中的遗传算法,使用c++编程-Artificial intelligence algorithm genetic algorithm, the use of c++ programming
pid
- 人工智能(模糊在自动控制的应用)电动机控制中的简单遗传算法PID参数优化-Artificial intelligence (fuzzy in Automatic Control) motor control in the simple genetic algorithm optimization of PID parameters
aforge_demo
- AForge.NET 是一个专门为开发者和研究者基于C#框架设计的,他包括计算机视觉与人工智能,图像处理,神经网络,遗传算法,机器学习,机器人等领域。-The article describes an open source C# framework for researchers in the areas of Computer Vision and Artificial Intelligence- image processing, neural networks, genetic alg
Rgcfe
- 遗传算法简称GA(Genetic Algorithm),在本质上是一种不依赖具体问题的直接搜索方法。遗传算法在模式识别、神经网络、图像处理、机器学习、工业优化控制、自适应控制制、生物科学、社会科学等方面都得到应用。在人工智能研究中,现在人们认为“遗传算法、自适应系统、细胞自动机、混沌理论与人工智能一样,都是对今后十年的计算技术有重大影响的关键技术”。 -The genetic algorithm referred to as GA (Genetic Algorithm), is essent
GA-Sr_CPP
- 利用人工智能中遗传算法编写C++程序,对遗传算法的实现较为具体,包括选择,交叉,变异等诸多实现环节。-The use of genetic algorithms in artificial intelligence to write C++ program realization of the genetic algorithm more specific, including selection, crossover, mutation, and many achieve link.
GNew_Genetic_e
- 遗传算法及其育种:GA于20世纪60年代由美国Michigan大学J.H.Holland教授[1]首先提出。它可广泛应用于人工智能、机器学习、函数的优化、自动控制等领域。GA的突出特点是将问题的解空间间通过编码转换为GA的搜索空间,把问题的解转换为生物的个体,并借助生物的遗传和进化理论,对多个个体同时进行选择、交叉和变异操作。这样,可以较快地搜索到最优解。但是,遗传算法易陷入局部最优。搜索效率还不是 -Genetic Algorithm and Breeding: GA 1960s firs
2009011308_homework3
- 清华大学人工智能小作业,旅行商问题,模拟退火/遗传算法-Tsinghua University artificial intelligence job, traveling salesman problem
MATLAB
- MATLAB 遗传算法 这是一个用于无功优化的人工智能程序算法 -MATLAB genetic algorithm This is a used in reactive power optimization algorithm of artificial intelligence programs
AI_matlab
- 人工智能matlab仿真!!个人杰作,包含 粒子群算法,遗传算法,蚁群算法等等,非常有趣,希望能帮到您学习matlab-Artificial Intelligence matlab simulation! ! Individual masterpieces, including the particle swarm optimization, genetic algorithm, ant colony algorithm, etc., is very interesting, I hope to
classical-GA-method
- 遗传算法是计算机科学人工智能领域中用于解决最优化的一种搜索启发式算法,是进化算法的一种。这种启发式通常用来生成有用的解决方案来优化和搜索问题。进化算法最初是借鉴了进化生物学中的一些现象而发展起来的,这些现象包括遗传、突变、自然选择以及杂交等。-In the field of artificial intelligence, a genetic algorithm (GA) is a search heuristic that mimics the process of natural selec
智能优化算法
- 优化技术是一种以数学为基础,用于求解各种工程问题优化解的应用技术。作为一个重要的科学分支,它一直受到人们的广泛重视,并在诸多工程领域得到迅速推广和应用,如系统控制、人工智能、模式识别、生产调度、VLSI技术和计算机工程等。鉴于实际工程问题的复杂性、约束性、非线性、多极小、建模困难等特点,寻求一种适合于大规模并行且具有智能特征的算法已成为有关学科的一个主要研究目标和引人注目的研究方向。 20世纪80年代以来,一些新颖的优化算法,如人工神经网络、混沌、遗传算法、进化。(Optimization te