Python Code for Particle Swarm Optimization (Sphere function)

Поділитися
Вставка
  • Опубліковано 4 лис 2024

КОМЕНТАРІ • 17

  • @uebertiluis4607
    @uebertiluis4607 Рік тому +3

    I love you!. I've been trying for months trying to create my objective function through neural networks. Somehow with that np.sum it worked hahaha

  • @manhnguyen8228
    @manhnguyen8228 10 місяців тому +1

    Thank you for your video, I would like to ask, is this possible to apply the same algorithm to another equation

  • @toantrungthach1403
    @toantrungthach1403 3 роки тому +1

    Làm nhiều video về Python đi Idol ơi! Hay quá!

  • @arvinbeheshti7285
    @arvinbeheshti7285 2 роки тому +1

    you are perfect bro, you are so perfect. tnx alotttttttt

  • @chathurangiatugoda3859
    @chathurangiatugoda3859 2 роки тому +1

    thank you very much sir. it's working

  • @philtoa334
    @philtoa334 2 роки тому +1

    C est tres interessant , merci.

  • @ashikhasan9082
    @ashikhasan9082 2 роки тому +3

    Can you please share the paper link?

  • @meriemketfi4923
    @meriemketfi4923 2 роки тому +1

    hi
    how can i use PSO to optimize image

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

    bro can you give a code walkthrough coz it very difficult to understand how you have assign the values

  • @geetabhanushali7884
    @geetabhanushali7884 3 роки тому +1

    what is the objective function that you have used?

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

      Sphere function

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

      @@EngineerHunter That is an optimization function/benchmark function. I am looking for objective function.

    • @guilhermesalgado701
      @guilhermesalgado701 3 роки тому +1

      @@geetabhanushali7884 The objective function here is to minimize the Sphere Function, which has its' global minimum as x_d = 0, 'd' being the number of variables (dimensions) of the problem.

  • @monikasharma7641
    @monikasharma7641 Рік тому +1

    what is "ps" in this