Optimisation Lecture 4: Differential Evolution

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ม.ค. 2025

ความคิดเห็น • 24

  • @dojoduckie3512
    @dojoduckie3512 2 ปีที่แล้ว +3

    Thanks for the vid! Doing this for a school assignment right now and your explanation was very helpful.

    • @drjacovanniekerk
      @drjacovanniekerk  2 ปีที่แล้ว +1

      I am really glad. Good luck and keep on learning.

  • @MohsenGhassemiParsa
    @MohsenGhassemiParsa ปีที่แล้ว +1

    Is it possible to have the presentation file of this video?

  • @GulnazShalgumbayeva-d8i
    @GulnazShalgumbayeva-d8i 8 หลายเดือนก่อน +1

    excellent explanation

  • @souadmassi7683
    @souadmassi7683 2 ปีที่แล้ว +3

    Thank you sir for this presentation.
    I have one question, please
    Is DE/current to best is good for exploration or for exploitation or it offers a balance between the two?

    • @drjacovanniekerk
      @drjacovanniekerk  2 ปีที่แล้ว +2

      Great question. Like most DE implementations it tries to strike a balance between the two. The difference vector between "best and parent" tries to explore more where the parent is weak (relative to best particle) and smaller, i.e. more exploitation where the parent the best particle are closer to one another.

    • @souadmassi7683
      @souadmassi7683 2 ปีที่แล้ว +1

      @@drjacovanniekerk Could you please make another video explaining this point, please?

    • @souadmassi7683
      @souadmassi7683 2 ปีที่แล้ว

      @@drjacovanniekerk So, can we say it is more exploitative?

    • @souadmassi7683
      @souadmassi7683 2 ปีที่แล้ว

      @@drjacovanniekerk What if the best is far away to the global mimimum for example? For DE/current to best

    • @souadmassi7683
      @souadmassi7683 2 ปีที่แล้ว

      @@drjacovanniekerk If they the parent and the best are far away to each other. Does it mean that DE/current to best is explorative?

  • @muhammadwasif9181
    @muhammadwasif9181 ปีที่แล้ว +2

    Hello, can you share book name?

    • @drjacovanniekerk
      @drjacovanniekerk  ปีที่แล้ว +1

      Sorry, I missed this message. The book is: Computational Intelligence: An Introduction, Second Edition, Andries P. Engelbrecht

  • @LL-mq7gj
    @LL-mq7gj 10 หลายเดือนก่อน

    9:20 should the difference vector be the magnitude (i.e. always positive)?

    • @dondocentone1334
      @dondocentone1334 2 หลายเดือนก่อน +1

      No, you are adding vectors, not scalars thus you need to preserve the directional information to navigate through search space.

  • @siphiwomzekandaba
    @siphiwomzekandaba ปีที่แล้ว +1

    Good revision video for my exam tomorrow, thank you🔥🙏🏾
    Are you by any chance related to Prof Theo van Niekerk, who lectures at NMU? You sound slightly like him, and you give good explanations also! He taught me Mechatronic control systems

    • @drjacovanniekerk
      @drjacovanniekerk  ปีที่แล้ว

      Probably... but I really don't know how as I do not know him. :-) We're all technically related. Thank you for the compliment.

  • @sokopinions
    @sokopinions ปีที่แล้ว

    Is the target vector the same for each parent or do we use a specific trail vector for each parent?

    • @drjacovanniekerk
      @drjacovanniekerk  ปีที่แล้ว

      A new target vector is chosen for each parent.