What is Extremum Seeking Control? | Learning-Based Control, Part 1

Sdílet
Vložit
  • čas přidán 10. 09. 2024

Komentáře • 28

  • @ryanfoss6243
    @ryanfoss6243 Před 3 lety +7

    The use of sinewaves and phase comparisons is so intuitive and clever, very cool

  • @StefanBrock_PL
    @StefanBrock_PL Před 2 lety +2

    Best quality as usual. The high-pass filter can be interpreted as a derivative (detecting the signal change) and smoothing the low-pass filter :-)

  • @oldcowbb
    @oldcowbb Před 3 lety +11

    this is getting really meta, it's like a controller for controller

  • @esijal
    @esijal Před 3 lety

    Excellent presentation, thanks Brian.

  • @eliasbrassitos1
    @eliasbrassitos1 Před 2 lety

    Excellent and clear presentation. Thank you!

  • @matthewjames7513
    @matthewjames7513 Před 2 lety

    In your simulink model I noticed that you didn't add a delay block to your feedback loop. How did simulink know that the feedback signal was delayed?

  • @mrryandjable
    @mrryandjable Před 3 lety +6

    Great video, this seams similar to using Newton Raphson method for finding zero of a function can this model be altered for root finding?

    • @BrianBDouglas
      @BrianBDouglas Před 3 lety +2

      hmm, I don't know. Perhaps if you square the function so that all outputs are positive and then take the negative so that the zero crossings are the maximums you could find one of the roots by initializing the extremum seeking controller near it.

  • @Qaidi_804
    @Qaidi_804 Před rokem

    Hi Everyone, How can I improve the Iterative Learning Control based Model Predictive Controller enhance Atomic Force Microscopy performance?

  • @Trubripes
    @Trubripes Před 3 měsíci

    Sheer genius.

  • @avinashrk9016
    @avinashrk9016 Před 3 lety +3

    Can we use this in solar MPPT ??

    • @BrianBDouglas
      @BrianBDouglas Před 3 lety

      Yes you can, and Steve explains several good applications in his video here: czcams.com/video/-mD3bGD3Nbc/video.html

    • @thiagoamericano1412
      @thiagoamericano1412 Před 3 lety

      Probably yes. It is a little better "perturb and observe" that are being used for decades. The problem is that it won't be able to track correctly during panel shading, for example.

    • @avinashrk9016
      @avinashrk9016 Před 3 lety

      @@BrianBDouglas 👍👍👍

  • @elgracko
    @elgracko Před 3 lety

    awesome! anything else on ABS?
    were just designing a controller for our final exam!

  • @harrytsai0420
    @harrytsai0420 Před 3 lety +1

    So.... can Extremum Seeking Control be utilized to seek minimum rather than the maximum value?

    • @kingsgambit
      @kingsgambit Před 3 lety +2

      I believe so, when seeking a minimum of f, try min f = max -f. Just mirror your function.

    • @BrianBDouglas
      @BrianBDouglas Před 3 lety +6

      Yes, if you're looking for the minimum of a function you can just multiply the output by -1 and then look for the maximum still. That'll return the same optimal input value that will produce the lowest cost.

  • @Es22111
    @Es22111 Před 3 lety

    i'm sorry i didn't understand why the two signals get out of phase when input is higher than the minimum, can anyone explain it to me? thanks

    • @TheEdnurg
      @TheEdnurg Před 3 lety

      If you assume that the frequency of the input signal is low enough, then you can approximate the function you want to optimize to be static. You now make a first order taylor expansion on either side the optimal (maximum) point, then the gain will be positive and negative on the left and right side respectively. This implies that since the sine wave is the only varying component in the output (since we assumed the function to be static and the input just just a constant and a sine wave), you will have that the gain of the static function is what determines the phase in the output (for the taylor expansion approximation). Hope it made sense.

  • @masoudjafaripour3653
    @masoudjafaripour3653 Před 3 lety

    Thanks, Brain! That's so useful. I have a question about the term you just used for the speed of dynamic changing; "It'll continuously lag behind the maximum value". What does it mean? Do you mean the dynamic should have a lag behind the controller? Looking forward to your response.

    • @benquickfall8384
      @benquickfall8384 Před 3 lety

      I think what Brian is trying to say is that if you have a system whose dynamics change too fast (e.g. has parameters that change value quickly) or at least faster than your controller converges, then the controller won’t have enough time to converge to the local optima.
      Imagine a heat-seeking missile trying to hit a target that can move faster than it.

    • @masoudjafaripour3653
      @masoudjafaripour3653 Před 3 lety

      @@benquickfall8384 Thanks Ben, I think so. In general this proposition is correct, the controller dynamic should be faster than plant ones, but what about finding maximum or optimal solution? It seems that continuously lag behind is equivalent to be slower, but I don't understand the use of "maximum value" term here!

  • @christianrodriguez7208

    What about singular control?

  • @Uko_
    @Uko_ Před 3 lety

    Could this also be used as online/offline PID auto tuning?

  • @ubuntuub8340
    @ubuntuub8340 Před 3 lety

    How can speed of convergence lead to instability?

    • @matthewtaylor6378
      @matthewtaylor6378 Před 2 lety

      If the learning rate (gain) of the model is too large, it could overstep values of the objective function and diverge as it tries to correct its own mistake.