MATLAB: Monitoring Adapt() train function

neural networktime series

What are the hyperparameters for adapt() training function:
For Ex: When using train() i can monitor using epoch, perform, mse, learning rate.
Is there tuning of learning rate using adapt() function?
I'm using newlind() ->adapt() training function to train time series problem.

Best Answer

Did you consult the online documentation
help adapt
doc adapt
type adapt
Hope this helps.
Greg