필터 지우기
필터 지우기

PSO

조회 수: 2 (최근 30일)
vydyam
vydyam 2012년 3월 9일
댓글: Pulkit Goyal 2015년 3월 22일
Can any body help me dealing with the code for the prohibited zones of operation in Pso. Actually I am dealing with economic load dispatch in that a equation will be there like, Ft=a*P^2+b*P+C and the value of the power should lie between as 100<P<400 but P should not be in the region from 200 to 220 .That means I have to get a solution that P should lie between 100 and 400 but should not lie between 200 and 220

채택된 답변

vydyam
vydyam 2012년 3월 28일
I have tried the above by using a for loop and switch case for two regions like 100-200 one and 220-400 the other .I have changed the VR used in PSO_trealeavectorized algorithm with the above ranges as for case1:VR=100-200 and for Case2:VR=220-400 and I have found the min of these as is my requirement.I had got the answer but stil the time taken was a lot more ,I want to decrease the time taken Kindly suggest me any other better method to do this
  댓글 수: 1
Pulkit Goyal
Pulkit Goyal 2015년 3월 22일
Can anybody help to solve linear equation of multiobjective,one have to maximize and other have to minimize.In which constraint are of conditional type.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Particle Swarm에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by