搜索资源列表
mlc2-01-src
- This software was done in part for a textbook on AI I ve written called _The Basis of AI_ (tentative title, subject to change but not if I get my way). For details see: http://www.mcs.com/~drt/basisofai.html
Tetris
- 俄罗斯方块的AI,用C#语言实现了Pierre Dellacherie算法 (界面下载自CSDN,如原作者保留所有权请与我联系)-Tetris AI, with the C# language to implement Pierre Dellacherie algorithm (interface downloaded from CSDN, retention of title as the original author, please contact me)
winep_code
- 这是一个典型的产生式系统的算法题.用的是有界深度优先的递归算法,是用C++Builder4.0写的.这也是人工智能或者程序设计竞赛题中最基本最常用的算法.如果自己动手编程实现了一个这样的题目,那么很多相关的题目也就都一样可以做了,比如"四皇后问题","推箱子问题","传教士和野人问题"等等。 利用深度优先的算法都是不一定能找到最优路径的,而且如果解路径过长的话还可能会搜索失败.如果保证要找到最优路径需要用另一些算法,比如宽度优先算法.无论是哪一种算法,如果问题稍微复杂一点的话,都要解决"
yuandaima
- 基于遗传算法,针对考试系统的自动出题问题,应用矩阵理论的知识,为自动组卷系统建立了一个合适的数学模型,使我们能在数学模型的基础上,应用遗传算法全局寻优和智能搜索的特性,在试题的各种属性满足数学模型的控制指标的基础上,从题库中既好又快的抽出一组符合考方要求的试题,从而得到一份满意的试卷。-Based on genetic algorithms, automatic test system for the title problem, the application of matrix theory
rl
- 人工神经网络(Aartificial Neural Network,下简称ANN)是模拟生物神经元的结构而提出的一种信息处理方法。早在1943年,已由心理学家Warren S.Mcculloch和数学家Walth H.Pitts提出神经元数学模型,后被冷落了一段时间,80年代又迅猛兴起[1]。ANN之所以受到人们的普遍关注,是由于它具有本质的非线形特征、并行处理能力、强鲁棒性以及自组织自学习的能力。其中研究得最为成熟的是误差的反传模型算法(BP算法,Back Propagation),它的网络
lpsvm
- 该文件是Newton Method for LP Support Vector Machine 文章的程序-This is a procedure for this paper with title "Newton Method for LP Support Vector Machine"
robodeepsea
- 深海资源考察探险队的潜艇将到达深海的海底进行科学考察。潜艇内有多个深海机器人。潜艇到达深海海底后,深海机器人将离开潜艇向预定目标移动。深海机器人在移动中还必须沿途采集海底生物标本。沿途生物标本由最先遇到它的深海机器人完成采集。每条预定路径上的生物标本的价值是已知的,而且生物标本只能被采集一次。本题限定深海机器人只能从其出发位置沿着向北或向东的方向移动,而且多个深海机器人可以在同一时间占据同一位置。 -Study of deep-sea resources of the submarine e
code
- 这是关于属性约简算法的实现以及改进,traditional是原算法实现,其余代码的是改进;都有详细的注释-This code is about implement and polish of algorithm of attribute reduction,title with traditional is implement of original algorithm,the other are the improvement.They are all commited in detail.
kohonen
- This program is a simple demonstration of a Kohonen self-organizing neural network. The program merely maps itself to a set of coordinates ranging from -0.5 to 0.5 on both the x and y-axis. The program layout is very simple - the Run button will
2
- matlab课程设计 课程报告题目:一类模糊PID控制器模糊查询表设计 2课程报告要求:按照讲课内容,在课程报告中应完整且详细地包括以下内容: 1设计任务 2确定输入量和控制量的论域及模糊参考集 3 确定模糊关系矩阵 4 输入量模糊化 5 模糊推理计算 6 模糊判决 7 模糊控制查询表 -matlab Course Design Course Report Title: a fuzzy PID controller, fuzzy look-up table d
fzu_review
- 福州大学模式识别期末考试复习题,整理得很好哦-Fuzhou University Review title
BGA
- 题目:非平稳时间序列突变检测的启发式分割算法(BG算法) 本源码实现了下面参考文献中的算法,并对该文献中的实例进行了仿真-Title: Non-stationary time series mutation detection heuristic segmentation algorithm (BG algorithm) of the source references to achieve the following algorithm, and examples of the liter
nankai
- 南开一百题啊 啊啊啊 啊啊啊啊 希望考二级的有用-Nankai 100 title ah ah ah ah ah ah ah ah want to test the usefulness of two
particle
- 代码来自2008年数学建模东北赛区B题,原题描述http://www.ivanblog.cn/post/18.html 思想是用粒子群算法来实现相关问题的求解,编程语言是C++。-Mathematical modeling code from the 2008 Northeast Division B title, original title describes http://www.ivanblog.cn/post/18.html thinking is to achieve parti
CompetitionChampionAlgorithm100801
- 可用于有约束函数优化的竞赛争冠算法程序已基本完成,但肯定还有未发现的问题.请您试用,并提宝贵的意见和批评.谢谢!该程序是在自创的无约束优化的竞赛争冠算法(旧称竞技取冠算法)函数优化程序基础上,开发出来的有约束优化程序.程序采用罚函数法实现有约束优化的,但罚因子(惩罚系数)的处理方法有别于其它罚函数法.该程序证明这种惩罚系数处理方法是有效的.该法调整惩罚系数简单,粗放,一般应用默认值即可.该程序普适性较好,进化参数调整简单,不敏感,全局最优解的搜索能力较强,数据重现性(鲁棒性)较好,获得结果精度较
Accepted
- 浙大acm题: Beautiful Meadow.cpp Big String Outspread.cpp Image Transformation.cpp palindromes.cpp Sum Up.c-Zhejiang University acm title: Beautiful Meadow.cpp Big String Outspread.cpp Image Transformation.cpp palindromes.cpp Sum Up.cpp
b
- 神经网络Matlab程序(2001年北大B题)·很有参考价值-Matlab neural network program (North B title in 2001)* a good reference
incremental-pid
- 增量式pid算法程序 有详细说明注释 pid各参数已经调解在题目所要求的合适位置 能通过运行-Incremental algorithm procedure is described in detail pid pid comment has been mediating in the title of the parameters required to run through the appropriate position
youhuabancaipiaoliao
- 论文:优化的板材排料问题算法分析,生成条料,将二维转化为一维。-the title of paper,the analysis for stock cutting prolblem optimization algorithm
DiTuiSuanfaKalMAN
- MatLab 实现的卡尔曼递推算法,题目来源于丁玉美的数字信号处理教程-MatLab implementation of the Kalman recursive algorithm, the title comes from Ding Yumei digital signal processing tutorial