The R Project SVN R

Rev

Rev 61168 | Rev 64657 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 61168 Rev 61433
Line 49... Line 49...
49
  applicable, \code{gradient} and \code{hessian}.  The parameter vector
49
  applicable, \code{gradient} and \code{hessian}.  The parameter vector
50
  will be coerced to double.
50
  will be coerced to double.
51
 
51
 
52
  The PORT documentation is at
52
  The PORT documentation is at
53
  \url{http://netlib.bell-labs.com/cm/cs/cstr/153.pdf}.
53
  \url{http://netlib.bell-labs.com/cm/cs/cstr/153.pdf}.
54
  
54
 
55
  The parameter vector passed to \code{objective}, \code{gradient} and
55
  The parameter vector passed to \code{objective}, \code{gradient} and
56
  \code{hessian} has special semantics and is shared between calls.  The
56
  \code{hessian} has special semantics and is shared between calls.  The
57
  functions should not copy it.
57
  functions should not copy it.
58
  
58
 
59
  If any of the functions returns \code{NA} or \code{NaN} the internal code
59
  If any of the functions returns \code{NA} or \code{NaN} the internal code
60
  could infinite-loop in \R prior to 2.15.2: this is now an error for
60
  could infinite-loop in \R prior to 2.15.2: this is now an error for
61
  the gradient and Hessian, and such values for function evaluation are
61
  the gradient and Hessian, and such values for function evaluation are
62
  replaced by \code{+Inf} with a warning.
62
  replaced by \code{+Inf} with a warning.
63
}
63
}