photo

Kurapati Vineeth


AIT

2016 年からアクティブ

Followers: 0   Following: 0

Student

統計

MATLAB Answers

6 質問
0 回答

ランク
122,733
of 301,496

評判
0

コントリビューション
6 質問
0 回答

回答採用率
0.0%

獲得投票数
0

ランク
 of 21,302

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 174,859

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

Feeds

表示方法

質問


How do I create random numbers using genetic algorithm? could anyone help me with code?
if true % code end

10年弱 前 | 0 件の回答 | 0

0

回答

質問


Using GA with .exe file objective function
My problem is that, I am having an objective function i.e. (Simulated yield-Actual yield) simulated yield has been obtained by r...

10年弱 前 | 0 件の回答 | 0

0

回答

質問


Can anyone please correct this program?
function y = simple_fitness(a,b,c,d,e,f) y = a + b*0.1 + c*0.3 + d*0.9 + e*10 + f*0.6; for y = 92 end ObjectiveFun...

約10年 前 | 2 件の回答 | 0

2

回答

質問


I am having doubt regarding Genetic Algorithm i.e. I know the value of y = 500 as I specified below then how can I write the code please help me?
function y = simple_fitness(x) y = 100*(x(1)^2 - x(2))^2 + (1 - x(1))^2; end

約10年 前 | 0 件の回答 | 0

0

回答