Welcome![Sign In][Sign Up]
Location:
Search - pso python

Search list

[AI-NN-PRpso-down

Description: 用python语言编写的粒子群优化算法,内有多种适应度函数可供选择-Python language used particle swarm optimization algorithm, there are a variety of alternative fitness function
Platform: | Size: 3072 | Author: 海廷 | Hits:

[AI-NN-PRpso-svm

Description: 粒子群算法与支持向量机的结合,用粒子群算法快速寻找支持向量机的最优参数。-Particle swarm optimization with support vector machines with particle swarm optimization with support vector machines quickly find the optimal parameters.
Platform: | Size: 1024 | Author: 海廷 | Hits:

[Otherpypso

Description: PSO by Python. Using python 2.5 to edit and config to solve your own problem
Platform: | Size: 29696 | Author: ngoc truu | Hits:

[Mathimatics-Numerical algorithmspso.py

Description: Particle swarm optimization (PSO) is a form of swarm intelligence. Imagine a swarm of insects or a school of fish.
Platform: | Size: 2048 | Author: rod | Hits:

[AI-NN-PRpso2

Description: an implemetation of PSO to minimize 4 function developed in python
Platform: | Size: 1024 | Author: André | Hits:

[AlgorithmPython-for-PSO-algorithm

Description: Python实现的粒子群优化算法源代码,需要引用到Numpy,需要对自定义问题进行优化只需要更改f6函数即可,智能算法本身的参数亦可以自行设定。-Python implementation of the PSO algorithm source code, you need to refer to Numpy, Custom issues need to be optimized to only need to change the f6 function, the smart algorithm itself can also set their own parameters.
Platform: | Size: 10240 | Author: wang | Hits:

[OtherPSO

Description: 在Python环境下简单的PSO参数优化程序。-In the Python environment simple PSO parameter optimization program.
Platform: | Size: 17408 | Author: 何雨晨 | Hits:

[Industry researchPSO-code-in-python

Description: this a particle swarm optimization code for python users. this code demonstrate how python can be used in optimization proce-this is a particle swarm optimization code for python users. this code demonstrate how python can be used in optimization process
Platform: | Size: 1024 | Author: cincinbuyer | Hits:

[Mathimatics-Numerical algorithmsPSO

Description: Python 实现的粒子群优化算法 粒子群算法源于复杂适应系统(Complex Adaptive System,CAS)。CAS理论于1994年正式提出,CAS中的成员称为主体。比如研究鸟群系统,每个鸟在这个系统中就称为主体。主体有适应性,它能够与环境及其他的主体进行交流,并且根据交流的过程“学习”或“积累经验”改变自身结构与行为。整个系统的演变或进化包括:新层次的产生(小鸟的出生);分化和多样性的出现(鸟群中的鸟分成许多小的群);新的主题的出现(鸟寻找食物过程中,不断发现新的食物)。(Particle swarm optimization algorithm implemented by Python)
Platform: | Size: 1024 | Author: 歌者1 | Hits:

[AI-NN-PRtsp_pso-master

Description: matlab code for tsp problem using PSO
Platform: | Size: 596992 | Author: Zahra_Jaber | Hits:

[Mathimatics-Numerical algorithmsPSO

Description: 粒子群算法的python版本,简单实用,可直接使用(PSO of Python version)
Platform: | Size: 1024 | Author: 陈和安 | Hits:

[AI-NN-PR简单PSO

Description: PSO小程序,能优化机器学习等方法的参数,利用python平台实现,具有很好的实用性(PSO small program can optimize the parameters of machine learning and other methods. It is realized with the python platform. It has good practicability.)
Platform: | Size: 4096 | Author: 小树枝子 | Hits:

[AI-NN-PRPSO-Python

Description: 粒子群算法,PSO 算法属于进化算法的一种,和模拟退火算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现容易、精度高、收敛快等优点引起了学术界的重视,并且在解决实际问题中展示了其优越性。粒子群算法是一种并行算法。(The particle swarm optimization (PSO) algorithm, which is one of the evolutionary algorithms, is similar to the simulated annealing algorithm. It also starts from the random solution to find the optimal solution by iteration. It also evaluates the quality of the solution by the fitness, but it is more simple than the genetic algorithm rule, and it has no genetic algorithm "Crossover" and "variation". "(Mutation) operation, it seeks the global optimum by following the best value that is currently searched. This algorithm has attracted the attention of the academic community for its advantages of easy realization, high accuracy and fast convergence, and has shown its superiority in solving practical problems. Particle swarm optimization (PSO) is a parallel algorithm.)
Platform: | Size: 4096 | Author: 绝情逆空 | Hits:

[Mathimatics-Numerical algorithmspso

Description: 几个python实现的pso粒子群算发,有需要的可以下载参考参考(Several pso particle swarm optimization algorithms implemented by python can be downloaded for reference.)
Platform: | Size: 5120 | Author: 李帅好帅 | Hits:

[Internet-Networkmy_pso

Description: 粒子群算法,也称粒子群优化算法或鸟群觅食算法(Particle Swarm Optimization),缩写为 PSO, 是近年来由J. Kennedy和R. C. Eberhart等 开发的一种新的进化算法(Evolutionary Algorithm - EA)。(Particle swarm optimization (PSO), also known as particle swarm optimization (PSO) or Particle Swarm Optimization (Optimization) and abbreviated as PSO, is a new evolutionary algorithm (Evolutionary Algorithm EA) developed by J. Kennedy and R. C. Eberhart in recent years.)
Platform: | Size: 1024 | Author: LEE@123 | Hits:

[OtherPSO_BP

Description: 用粒子群算法对BP神经网络进行训练 亲测可用!(BP Neural Network Training with Particle Swarm Optimization Pro-test is available!)
Platform: | Size: 2048 | Author: ttstyle1010 | Hits:

[OtherGDOP

Description: 利用Python程序计算导航定位的几何精度因子,基于改进粒子群实现选星(Using Python program to calculate the geometric precision factor of navigation and positioning.Star selection based on Improved Particle Swarm Optimization.)
Platform: | Size: 3072 | Author: wo不想写代码 | Hits:

CodeBus www.codebus.net