Particle Swarm Optimization (Vectorized Code)软件

a simple implementation of Particle Swarm Optimization algorithm (PSO)

软件应用简介

Particle Swarm Optimization (Vectorized Code)软件

Particle swarm optimization (PSO) is a computational method that optimizes a problem by iteratively trying to improve a candidate solution with regard to a given measure of quality. PSO optimizes a problem by having a population of candidate solutions, here dubbed particles, and moving these particles around in the search-space according to simple mathematical formulae over the particle’s position and velocity. Each particle’s movement is influenced by its local best known position but, is also guided toward the best known positions in the search-space, which are updated as better positions are found by other particles. This is expected to move the swarm toward the best solutions. 

This code is based on the original PSO code in “file exchange” by Wesam Elshamy.

界面展示

Particle Swarm Optimization (Vectorized Code)软件

结果示意

Particle Swarm Optimization (Vectorized Code)软件

 

规格 价

0元试用
0.0元人民币/月

声明:本站部分文章及图片源自用户投稿,如本站任何资料有侵权请您尽早请联系jinwei@zod.com.cn进行处理,非常感谢!

上一篇 2022年7月7日
下一篇 2022年7月7日

相关推荐