photo

Kurapati Vineeth


AIT

2016년부터 활동

Followers: 0   Following: 0

메시지

Student

통계

MATLAB Answers

6 질문
0 답변

순위
223,614
of 301,447

평판
0

참여
6 질문
0 답변

답변 채택
0.0%

획득한 표
0

순위
 of 21,284

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 174,609

참여
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

답변