Innovative Algorithm for Global Optimization

Поділитися
Вставка
  • Опубліковано 5 вер 2024
  • In this video, I’m going to show you my innovative algorithm for global optimization. This algorithm has an innovative mechanism to automatically restart its search process if it gets stuck in local optima. With this adaptive restart mechanism, success rate of achieving the global optimal solution of this algorithm is significantly enhanced. Robustness of this algorithm will be demonstrated in solving a difficult global optimization problem as shown in this Figure. Now, let’s get started.
    + SUBSCRIBE to receive more videos on the topic of "Solving Optimization Problems", please click here: bit.ly/3r4oIkC
    + Matlab code: bit.ly/3biq2ud
    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: #MyGeneticAlgorithm, #MyMatlabCode, #SolvingOptimizationProblems
    © Copyright by Solving Optimization Problems. ☞ Do not Reup

КОМЕНТАРІ • 4

  • @bensaidismail5394
    @bensaidismail5394 3 роки тому

    Thanks
    The program concerning the objective function is not clear, can you explain it with details, upper and lower band, x and y how they it defined etc.
    Thanks

  • @luiggirenatocantossanchez6613
    @luiggirenatocantossanchez6613 3 роки тому

    Is it a determistic, or a stochastic optimization algorithm? Always converge to the global solution with enought iterations, or It does a random search? In any case, it would be good if you provide more details about your algorithm.

    • @SolvingOptimizationProblems
      @SolvingOptimizationProblems  3 роки тому

      This is a stochastic optimization algorithm, which I called - adaptive restart genetic algorithm. More details are in the video description. Thanks for your suggestion and watching!