統計
MATLAB Answers
9 質問
0 回答
ランク
of 157,897
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
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...
11年以上 前 | 0 件の回答 | 0
0
回答質問
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...
11年以上 前 | 1 件の回答 | 0
1
回答質問
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...
11年以上 前 | 1 件の回答 | 0
1
回答質問
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!
11年以上 前 | 1 件の回答 | 0
1
回答質問
what is AcceptanceFcn in simulannealbnd
what is AcceptanceFcn in simulannealbnd solver? What is the difference with TolFun?
11年以上 前 | 1 件の回答 | 0
1
回答質問
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...
11年以上 前 | 1 件の回答 | 0
1
回答質問
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...
11年以上 前 | 1 件の回答 | 0
1
回答質問
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...
11年以上 前 | 1 件の回答 | 0
1
回答質問
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...
11年以上 前 | 2 件の回答 | 0