MATLAB: How do i increase the training epochs for trainbr

deep learningDeep Learning ToolboxMATLABtraining

I am training a narxnet using the train br function, however it ends up using all 1000 epochs each time so I cant use very many neurons, so im wondering how i can go about increasing the number. The only ways ive seen require you to define the layers of an LSTM network.

Best Answer

I got it to work thanks to a kind redditor. Here is the relevant webpage for anyone who has the same issue.
https://uk.mathworks.com/help/deeplearning/ref/trainbr.html