CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - swarm
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
Compress-Decompress algrithms
STL
Data structs
Algorithm
AI-NN-PR
matlab
Bio-Recognize
Crypt_Decrypt algrithms
mathematica
Maple
DataMining
Big Data
comsol
physical calculation
chemical calculation
simulation modeling
Search - swarm - List
[
AI-NN-PR
]
asm_swarm
DL : 0
人工股市(Artificial Stock Market,简称ASM)是模拟股市运作的一个程序。在这个电脑中的虚拟市场中,若干被称为交易者的人工智能程序(Agent)通过观察它们所在的数字世界中股价和股息的不断变换而做出预测,并且根据这些预测做出购买股票与否以及购买股票数量的决策。反过来,所有的交易者的决策又决定了股票的价格,这样,整个的股票交易市场就构成了一个自我封闭的计算系统。同时,这些交易者都具有学习的能力,可以根据以前预测的成功或者失败对自己的决策进行调整,并且通过一种被称为遗传算法的方法产生创新能力。总之,ASM是一个电脑中不断进化的虚拟股票市场!通过研究ASM,我们可以更好的理解现实世界的行为,并且它提供了一个很好的现实股市的隐喻。 备注:该程序运行需要有Swarm平台的支持,关于这个平台可以到http://www.swarm.org免费下载。 -artificial stock market (Artificial Stock Market, or ASM) is a stock market simulation operation of the procedure. In this computer in the virtual market, a number of traders known as artificial intelligence (Agent) by observing them where the digital world and the stock dividend and the constantly changing projections, and based on these projections made whether or not to purchase stocks and the purchase of shares in decision-making. Conversely, all the decision-making transactions in turn determines the share price, so that the entire stock market would constitute a self-enclosed computer system. Moreover, these transactions are capable of learning, can be predicted based on previous success or failure of their decisions for the adjustment, and through a genetic algorithm known as the me
Date
: 2025-12-27
Size
: 178kb
User
:
张洁
[
AI-NN-PR
]
mtpso
DL : 0
连续型粒子群算法的java实现,可以自己设计粒子群算法(继承Swarm和Particle类),包含有三个个抽象类(Swarm、Particle、Problem),可以继承Problem类自定义新的问题。-continuous particle swarm algorithm to achieve the java can design their own PSO algorithm (inheritance and Particle Swarm), contains an abstract category 3 (Swarm, Particle, Problem), can be inherited from the definition of Class Problem new problems.
Date
: 2025-12-27
Size
: 12kb
User
:
杨
[
AI-NN-PR
]
粒子群优化算法介绍
DL : 0
粒子群优化算法介绍,PSO(Particle Swarm Optimization)-PSO algorithm, the PSO (Particle Swarm Optimization)
Date
: 2025-12-27
Size
: 150kb
User
:
原野
[
AI-NN-PR
]
cw1
DL : 1
此程序为训练RBF网权值的量子粒子群优化算法,供各位参考-this program for training RBF net weights Quantum Particle Swarm Optimization Algorithm for reference
Date
: 2025-12-27
Size
: 2kb
User
:
jhon
[
AI-NN-PR
]
多维函数优化程序
DL : 0
用JAVA语言编写,包括PSO(Particle swarm optimization, 中文译名为粒子群优化或微粒群算法), DE (Differential evolution, 中文译名为差分进化或差异演化)等算法,有一些不带约束和带约束的算例(如Michelawicz的几个问题)。使用说明见usage.txt、RUNExample.bat和程序中的注释。 -with Java language, including the PSO (Particle swarm optimization, the Chinese translation of PSO or PSO algorithm), DE (Differential evolution, the Chinese translation of the difference or differential evolution evolution) algorithm, a number of non-binding and binding with the examples (such as the several issues Michelawicz ). Use see usage.txt, RUNExample.bat and procedures of the Notes.
Date
: 2025-12-27
Size
: 125kb
User
:
刘三
[
AI-NN-PR
]
SPSOOptimize
DL : 0
微粒群算法,c语言编写,通过优化,可以自己添加测试函数-particle swarm algorithm, c language, through optimization, can add their own function testing
Date
: 2025-12-27
Size
: 2kb
User
:
雪肤
[
AI-NN-PR
]
Cheap_PSO
DL : 0
C语言开发的微粒群优化算法源程序,程序用到了多个测试函数:包括Rosenbrock 函数等,操作时首先打开文件选择一个函数,然后点击计算就可以了。-C language development Particle Swarm Optimization algorithm source, a number of procedures used test functions : Functions include Rosenbrock, the first operation of a choice open file function, Then click on the calculation.
Date
: 2025-12-27
Size
: 76kb
User
:
zhangtao
[
AI-NN-PR
]
jswarm-pso_1_1
DL : 0
JSwarn 是微粒群优化(PSO) 程序包被写在Java. 设计要求极小的工作成绩使用(在配件箱外面) 虽然同样高模件。 -JSwarn Particle Swarm Optimization (PSO) package written in Java. The minimum design requirements of the Public results for the use (in the outside box accessories) Although the same high module.
Date
: 2025-12-27
Size
: 155kb
User
:
王子良
[
AI-NN-PR
]
FollowingModel
DL : 0
自己用swarm开发的一个车辆跟驰的模型,希望能跟广大爱好者共同探讨。-own use development of a swarm of vehicles- following model, the majority of fans are able to explore together.
Date
: 2025-12-27
Size
: 10kb
User
:
wsjgc
[
AI-NN-PR
]
matlab_min_use_PSO
DL : 0
使用pso求最小化一函數 matlab程式碼,寫的非常簡潔(不到100行),且還包括了2維的圖形展示,和大家分享參考!!! 一起學習matlab和各種optimize methods 最小化:(x-15)^2+(y-20)^2 The swarm matrix is swarm(index, [location, velocity, best position, best value], [x, y components or the value component]) Author: Wesam ELSHAMY (wesamelshamy@yahoo.com) MSc Student, Electrical Enginering Dept., Faculty of Engineering Cairo University, Egypt - Uses pso asks a smallest letter 鈻
Date
: 2025-12-27
Size
: 13kb
User
:
pychang
[
AI-NN-PR
]
QACSMATLAB
DL : 0
use swarm intelligence algorithm to slove travelling sales man problems in matlab-use swarm intelligence algorithm to slove traveling sales man problems in Matlab
Date
: 2025-12-27
Size
: 1kb
User
:
william
[
AI-NN-PR
]
antnet-4.0-src
DL : 0
use swarm intelligence to simulate network routings in omnet-use swarm intelligence to simulate networ k routings in omnet
Date
: 2025-12-27
Size
: 68kb
User
:
william
[
AI-NN-PR
]
rgmngsswarm
DL : 0
人工模拟股市(Swarm版本)-simulated stock market (Swarm version)
Date
: 2025-12-27
Size
: 178kb
User
:
吕世畅
[
AI-NN-PR
]
Discrete_PSO_TSP_C
DL : 0
离散粒子群算法(Discrete PSO)C语言源代码。 附带有利用D-PSO解决旅行商问题(TSP)的代码可作为使用时的Demo参考-discrete particle swarm algorithm (Discrete PSO) C language source code. Incidental use of a D-PSO solve the traveling salesman problem (TSP) code can be used as a reference when the Demo
Date
: 2025-12-27
Size
: 48kb
User
:
布拉德
[
AI-NN-PR
]
CDAPSO
DL : 2
一种新的随机优化技术:基于群落动态分配的粒子群优化算法(Community Dynamic Assignation-based Particle Swarm Optimization,CDAPSO)。新算法通过动态改变粒子群体的组织结构和分配特征来维持寻优过程中启发信息的多样性,从而使其全局收搜索能力得到了显著提高,并且能够有效避免早熟收敛问题。-a new stochastic optimization techniques : Community-based dynamic allocation of PSO algorithm (Dynamic Community Assigna tion-based Particle Swarm Optimization, CDAPSO). New Algorithm for dynamic change particle group's organizational structure and distribution to maintain the optimization process enlightening information diversity, thus the overall admission search capability has been significantly improved, and can effectively prevent premature convergence.
Date
: 2025-12-27
Size
: 6kb
User
:
wuyuqian
[
AI-NN-PR
]
25811237PSOGA
DL : 0
粒子群算法与遗传算法用于优化的问题求解,可以解决一些-Particle Swarm Optimization and Genetic Algorithms for optimization problem solving, you can solve some
Date
: 2025-12-27
Size
: 95kb
User
:
tiger
[
AI-NN-PR
]
pso
DL : 1
此程序包是用粒子群算法来求16个经典函数的最小最大值,其中界面友好,运行时会出现动态二维图来展现粒子群是如何运动来求最值的-This package is used for particle swarm optimization to 16 classic function of the smallest maximum value, in which user-friendly, run-time dynamic two-dimensional map will appear to show how the particle swarm movement to seek the most value
Date
: 2025-12-27
Size
: 736kb
User
:
梁锦兆
[
AI-NN-PR
]
pso-souceCode-C++Version
DL : 0
一个粒子群优化(PSO)算法的C++版本的源代码。-A particle swarm optimization (PSO) algorithm C++ Version of the source code.
Date
: 2025-12-27
Size
: 2kb
User
:
KTGG
[
AI-NN-PR
]
Particle-Swarm
DL : 0
粒子群算法在离散问题中的应用。这里主要是在TSP问题中的应用。-Discrete Particle Swarm Optimization Problems. Here the main problem in the application of TSP.
Date
: 2025-12-27
Size
: 5.17mb
User
:
李洁
[
AI-NN-PR
]
swarm for java 书籍源代码
DL : 0
用于做仿真的优良工具,还有关于swarm的一些基本介绍(a simulation platform tool)
Date
: 2025-12-27
Size
: 168kb
User
:
BruceLee_LW
«
1
2
3
4
5
6
7
8
9
10
...
50
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.