Skip to content
Prev 76217 / 398502 Next

passing arguments from nnet to optim

On Fri, 26 Aug 2005, Tarca, Adi wrote:

            
What the help page says is

      ...: arguments passed to or from other methods.

That means methods of nnet().

      Optimization is done via the BFGS method of 'optim'.

but it is not calling optim, rather the C code implementing optim.
You do it via the C code.