photo

Tuhin


Actif depuis 2014

Followers: 0   Following: 0

Message

Research Scholar

Statistiques

MATLAB Answers

4 Questions
0 Réponses

RANG
236 197
of 300 369

RÉPUTATION
0

CONTRIBUTIONS
4 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
75.0%

VOTES REÇUS
0

RANG
 of 20 936

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 407

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


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...

plus de 8 ans il y a | 1 réponse | 0

0

réponse

Question


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...

plus de 8 ans il y a | 1 réponse | 0

1

réponse

Question


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 ...

environ 11 ans il y a | 1 réponse | 0

1

réponse

Question


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 ...

plus de 11 ans il y a | 1 réponse | 0

1

réponse