photo

Tuhin


Attivo dal 2014

Followers: 0   Following: 0

Messaggio

Research Scholar

Statistica

MATLAB Answers

4 Domande
0 Risposte

RANK
236.197
of 300.369

REPUTAZIONE
0

CONTRIBUTI
4 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
75.0%

VOTI RICEVUTI
0

RANK
 of 20.936

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.436

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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

oltre 8 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 11 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 11 anni fa | 1 risposta | 0

1

risposta