mean square error as genetic algorithm cost fuction
古いコメントを表示
Hello to everyone,
I'm having problem by using the matlab ga function. In practice I have a SteadyStateThermalResults (basically the temperature associated to each node of a mesh), and I want to use a genetic algorithm to obtain the same thermal profile on the same geometry, by placing a heat source on it. Considering only circular heat sources, the output of the algo should be the position (x,y), the radius and the temperature of the source. I want to use the mean square error as cost function of my algo, and it should take the generated solution, place the heat source on the geometry, compute the thermal profile and make the mse with the original one. How can I specify this kind of cost function the the ga() matlab function?
Thank you in advance,
Antonio.
2 件のコメント
Sam Chak
2024 年 1 月 17 日
Can you provide the equation for the mean square error?
Maybe
error = sqrt(1/A * integral_(A) (T(SteadyStateThermalResults)-T(SimulationResultsWithHeatsource))^2 dA)
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Heat Transfer についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!