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 CenterFile Exchange에서 Sequence and Numeric Feature Data Workflows에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by