photo

sethu


2015년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

8 질문
0 답변

순위
260,928
of 301,716

평판
0

참여
8 질문
0 답변

답변 채택
50.0%

획득한 표
0

순위
 of 21,398

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 176,227

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


how to maximize one of the output and minimize the other output of gamultiobj?
i have three input parameters namely 1.) value of deformation 2.) solid solution time 3.) aging time and for those we have tw...

거의 11년 전 | 답변 수: 1 | 0

1

답변

질문


How to get the outputs of every generation that is generated using ga and save it in workspace
suppose , i used objFcn =@(t) sim(net,t'); nvars =3; LB=[40,50,60]; UB=[90,110,100]; [X,FVAL] = gamultiobj(objFcn,nvars,...

거의 11년 전 | 답변 수: 0 | 0

0

답변

질문


how to write the fitness function correctly?
function f =myfunc(t) r1 = @(v) v(1,:); r2 =@(v) v(2,:); f(:,1) =@(t) r1(sim(net,t')); f(:,2) =@(t) r2(1./sim(net,t')); end...

거의 11년 전 | 답변 수: 0 | 0

0

답변

질문


how to minimize one of the output and maximize the other output of the trained neural network with in the given lower and upper bound using the ga.
i trained a neural network which has 3 input parameters and 2 outputs, if i want to minimize both the outputs i am using ob...

거의 11년 전 | 답변 수: 0 | 0

0

답변

질문


how to write function file containing 2 objectives as the 2 seperated output functions of a neural network with 2 outputs.
i seperated 2 outputs of the single function {i.e, for "f = @(t) sim(net,t')"} by using row1 = @(v) v(1,:); first_outpu...

거의 11년 전 | 답변 수: 1 | 0

1

답변

질문


how to access the outputs seperately?
suppose i have a function f(x) =@(t) sim(net,t'). It has 2 outputs how can i seperate them? example: f(1) = [1,2], f(2) =[...

거의 11년 전 | 답변 수: 1 | 0

1

답변

질문


training the neural network and then maximising the outputs using genetic algorithm
this is my code for training data using code. inputs = [x1;x2;x3]; targets = [y1;y2]; hiddenlayersize = 10; net = f...

거의 11년 전 | 답변 수: 1 | 0

1

답변

질문


how to write a code for fitness function(i don't have the exact fitness function but have the training data)?
i have training data with 3 input parameters and 2 output parameters, based on that I want to use neural network to train that d...

거의 11년 전 | 답변 수: 2 | 0

2

답변