[R] passing arguments from nnet to optim

2005-08-26 Thread Tarca, Adi
Hi everyone, According to R reference manual, the nnet function uses the BFGS method of optim to optimize the neural network parameters. I would like, when calling the function nnet to tell the optim function not to produce the tracing information on the progress of the optimization, or at least

Re: [R] passing arguments from nnet to optim

2005-08-26 Thread Prof Brian Ripley
On Fri, 26 Aug 2005, Tarca, Adi wrote: Hi everyone, According to R reference manual, the nnet function uses the BFGS method of optim to optimize the neural network parameters. What the help page says is ...: arguments passed to or from other methods. That means methods of nnet().