搜索结果
找到约 99 项符合
particle 的查询结果
按分类筛选
其他 This program is an M-file of Chaotic version of Particle Swarm Optimization method.
This program is an M-file of Chaotic version of Particle Swarm Optimization method.
文章/文档 particle lines project having a bit errors which u can find out
particle lines project having a bit errors which u can find out
数学计算 Particle Swarm Algorithm
Particle Swarm Algorithm
其他 Matlab particle swarm optimization toolbox
Matlab particle swarm optimization toolbox
行业发展研究 A mini tutorial about Particle swarm optimization
A mini tutorial about Particle swarm optimization
其他 A thesis about particle swarm optimization
A thesis about particle swarm optimization
人工智能/神经网络 A very nice an new text book about Particle Swarm
A very nice an new text book about Particle Swarm
行业发展研究 Particle swarm optimization (PSO) was originally designed and introduced by Eberhart and Kennedy (E
Particle swarm optimization (PSO) was originally designed and introduced by Eberhart and
Kennedy (Ebarhart, Kennedy, 1995 Kennedy, Eberhart, 1995 Ebarhart, Kennedy, 2001). The
PSO is a population based search algorithm based on the simulation of the social behavior of
birds, bees or a school of fi ...
游戏 国外游戏开发者杂志2000年第三期配套代码
国外游戏开发者杂志2000年第三期配套代码,包含John Van Der Burg的particle系统的代码
人工智能/神经网络 连续型粒子群算法的java实现
连续型粒子群算法的java实现,可以自己设计粒子群算法(继承Swarm和Particle类),包含有三个个抽象类(Swarm、Particle、Problem),可以继承Problem类自定义新的问题。