The R Project SVN R

Rev

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

Rev 71221 Rev 71883
Line 1... Line 1...
1
% File src/library/stats/man/nlminb.Rd
1
% File src/library/stats/man/nlminb.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 1995-2014 R Core Team
3
% Copyright 1995-2017 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{nlminb}
6
\name{nlminb}
7
\alias{nlminb}
7
\alias{nlminb}
8
\title{Optimization using PORT routines }
8
\title{Optimization using PORT routines }
Line 52... Line 52...
52
  will be coerced to double.
52
  will be coerced to double.
53
 
53
 
54
  %% The PORT documentation is at
54
  %% The PORT documentation is at
55
  %% \url{http://netlib.bell-labs.com/cm/cs/cstr/153.pdf}.
55
  %% \url{http://netlib.bell-labs.com/cm/cs/cstr/153.pdf}.
56
 
56
 
57
  The parameter vector passed to \code{objective}, \code{gradient} and
-
 
58
  \code{hessian} had special semantics prior to \R 3.1.0 and was shared
-
 
59
  between calls.  The functions should not copy it.
-
 
60
 
-
 
61
  If any of the functions returns \code{NA} or \code{NaN} the internal code
57
  If any of the functions returns \code{NA} or \code{NaN} this is an
62
  could infinite-loop in \R prior to 2.15.2: this is now an error for
-
 
63
  the gradient and Hessian, and such values for function evaluation are
58
  error for the gradient and Hessian, and such values for function
64
  replaced by \code{+Inf} with a warning.
59
  evaluation are replaced by \code{+Inf} with a warning.
65
}
60
}
66
% see PR#15052.
61
% see PR#15052.
67
\value{
62
\value{
68
  A list with components:
63
  A list with components:
69
  \item{par}{The best set of parameters found.}
64
  \item{par}{The best set of parameters found.}