How to insert neural network model as an objective function in pattern search

2 ビュー (過去 30 日間)
Mustafa Al-Nasser
Mustafa Al-Nasser 2019 年 3 月 11 日
Dear All;
I built a neural network model and i want to use pattern search to determine the set of input that give the optimal output value (NN output) .
My objective function J is simply the output of NN model ,
in other words:
Y=sim(net, X);
J=Y ( I need to maximum output) or (Y=I/J) for minimum.
but the issue that i need the objective function as scalar value for pattern search algothim while J here is vector , how can we do recolve this issue

回答 (0 件)

カテゴリ

Help Center および File ExchangeDeep Learning Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by