optimizing neural network with NSGA-II

hello
I have a neural network structure of my data and I want to do a multiobjective optimization for example with NSGA-II. How could I connect my ANN to NSGA-II?
I tried the next code:
[x_ga1,fval_ga1,~,gaoutput1] = gamultiobj(fun,nvar,A,b,Aeq,beq,lb,ub,opts_ga);
where "fun" is my ANN function. but It makes an error!!

답변 (1개)

feze
feze 2024년 7월 18일

0 개 추천

Hello
I have the same problem as you to solve. Could you please let me know how you addressed your problem?
Thanks

카테고리

도움말 센터File Exchange에서 Multiobjective Optimization에 대해 자세히 알아보기

제품

릴리스

R2018a

질문:

2019년 5월 24일

답변:

2024년 7월 18일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by