Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Experiment Videos

Adaptive particle swarm optimization.

Zhi-Hui Zhan1, Jun Zhang, Yun Li

  • 1Department of Computer Science, SunYat-Sen University, Guangzhou, China.

IEEE Transactions on Systems, Man, and Cybernetics. Part B, Cybernetics : a Publication of the IEEE Systems, Man, and Cybernetics Society
|April 14, 2009
PubMed
Summary
This summary is machine-generated.

Related Concept Videos

Atomic Force Microscopy01:08

Atomic Force Microscopy

Atomic force microscopy (AFM) is a type of scanning probe microscopy that can analyze topographic details of various specimens like ceramics, glass, polymers, and biological samples. AFM offers over 1000 times more resolution than the optical imaging system. Images generated from AFM are three-dimensional surface profiles, offering an advantage over the flat, two-dimensional images from other imaging techniques.
The AFM Probe
The probe is regarded as the heart of any AFM setup and comprises the...

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Meteorological Visibility Estimation Using Landmark Object Extraction and the ANN Method.

Sensors (Basel, Switzerland)·2025
Same author

PV Panel Model Parameter Estimation by Using Particle Swarm Optimization and Artificial Neural Network.

Sensors (Basel, Switzerland)·2024
Same author

One-wire reconfigurable and damage-tolerant sensor matrix inspired by the auditory tonotopy.

Science advances·2023
Same author

Genetic Learning Particle Swarm Optimization.

IEEE transactions on cybernetics·2015
Same author

Optimal Selection of Parameters for Nonuniform Embedding of Chaotic Time Series Using Ant Colony Optimization.

IEEE transactions on cybernetics·2012
Same author

SamACO: variable sampling ant colony optimization algorithm for continuous optimization.

IEEE transactions on systems, man, and cybernetics. Part B, Cybernetics : a publication of the IEEE Systems, Man, and Cybernetics Society·2010
Same journal

Strategic Ability Updating in Concurrent Games by Coalitional Commitment.

IEEE transactions on systems, man, and cybernetics. Part B, Cybernetics : a publication of the IEEE Systems, Man, and Cybernetics Society·2015
Same journal

Meta-Analysis of the First Facial Expression Recognition Challenge.

IEEE transactions on systems, man, and cybernetics. Part B, Cybernetics : a publication of the IEEE Systems, Man, and Cybernetics Society·2012
Same journal

Adjustable model-based fusion method for multispectral and panchromatic images.

IEEE transactions on systems, man, and cybernetics. Part B, Cybernetics : a publication of the IEEE Systems, Man, and Cybernetics Society·2012
Same journal

Face Feature Weighted Fusion Based on Fuzzy Membership Degree for Video Face Recognition.

IEEE transactions on systems, man, and cybernetics. Part B, Cybernetics : a publication of the IEEE Systems, Man, and Cybernetics Society·2012
Same journal

A New Adaptive Fast Cellular Automaton Neighborhood Detection and Rule Identification Algorithm.

IEEE transactions on systems, man, and cybernetics. Part B, Cybernetics : a publication of the IEEE Systems, Man, and Cybernetics Society·2012
Same journal

Human-arm-and-hand-dynamic model with variability analyses for a stylus-based haptic interface.

IEEE transactions on systems, man, and cybernetics. Part B, Cybernetics : a publication of the IEEE Systems, Man, and Cybernetics Society·2012
See all related articles

Adaptive Particle Swarm Optimization (APSO) enhances search efficiency and global search capabilities over classical Particle Swarm Optimization (PSO). This adaptive approach improves convergence speed and solution accuracy without adding complexity.

Area of Science:

  • Computational Intelligence
  • Optimization Algorithms
  • Swarm Intelligence

Background:

  • Particle Swarm Optimization (PSO) is a widely used metaheuristic algorithm.
  • Classical PSO can suffer from premature convergence and limited search efficiency.
  • There is a need for improved optimization techniques with faster convergence and better global search.

Purpose of the Study:

  • To introduce an Adaptive Particle Swarm Optimization (APSO) algorithm.
  • To enhance the search efficiency and convergence speed of PSO.
  • To improve the global search capability and solution accuracy of optimization algorithms.

Main Methods:

  • APSO employs a real-time evolutionary state estimation to identify exploration, exploitation, convergence, or jumping out states.

Related Experiment Videos

  • Algorithmic parameters (inertia weight, acceleration coefficients) are automatically controlled at runtime based on the estimated state.
  • An elitist learning strategy is applied during the convergence state to help escape local optima.
  • Main Results:

    • APSO demonstrated significantly improved convergence speed compared to classical PSO.
    • The adaptive strategy enhanced global optimality and solution accuracy across benchmark functions.
    • APSO showed increased algorithm reliability in finding optimal solutions.

    Conclusions:

    • APSO offers superior performance over traditional PSO in terms of efficiency, speed, and accuracy.
    • The adaptive parameter control and elitist learning strategy are key to APSO's enhanced performance.
    • APSO provides a more robust and efficient optimization tool with minimal added complexity.