SirTificate/gekko-neuralnet

method

YuriyTigiev opened this issue · 1 comments

Hello,

Please, add the following functionality

// the neural network training method to use. Options are 'sgd', 'adagrad', 'windowgrad', 'nesterov'
method = 'adadelta'

Where we can add this method ?