Evolutionary Algorithms - Multi-Objective Problems

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ต.ค. 2024

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

  • @Spicynoodlebucket
    @Spicynoodlebucket 6 ปีที่แล้ว +3

    Thank You! I've been trying to understand how Pareto dominance works for a couple of hours now and this video finally helped me understand.

  • @semrana1986
    @semrana1986 7 ปีที่แล้ว +12

    very well explained, please upload more videos on this topic...

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

    This presentation is clear understanding of single and multiobjective optimisation problems. Waiting for more videos

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

    The very best. More videos please specifically on multiobjective optmizations.

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

    Brilliant video, very well explained. I really hope that you can upload more about A.I.

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

    Thanks a lot sir it was so helpful i look for the following vidéo to solve the multiobjectif problem

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

    thank you! sir, please make a video on the comparison between single objective and multiobjective GA's and their applications

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

    Thanks a lot very good introduction to Multi-Objective Problems

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

    amazing and so helpful! thank you so much

  • @MazharAli-ld1si
    @MazharAli-ld1si 6 ปีที่แล้ว +1

    Nice way to deliver concepts

  • @geomaticadviser2788
    @geomaticadviser2788 4 ปีที่แล้ว

    Besyar khob v maherane Dr.Shahine aziz... Sepapse faravan

  • @ViezeVingertjes
    @ViezeVingertjes 4 ปีที่แล้ว

    In this case, higher is better on both axes. Arent the rectangles drawn in the incorrect direction?
    If you would pick C, and draw the rectangle from there (to the right upper corner that is), you would know by which points it's dominated straight away?

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

    great explanation. thank you so much

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

    Thankyou..

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

    Extremely well explained. Many thanks!

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

    amazing explanation !!!

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

    That is a very well explained subject. Could you please do a video on representation of solutions in evolutionary programming?

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

    Thank you, It is very well video.. very Nice..

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

    Thanks a lot Sir, it was extremely helpful

  • @КатяЄфім
    @КатяЄфім 5 ปีที่แล้ว +1

    But what happened to stick people population ??!

  • @AZTECMAN
    @AZTECMAN 6 ปีที่แล้ว

    Please make a video on selection strategies soon.

  • @hilinaworkneh4846
    @hilinaworkneh4846 4 ปีที่แล้ว

    that's very nice, thank you.
    and can you give some explanation on non-dominated sorting genetic algorithm?

  • @khiriaaldwib8283
    @khiriaaldwib8283 6 ปีที่แล้ว

    a Very good explanation,would you mind to provide more details about Pareto front optimization with N -Dimensional

  • @reshmakalagara3025
    @reshmakalagara3025 6 ปีที่แล้ว

    Well explained. Can you make a video on NSGA-II?

  • @euclidesneto4516
    @euclidesneto4516 7 ปีที่แล้ว

    Just brilliant! Congrats!

  • @zohaibjan
    @zohaibjan 7 ปีที่แล้ว

    Nice work. Can you please make a video on one can use multi objective problem for ensemble classifier selection ?

  • @karthik-ex4dm
    @karthik-ex4dm 6 ปีที่แล้ว

    Another great video!!! Waiting for the next in series

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

    Brilliant

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

    Brilliant!

  • @joshiintime1
    @joshiintime1 6 ปีที่แล้ว

    Can AHP be used to solve multi objective problems? The user can perform a relative rating of criteria and then a benefit score can be calculated that gives you the best option ranking. Any thoughts?

  • @nisalranasinghe7457
    @nisalranasinghe7457 6 ปีที่แล้ว

    THank you very much sir! helped me a alot

  • @guroo_ghantaal
    @guroo_ghantaal 6 ปีที่แล้ว

    Is it possible to optimize variables such as speed, handling etc. directly or do you have to have a function that describes how they relate to each other, and then you optimize that function?

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

      Typically speed and handling are the objectives, and the variables are what determine these objectives. You can optimise the objectives without defining any relationships between them, however, it's often beneficial if you have auxiliary knowledge about the problem (e.g. knowledge about the desired trade-off).

    • @guroo_ghantaal
      @guroo_ghantaal 6 ปีที่แล้ว

      Thank you Dr. Rostami. I have 7 related variables - 4 discrete, 3 continuous, each of the same size n. They are intuitively related but it's hard to formalize that relationship quantitatively a priory without introducing subjective bias. I am comfortable with lexicographic preference ordering though. I am interested in identifying a set of non-dominated, pareto-optimal solutions where 2 of these variables are optimally maximized and 5 of these variables are optimally minimized. How do I go about: a) identifying appropriate optimization algorithm for this problem, and b) how do I formulate / setup this problem in Scipy/PyGMO etc. all of which seem to want a functional formulation? Thank you so much for your time and help.

  • @MrAkbarabay
    @MrAkbarabay 6 ปีที่แล้ว

    Thanks for the explanation

  • @powerrabbit
    @powerrabbit 7 ปีที่แล้ว

    Nice work! Can you make a video on Particle Swarm Optimization? :)

  • @pritimaratha6285
    @pritimaratha6285 6 ปีที่แล้ว

    I am working on one of the max min problem. To solve this problem, I am using fminimax function under MATLAB.
    But I got stuck on a point in it. The initial value(i.e. x0) which I am passing into fminimax function and the final result(i.e. x) given by it are coming same. I have tried by changing the value of x0, still x is coming same. What should I do to get desirable result?

  • @dr.irinej3856
    @dr.irinej3856 6 ปีที่แล้ว

    i ve a prbm with two maximizing energy nd other one minimizing cost objective sir, am not havg any idea abt mop, help me sir . which software is easy to solve this model

  • @misfallahnurhayati6954
    @misfallahnurhayati6954 6 ปีที่แล้ว

    Thank you.

  • @srinivasn2843
    @srinivasn2843 6 ปีที่แล้ว

    Sir, this is a good video above all videos on Pareto optimal concept. plz can u explain, how to get the best solution from non-dominating solutions

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

    Sir, I'm missing your videos like this =(

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

      Hello Ênio. Your comment prompted me to create and publish an unplanned video, you can find it here th-cam.com/video/YFgtbxt7yhE/w-d-xo.html. I hope you find it useful!
      All the best.

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

      @@ShahinRostami 100% usefull, like always. Your book are amazing 😍

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

    Love you sir

  • @hemna1912
    @hemna1912 6 ปีที่แล้ว

    thank you .
    this problem can be adapted for "the heterogeneous cluster"?
    - each node in cluster has a cpu and a storage capacity .. (in this case two objectives to satisfy simultaneously)

  • @dr.irinej3856
    @dr.irinej3856 6 ปีที่แล้ว

    how to solve two maximize one minimize function siram not havg any idea abt mop, help me sir .

  • @lijuanwang8335
    @lijuanwang8335 6 ปีที่แล้ว

    Very clear ! thanks

  • @trungphan6359
    @trungphan6359 6 ปีที่แล้ว

    Very nice sir, help me out with the assignment :D

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

    👍

  • @dr.irinej3856
    @dr.irinej3856 6 ปีที่แล้ว

    well explained sir

  • @bekelemulu1470
    @bekelemulu1470 6 ปีที่แล้ว

    explained nicely
    could you please post a video on NSGA-II
    thanks

    • @ShahinRostami
      @ShahinRostami  6 ปีที่แล้ว

      I'm glad you found it useful. I've had a few requests for a video on NSGA-II - is there a particular part of the algorithm which is difficult to understand?

    • @bekelemulu1470
      @bekelemulu1470 6 ปีที่แล้ว

      thanks for your prompt response!
      sure, I need am not clear on NSGA-II, especially for more than 2 objectives with more than 3 decision variables for each.
      thanks again

  • @kooshamirjavadi6633
    @kooshamirjavadi6633 4 ปีที่แล้ว

    Damet garm

  • @modutata9304
    @modutata9304 6 ปีที่แล้ว

    عااااااااااااااااااااااااااااااااااش جدا

  • @sumeet141
    @sumeet141 3 ปีที่แล้ว

    Narrarion too slow, primary school students won't be learning GA, so consider the audience.

  • @ahmetcevahircinar5699
    @ahmetcevahircinar5699 6 ปีที่แล้ว

    Thank you.