main webpage
W Topic
Particle Swarm Optimization
PLoS ONE • Vol 17 • No 8
Optimal location of logistics distribution centres with swarm intelligent clustering algorithms
2022
A clustering algorithm is a solution for grouping a set of objects and for distribution centre location problems. But the common K-means clustering algorithm may give local optimal solutions. Swarm intelligent algorithms simulate the social behaviours of anim…
Article

Particle Swarm Optimization

Iterative simulation method

In computational science, 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. It solves 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.

Exploring foci of:
PLoS ONE • Vol 17 • No 8
Optimal location of logistics distribution centres with swarm intelligent clustering algorithms
2022
A clustering algorithm is a solution for grouping a set of objects and for distribution centre location problems. But the common K-means clustering algorithm may give local optimal solutions. Swarm intelligent algorithms simulate the social behaviours of animals and avoid local optimal solutions. We employ three swarm intelligent algorithms to avoid these solutions. We propose a new algorithm for the clustering problem, the fruit-fly optimization K-means algorithm (FOA K-means). We designed a distribution centre l…
Click Particle Swarm Optimization Vs:
Cluster Analysis
Computer Science
Ant Colony Optimization Algorithms
Algorithm
Swarm Behaviour
K-Means Clustering
Mathematics
Artificial Intelligence
Economic Growth
Click Particle Swarm Optimization Vs:
Mathematical Analysis
Economics
Programming Language