搜索资源列表
5个遗传算法源码
- (其中已经包含5个源码)所附源程序C或C++代码文件及其可执行文件 Scs.cpp 基本分类算法源程序, 输入数据文件cfile.txt,efile.txt,gfile.txt,pfile.txt ,rfile.txt,tfile.txt Sga.c 基本遗传算法源程序, 输入数据文件input,输出文件output A_life.c 基于遗传算法的人工生命模拟源程序, 输入数据文件world GA_nn.c 基于遗传算法优化神经网络结构源程序,输入数据文件sample Patmat.c 基于遗
TIERRA
- 地球模拟器,最经典的人工生命模型,研究人工智能的必看。一般地说,生命都具有新陈代谢、复制和进化的能力。在自然界中,生物是由有限的食物供给和有限的生存空间约束的。在Tierra中,“生物”由一系列能够自我复制的机器代码或程序组成,它在计算机中的复制分别受到计算机的存储空间和CPU时间约束。能有效地占有内存空间和利用CPU时间的生物体,将具有更高的适应度,传递到下一代的机会就越大。 在Tierra中,计算机的RAM(随机访问存储器)中有一块专门的空间,这个空间中放置了一个“祖先有机体”,该祖先有
神经网络方法
- 人工神经网络bp 算法是用于数学建模Alife.c 基于遗传算法的人工生命模拟源程序, 输入数据文件world GA_nn.c 基于遗传算法优化神经网络结构源程序,输入数据文件sample Patmat.c 基于遗传算法提取基元图形源序 -bp artificial neural network algorithm is used mathematical modeling based on genetic algorithms Alife.c artificial life simulatio
kalyp-0[1].3.4-alpha
- kalyp是人工生命和神经网络方面架构最全的代码,对于进行仿真代码实现很有参考价值。-kalyp of artificial life and neural network architecture of the entire code for simulation code to achieve great reference value.
BEE1
- 模拟蜜蜂采蜜的具有人工生命特性的VB程序 可以作为学习人工生命的一个不错的入门-simulation honey bees with artificial life characteristics of VB program can be used as learning artificial life a good entry
基于遗传算法的人工生命模拟源程序
- A_life.c 基于遗传算法的人工生命模拟源程序, 输入数据文件world-A_life.c based on genetic algorithm simulation of artificial life source, input data files world
java_lsys
- 你看到了什么?一群苍蝇在飞舞?这是简简单单的动画么?这些家伙是“活”的么?我可以告诉你,这群飞舞的动物叫Floy,它既不是苍蝇也不是蝌蚪,而是人工生命!这就是一段简简单单的程序,而且代码的长度才有200多行!-what do you see? A group of flies in the air? This is simple animation? These guys are "live"? I can tell you that this group of animal
self_product
- 命的一个重要特征就是能够自我繁殖,也就是自我复制。那么,程序能自我复制么?更一般的,一个系统上的构形能自我复制么?答案是肯定的,早在60年代的时候,著名科学家Von Neumann就研究过能够自我复制的细胞自动机,并从理论上证明了它是可能的。后来,随着人工生命的兴起,科学界兴起了研究自我复制的细胞自动机的热潮。在这个程序中,你能看到Langton的自我复制圈、chou的自我复制程序还有Langton的蚂蚁细胞自动机等等。-fate of the important features is a s
11402640
- 人工生命群体智能 (蚂蚁算法的实验版本)-groups intelligent artificial life (the Ant Algorithm experimental version)
GA-wangxp
- 王小平《遗传算法——理论、应用与软件实现》随书光盘,内容有: \\GA 本书中所附源程序C或C++代码文件及其可执行文件 Scs.cpp 基本分类算法源程序,输入数据文件cfile.txt,efile.txt,gfile.txt,pfile.txt,rfile.txt,tfile.txt Sga.c 基本遗传算法源程序, 输入数据文件input,输出文件output A_life.c 基于遗传算法的人工生命模拟源程序, 输入数据文件world GA_nn.c 基于遗传算法优
AritificialLife
- 介绍人工生命artificial life的两个有趣的程序
基于遗传算法的人工生命源程序
- 基于遗传算法的人工生命模拟源程序!-based on genetic algorithm source artificial life simulation!
floy3d
- 一个人工生命的例子,模拟苍蝇在三维空间内飞行-an example of artificial life, flies in 3D simulation space flight
autolife
- Autolife模型是一个能够进行“开放式进化”的人工生命系统。每个Agent模型采用可以变化规则表长度的有限自动机模型建模。一方面Agent可以进行自我繁殖,同时模型中的选择机制没有采用显式的适应度函数而是采用能量消耗的简单模型而自发涌现出来,所以可以认为Agent模型是一个类Tierra系统。然而与Tierra、Avida等数字生命模型不同的是,Autolife模型进行了大大的简化,它界面友好,操作直接。虽然没有给每个Agent装配一个虚拟计算机,但是Agent与环境的耦合则可以看成一个图灵
efloy
- 本程序是具有进化能力的人工生命floy,你会看到越来越具有智能的floy会自发的产生。 -this evolutionary process is the ability of artificial life floy, you will see more intelligent the floy will spontaneously emerge.
floy
- 简单规则演化出来的极似苍蝇的一个人工生命群体floy-simple rules of evolution as same flies an artificial life groups floy
遗传算法应用
- 这是一个基于遗传算法的人工生命模拟 AL_GA.C -This is a genetic algorithm based on the simulation of artificial life AL_GA.C
genetic-algorithm-artificial-life-simulation
- 基于遗传算法的人工生命模拟,用VC++编写,对于理解遗传算法有好处-Based on genetic algorithm artificial life simulation, using VC++ to prepare, good for understanding the genetic algorithm
AI_Life
- The project aims at developing a program which could demonstrate and simulate Artificial Life. The project implements three main technologies which are used in the Gaming industry and Robotics for coding intelligent agents. These are: Neural Net
A-giant-step-towards-artificial-life
- 介绍人工生命技术及相关研究的国内外发展现状,以及人工生命研究的技术细节-Step by step, the components of an artificial form of cellular life are being assembled by researchers. Lipid vesicles the size of small bacteria can be prepared and under certain conditions are able to grow