-
遗传算法,是模拟达尔文的遗传选择和自然淘汰的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法.遗传算法是一类可用于复杂系统优化的具有鲁棒性的搜...
遗传算法,是模拟达尔文的遗传选择和自然淘汰的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法.遗传算法是一类可用于复杂系统优化的具有鲁棒性的搜索算法-Genetic algorithm, is a simulation of Darwinian natural selection to genetic selection and biological evolution of the computing model is a natural evolutionary process by simulating the optimal solution search methods. Is a kind of genetic algorithm can be used for optimization of complex systems is robust The search algorithm
- 2023-07-13 03:00:02下载
- 积分:1
-
本代码用基于steve语言的breve软件编写的,此软件是一种3D人工智能的环境模拟器,可以用来构建AGENT...
本代码用基于steve语言的breve软件编写的,此软件是一种3D人工智能的环境模拟器,可以用来构建AGENT-BASED SYSTEM和模拟机器人行为。本代码实现功能如下:机器人服务模拟。自动取得饮料,递送给客人,客人喝完后,另一种清理机器人处理瓶子并运送垃圾堆。主要为了证明机器人运动中的一种Deliberative设计结构。软件下载地址:http://www.spiderland.org/breve/download.php
打开我上传的文件后,点运行就可以看效果。-The code-based software steve language breve prepared, the artificial intelligence software is a 3D environment simulator can be used to build the AGENT-BASED SYSTEM and robot behavior simulation. Realize this function code is as follows: service robot simulation. Automatically beverages, delivered to the guests, the guests after the finish, another robot cleaning up the bottle and the delivery of garbage treatment. Mainly in order to prove that the movement of a robot design structure Deliberative. Software Download: http://www.spiderland.org/breve/download.php open my uploaded file, you can look at the effect of running.
- 2022-09-02 18:35:02下载
- 积分:1
-
数据挖掘算法 clique算法 c语言版本
数据挖掘算法 clique算法 c语言版本- Data mining algorithm clique algorithm c language edition
- 2022-08-15 09:12:22下载
- 积分:1
-
这是一个非常好用的蚂蚁算法(蚁群算法)模拟程序,很好用噢,快来试试吧...
这是一个非常好用的蚂蚁算法(蚁群算法)模拟程序,很好用噢,快来试试吧-This a very user-friendly ant algorithm (ant colony algorithm) simulation program, easy to use Oh, Come and try!
- 2022-07-02 21:11:49下载
- 积分:1
-
模拟退火算法 模拟退火算法(Simulated Annealing,简称SA算法)是模拟加热熔化的金属的退火过程,来寻找全局最优解的有效方法之一。 模拟退火的基...
模拟退火算法 模拟退火算法(Simulated Annealing,简称SA算法)是模拟加热熔化的金属的退火过程,来寻找全局最优解的有效方法之一。 模拟退火的基本思想和步骤如下: 设S={s1,s2,…,sn}为所有可能的状态所构成的集合, f:S―R为非负代价函数,即优化问题抽象如下: 寻找s*∈S,使得f(s*)=min f(si) 任意si∈S (1)给定一较高初始温度T,随机产生初始状态S (2)按一定方式,对当前状态作随机扰动,产生一个新的状态S’ S’=S+sign(η).δ 其中δ为给定的步长, η为[-1,1]的随机数-simulated annealing algorithm (Simulated Annealing, or SA algorithm) is a simulation of heating molten metal in the annealing process, to find the global optimum one of the effective ways. Simulated Annealing basic ideas and the steps are as follows : S = (s1, s2, ..., sn) for all possible state posed by the pool, f : S-R non-negative cost function, that is abstract optimization problems are as follows : Find S* s, making f (s*) = min f (si) arbitrary si S (1) to set a higher initial temperature T, randomly generated initial state S (2) of a certain form, the current state of random disturbance, have a new state S "S" = S+ sign (). delta where given for the step, [-1,1] Random Number
- 2022-08-26 01:32:21下载
- 积分:1
-
CPN
基于CPN人工神经网络的例子,供大家交流-CPN-based artificial neural network example, for U.S. exchanges
- 2023-07-04 16:00:03下载
- 积分:1
-
细胞自动机的程序,关于细胞自动机如何实现的问题
细胞自动机的程序,关于细胞自动机如何实现的问题-Cellular Automata procedures on Cellular Automata how to realize the problem
- 2022-03-16 00:08:15下载
- 积分:1
-
S-ISOMAP is a manifold learning algorithm, which is a supervised variant of ISOMAP.
- 2022-06-20 05:48:29下载
- 积分:1
-
用vc开发的A*寻路算法的dll,可以在其他语言调用,包含了一个vb调用的示例...
用vc开发的A*寻路算法的dll,可以在其他语言调用,包含了一个vb调用的示例-The dll file of A* road-mapping algorathm,which can be used in other language,including an example of vb.
- 2022-06-13 02:18:51下载
- 积分:1
-
基于遗传算法的设计生成程序,这是最基本的要求。
基于遗传算法的图案生成程序,其中有遗传算法的基本模块。-based on genetic algorithm design generation procedures, which are the basic genetic algorithm module.
- 2022-08-20 10:50:39下载
- 积分:1