Statistiques
9 Questions
0 Réponses
RANG
232 516
of 302 101
RÉPUTATION
0
CONTRIBUTIONS
9 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
66.67%
VOTES REÇUS
0
RANG
of 21 546
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 178 957
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
Feeds
Question
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...
environ 13 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
environ 13 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 13 ans il y a | 1 réponse | 0
1
réponseQuestion
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!
environ 13 ans il y a | 1 réponse | 0
1
réponseQuestion
what is AcceptanceFcn in simulannealbnd
what is AcceptanceFcn in simulannealbnd solver? What is the difference with TolFun?
environ 13 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 13 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 13 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 13 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 13 ans il y a | 2 réponses | 0
