フィルターのクリア

Info

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

i am using ga to calculate the initial weight of nn. So what should be the fitness function for ga. I have taken 12 inputs and target is 1 so how can i write the fitness function.

1 回表示 (過去 30 日間)
rabi darji
rabi darji 2017 年 5 月 17 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
i am using ga to calculate the initial weight of nn. So what should be the fitness function for ga. I have taken 12 inputs and target is 1 so how can i write the fitness function.

回答 (1 件)

Greg Heath
Greg Heath 2017 年 5 月 17 日
編集済み: Greg Heath 2017 年 5 月 17 日
You can choose any positive semi-definite increasing fitness function you want.
The most common is
help mse
doc mse
Search
greg genetic
and
greg ga
Hope this helps.
Thank you for formally accepting my answer
Greg

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by