統計
MATLAB Answers
2 質問
0 回答
ランク
of 174,306
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Fuzzy controller using genetic algorithm
I am trying to implement a fuzzy logic controller for manipulator control using genetic algorithm. I have seven membership funct...
9年以上 前 | 1 件の回答 | 0
1
回答質問
While implementing genetic algorithm for finding the global minimum for a variable 'y' (which depends upon both x and z), I want to optimise only x and not z. I want to input z from the main code and pass it to my fitness function. Can this be done?
function y=myFitness(x,z) y=(z^2)*x(1)+ 4*x+ z*x(2)^5; end
9年以上 前 | 1 件の回答 | 0
