photo

Kurapati Vineeth


AIT

自 2016 起处于活动状态

Followers: 0   Following: 0

消息

Student

统计学

MATLAB Answers

6 个提问
0 个回答

排名
223,608
of 301,440

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 21,282

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 174,580

贡献数
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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 0 个回答 | 0

0

个回答