Statistica
9 Domande
0 Risposte
RANK
232.532
of 302.124
REPUTAZIONE
0
CONTRIBUTI
9 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
66.67%
VOTI RICEVUTI
0
RANK
of 179.242
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
Feeds
Domanda
Refine the results by GA to true values
I am currently using GA optimization toolbox. My true values to generate my dataset is, say like [0.4 0.5 0.6], after i ru...
circa 13 anni fa | 0 risposte | 0
0
risposteDomanda
Parameter estimation behavior by GA optimization toolbox
For the parameter estimation by GA optimization toolbox, is that possible that the estimated parameter deviates from the true va...
circa 13 anni fa | 1 risposta | 0
1
rispostaDomanda
Too many output arguments??? in nonlinear constraint function in ga
This is my nonlinear constraint function in ga built-in function, function ceq=nonlincon(z) ceq=z(3).*exp(z(2).*(1-z(1...
circa 13 anni fa | 1 risposta | 0
1
rispostaDomanda
What are some good intermediate-level MATLAB books?
Can anyone suggest any good intermediate level books on MATLAB programming? I'm so desperate for MATLAB Programming books!
circa 13 anni fa | 1 risposta | 0
1
rispostaDomanda
what is AcceptanceFcn in simulannealbnd
what is AcceptanceFcn in simulannealbnd solver? What is the difference with TolFun?
circa 13 anni fa | 1 risposta | 0
1
rispostaDomanda
How to add condition for X in simulannealbnd
for X = SIMULANNEALBND(FUN,X0,LB,UB), the vector X0 starts the point finding so that the answer LB<=X<=UB. How if i want to ad...
circa 13 anni fa | 1 risposta | 0
1
rispostaDomanda
while loop keeps running indefinitely
Why my code is not working? It keeps running indefinitely... z0=[0.3 0.5 0.2]; test=0; while test==0 di...
circa 13 anni fa | 1 risposta | 0
1
rispostaDomanda
How to go back to check condition again after the if-else statement
This is my coding, cond=exp(z(2)*(1-z(1)))-(1/z(3)); if cond<0 h=@test; znew=simulanneal...
circa 13 anni fa | 1 risposta | 0
1
rispostaDomanda
How to return to the main function from function file by using return
I'm using simulated annealing to do minimization for my model. The following is my main function. lb=[0.01 0.01 0.01]; u...
circa 13 anni fa | 2 risposte | 0
