Multi-Objective Optimization with Linear and Nonlinear Constraints in Matlab

Поділитися
Вставка
  • Опубліковано 15 вер 2024
  • In this video, I’m going to show you how to solve multi-objective optimization with linear and nonlinear constraints in Matlab. This method is very easy and effective. Minimum programming skill is required.
    + SUBSCRIBE to receive more videos on the topic of "Solving Optimization Problems", please click here: bit.ly/3r4oIkC
    + Matlab code: bit.ly/3owsp0M
    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: #MultiObjectiveOptimization, #UsingGAsolver, #SolvingOptimizationProblems
    © Copyright by Solving Optimization Problems. ☞ Do not Reup

КОМЕНТАРІ • 27

  • @Mohammad-fv1zb
    @Mohammad-fv1zb 3 роки тому

    your videos are amazing professor, Thanks and best regards for you...

  • @m.muthukanikani9997
    @m.muthukanikani9997 Рік тому

    thank you so much for your explanation

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

    Thanks for your help, one question, I'm getting this error "Deletion requires an existing variable", any ideas how to solve it? Thanks in advance

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

    Hi, thank you very much for the content of your video, can you share how to solve the multi-objective problem using the tools of Genetic Algorithm II, and then, how the equation constraint should be coded?

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

    Thank you for the very helpful videos!!
    I was trying to do the optimization part, but Matlab said Optimization Apps has been removed. So, it is asked me to use Optimize Live Editor Task. Could you show me how to do with that?
    Thanks in advance!

  • @zainabgomaa4124
    @zainabgomaa4124 Рік тому

    How can i make optimization code by anealing algorithm for cost equation in three variables

  • @systemcontrolapplications.9622
    @systemcontrolapplications.9622 2 роки тому

    Out of all these results, which one is the Optimal value of "fval" and "x"?

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

    Hello sir Thanks for an amazing video,However i have a question. If i want to implement ga multiobjective toolbox with ramp rate constraints lets say -> |X1(k) - X1(k-1)| = 80 where k is an optimization period how do i do such things thanks in advance (I'm working in Dynamic Economic dispatch problem)

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

      We can add constraints to the solve. Can you see the constraint box?

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

      @@SolvingOptimizationProblems for example i have x1,x2,x3 as input variable and D = 100;200;300 and my equality cons is x1+x2+x3-D = 0 i want GA to optimize each of the function vary D variable how can i do that

  • @ozanevcil7271
    @ozanevcil7271 Рік тому

    Undefined function 'function name' for input arguments of type 'double'. i do the same but just face this problem...help please!

    • @SolvingOptimizationProblems
      @SolvingOptimizationProblems  Рік тому

      Maybe, you did not name the function correctly. Keep in mind that the name of the function and the function name must be exactly the same.

    • @ozanevcil7271
      @ozanevcil7271 Рік тому

      @@SolvingOptimizationProblems thank you very much it worked.
      I have another issue that "function f = abcabc(x)"
      f(1) = x1^3 + x2*x1
      f(2) = 5*x2^2 -x1^3
      domain of x1 and x2 is -20 to 20.
      In optimization toolbox, how should i define the domains? In constrain, is upper and lower values are -20 and 20? Or constrain part will be empty? I really could not understand. I'll be glad if you help . Thanx in advance

    • @SolvingOptimizationProblems
      @SolvingOptimizationProblems  Рік тому

      I think somewhere in the video I define/set up the domains of the variables

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

    i wish to know if i have 50 variables,i can't,write the non linear equation because it is very long.what can i do?

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

    how to you solve the error "too many output arguments"

  • @Moments.of.college
    @Moments.of.college 5 місяців тому

    Sir can you provide the theoretical method..😢