Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - Artificial Intelligence
Search - Artificial Intelligence - List
DL : 0
这是人工智能的初级应用遗传算法的初级代码 喜欢人工智能的同学可以从此开始-This is the primary application of artificial intelligence, the primary source of genetic algorithms like artificial intelligence, students can begin to start
Date : Size : 826kb User : 段峰

DL : 0
人工智能中的遗传算法源码,仅供交流使用!-Artificial Intelligence in the genetic algorithm source code, only the exchange of use!
Date : Size : 11kb User : yangfu

人工智能中的路径搜索问题,一个可以自动搜索路径的虚拟人,用遗传算法解决-The artificial intelligence, a search path can be automatically search path of virtual person, with the genetic algorithm to solve
Date : Size : 2.74mb User : 杨腾蛟

DL : 0
人工智能project(packman)-Artificial Intelligence project (packman)
Date : Size : 7kb User : fangbo

DL : 0
prolog 语言的一些简单例子。 学习人工智能有好处-prolog language, some brief examples. Learning artificial intelligence is good
Date : Size : 3kb User : magic

DL : 0
已知函数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 in the interval (0,2) on the maximum value. For the netizens who want to learn for the GA is a good Demo. But also for gene class, object-oriented thinking has been carried out according to the package, slightly modified parameters can be used in the actual project.
Date : Size : 43kb User : skyfrog

DL : 0
用遗传算法求解旅行商问题,程序中的数据采用的是马少平,朱小燕编写的人工智能P298中的10城市的数据,运行的结果和书上给出的最优解一致,由于程序中群体规模设置的较大,程序运行时间可能需要7s左右。另外初始群体的生成是采用的排列组合算法,有兴趣的读者可以研究此算法的原理或共同探讨-A Genetic Algorithm for Traveling Salesman Problem, program data is in Ma Siu-ping, Xiao-Yan Zhu artificial intelligence preparation of P298 in 10 cities in the data, run results and the optimal solution given the book the same, because of the population size is set larger, the program may need to run-time of about 7s. Another generation of initial population is used in permutations and combinations algorithm, interested readers can study the principles of this algorithm, or to discuss
Date : Size : 205kb User : fuyaozong

一个简单的中国象棋的实现原程序,可供人工智能算法学习参考。-A simple program of the Chinese Chess,for artificial intelligence(AI) algorithms studying.
Date : Size : 173kb User : google

DL : 0
人工智能导论与算法研究 章节: 1.导论 2.知识表示 3.逻辑推理 4.搜索原理 5.不确定推理-Fundation of Artificial Intelligence Structure: 1.Introduction 2.Knowledge Representation 3.Logic 4.Search 5.Uncertainty
Date : Size : 3.21mb User : 尚军

对人工智能八皇后问题求解,掌握爬山法的应用-Eight Queens problem-solving of artificial intelligence to grasp the application of hill-climbing
Date : Size : 10kb User : xuting

野人过河问题,本实验研究了用人工智能的理论求解传教士(Missionaries)与野人(Cannibals)过河问题(M-C问题)。实验设计采用产生式系统的概念,将问题用状态空间表示,搜索技术采用状态空间启发式搜索的A算法,规则设计采用产生式规则,用C语言实现了A算法求解M-C问题,加深了对人工智能的认识与理解。-Savage river problems, this experimental study the theory of using artificial intelligence to solve the missionaries (Missionaries) and Savage (Cannibals) across the river question (MC issues). Experimental design uses the concept of production system, the problem is with the state space that the search technology uses state-space heuristic search algorithm A, the rules design uses production rules, using C language implementation of the MC algorithm to solve A problem has deepened the artificial intelligent knowledge and understanding.
Date : Size : 3kb User : 余光学

DL : 0
VC++编程应用人工智能之遗传算法(GA),对学习遗传算法的人,尤其是初学者和研究者都有很大的帮助-VC++ programming applications of artificial intelligence, genetic algorithms (GA), genetic algorithm learning, especially for beginners and researchers are of great help to
Date : Size : 46kb User : zsy

DL : 0
已知函数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 algorithm (GA), calculating y in the interval (0,2) on the maximum value. For the netizens who want to learn for the GA is a good Demo. But also for gene class, object-oriented thinking has been carried out in accordance with the package, slightly modified parameters can be used in the actual project. To achieve environmental: Visual C++ 6.0.
Date : Size : 46kb User : zsy

Artificial Intelligence Neural Networks for Civil
Date : Size : 60kb User : tommy

Artificial Intelligence Artificial
Date : Size : 555kb User : tommy

DL : 0
动物识别系统的实现 解决了一些基本问题 人工智能课程实验作业-Animal Identification System to solve some basic problems of artificial intelligence course experiment operations
Date : Size : 30kb User : yc

利用人工智能中遗传算法实现TSP优化路径,把TSP应用在一个简单的游戏中。-The use of artificial intelligence, genetic algorithm optimization path TSP to TSP applied in a simple game.
Date : Size : 66kb User : 李四

人工智能导论 人工智能导论-Introduction to Artificial Intelligence Introduction to Artificial Intelligence
Date : Size : 5.42mb User : xuequanchen

人工智能解决野人传教士本实验研究了用人工智能的理论求解传教士(Missionaries)与野人(Cannibals)过河问题(M-C问题)。实验设计采用产生式系统的概念,将问题用状态空间表示,搜索技术采用状态空间启发式搜索的A*算法,规则设计采用产生式规则,用C语言实现了A*算法求解M-C问题,加深了对人工智能的认识与理解。过河问题。-Of artificial intelligence to solve Savage missionaries studied in this experiment with the theory of artificial intelligence to solve the missionaries (Missionaries) and Savage (Cannibals) across the river question (MC issues). Experimental design uses the concept of production system, the problem is with the state space that the search technology uses state-space heuristic search of the A* algorithm, rules design uses production rules, using C language implementation of the A* algorithm to solve the problem MC has deepened knowledge and understanding of artificial intelligence. Across the river problem.
Date : Size : 3kb User : 杨雨

DL : 0
用于人工智能分类算法仿真的数据集 UCI数据集 已经过集成-Simulation of artificial intelligence classification algorithm for data sets UCI data sets have been integrated
Date : Size : 624kb User : fan
« 1 2 ... 28 29 30 31 32 3334 35 36 37 38 ... 50 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.