How to useParallel in system identification?

1 回表示 (過去 30 日間)
Lucas Ferreira-Correia
Lucas Ferreira-Correia 2019 年 8 月 15 日
回答済み: Rajiv Singh 2019 年 8 月 16 日
Is there a way to use 'useParallel' on the nlarx function in the system identification, like with the train function in the deep learning toolbox? I'm using neuralnet as the nonlinearity. Here's the training section of my script:
%% Training
na = 3;
nb = [3 1 1];
nk = [0 0 0];
net = feedforwardnet(10);
net.trainParam.epochs = 5000;
nonlinearity = neuralnet(net);
sys = nlarx(zt, [na nb nk], nonlinearity);
Any help is greatly appreciated!

採用された回答

Rajiv Singh
Rajiv Singh 2019 年 8 月 16 日
Currently there is no way to parallelize model estimation in System Identification Toolbox.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeNonlinear ARX Models についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by