A Useful Quote About Particle Swarm Optimization (PSO)

Поділитися
Вставка
  • Опубліковано 5 вер 2024
  • In this video, I'm going to show you a useful quote about Particle Swarm Optimization (PSO), which can be used for learning and academic writing related to optimization algorithms.
    “Particle swarm optimization (PSO) is a population-based stochastic optimization algorithm motivated by intelligent collective behaviour of some animals such as flocks of birds or schools of fish. Since presented in 1995, it has experienced a multitude of enhancements. As researchers have learned about the technique, they derived new versions aiming to different demands, developed new applications in a host of areas, published theoretical studies of the effects of the various parameters and proposed many variants of the algorithm.”
    Source: link.springer....
    + SUBSCRIBE to receive more videos on the topic of "Solving Optimization Problems", please click here: bit.ly/3r4oIkC
    + Matlab/Python codes of my Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing Algorithm: bit.ly/2Aj0TQ6
    HERE ARE 6 LISTS OF MY VIDEOS YOU MAY BE INTERESTED IN:
    1. Optimization Using Genetic Algorithm:
    • Optimization Using Gen...
    2. Optimization Using Particle Swarm Optimization:
    • Optimization Using Par...
    3. Optimization Using Simulated Annealing Algorithm:
    • Optimization Using Sim...
    4. Optimization Using Optimization Solvers:
    • Optimization Using Opt...
    5. Optimization Using Matlab:
    • Optimization Using Matlab
    6. Optimization Using Python:
    • Optimization Using Python
    If you have any questions, please let me know by leaving a comment below.
    About Me: learnwithpanda...
    My Blog: learnwithpanda.com
    My Facebook: bit.ly/36234ot
    My LinkedIn: bit.ly/3bbth5e
    Free Music from UA-cam Audio Library.
    Thank you for watching - I really appreciate it :)
    All of my videos on the topic of Solving Optimization Problems: #MyPSOalgorithm, #DiscussionAboutOptimizationMethods, #SolvingOptimizationProblems
    © Copyright by Solving Optimization Problems. ☞ Do not Reup

КОМЕНТАРІ • 10

  • @carlosvalera259
    @carlosvalera259 2 роки тому

    genetic algorithm is very rare, genetic algorithm is about maximizing or minimizing a function, it means it finds the global optimal values
    that means if I have a bimentional vector of list from 1 to 100 that means the algorithm will detect the max global value as 100

  • @joezhang832
    @joezhang832 2 роки тому

    Thanks for the information. I'm currently working on a multi-variable problem, where the number of unknowns is at least 20+. I tried fminsearch(), fmincon(), even ga() but none of them worked well. Do you have any suggestion of proper optimizer in MATLAB for this large-variable optimization problem?

  • @do_not_reply4784
    @do_not_reply4784 2 роки тому

    what will be the complexity of an evolutionary algorithm ?? can it be calculated ?? plzzzz reply

  • @safiabenzidane3262
    @safiabenzidane3262 2 роки тому

    Can u do Quantum pso ?

  • @ahmedkh3172
    @ahmedkh3172 2 роки тому

    HOW CN I FIND THE EQUATION TO APPLY IT