Info

この質問は閉じられています。 編集または回答するには再度開いてください。

How can I modify database in each iteration using the original one?

1 回表示 (過去 30 日間)
Mira le
Mira le 2019 年 11 月 18 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
in my code T1 is a data base is already load,
N=10;
for i=1:N
Qt(i).Cost = Evaluation(Qt(i).sequen,SI,D,T1,MST,NS,L);
end
i call the Evaluation function to evaluate each solution (vector) =Qt(i).sequen, Now T1 is the data base I wish to modify, but I want each Qt(i) modify by the original T1 not T1 already modified in the previous step
And the result of Qt save it in file .txt
How can i do that?
  4 件のコメント
Walter Roberson
Walter Roberson 2019 年 11 月 18 日
You do not modify T1 in the code you show, so it is not clear why you are talking about T1 modified in the previous step.
Mira le
Mira le 2019 年 11 月 18 日
because my code is Iterative, so in each values of " i " ishall call the function "Evaluation" and the T1 have to be the original

回答 (0 件)

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by