Community Profile

photo

Tuhin


2014년부터 활동

Followers: 0   Following: 0

연락

Research Scholar

통계

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


How to include a constrained equation in PSO code?
I have developed a PSO code for unconstrained problems. In case of constrained optimization, how should I link the constraint fu...

거의 7년 전 | 답변 수: 0 | 0

0

답변

질문


My PSO codes gives different results after each run
I have developed a PSO code for 4 variables (maximization problem). Now when I run the code, each time the results shows differe...

거의 7년 전 | 답변 수: 1 | 0

1

답변

질문


In the program below, the loop stops at theta(4). It will be a great help if you can please help me to rectify the error.
clear theta(1)= input('Enter your guess:') theta(3)= theta(1) S1=0.5 S2=.32 S3=0.56 dx=(1/30) for i= 2:30 ...

9년 초과 전 | 답변 수: 1 | 0

1

답변

질문


I am new in MATLAB and trying to write this code on NEWTON-RAPHSON. Please help me to rectify the error in this code. I have shared the program with the error signal below. Its urgent. Any help will be highly appreciated.
syms x f= cos(3*x) - x x(1)=input('Enter your guess:'); tol=input('Enter the tolerance:'); fdash=diff((f)); for ...

9년 초과 전 | 답변 수: 1 | 0

1

답변