Newer
Older
%% Part of the hydroPSO R package, http://www.rforge.net/hydroPSO/ ;
%% http://cran.r-project.org/web/packages/hydroPSO
%% Copyright 2011-2012 Mauricio Zambrano-Bigiarini & Rodrigo Rojas
%% Distributed under GPL 2 or later
\name{test_functions}
\alias{sphere}
\alias{ackley}
\alias{griewank}
\alias{rastrigrin}
Mauricio Zambrano-Bigiarini
committed
\alias{rastrigin}
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
\alias{rosenbrock}
\alias{schafferF6}
%- Also NEED an '\alias' for EACH other topic documented here.
\title{
Test Functions for Global Optimisation
}
\description{
Test functions commonly used as benchmark for global optimisation problems
}
\usage{
ackley(x)
griewank(x)
sphere(x)
rastrigrin(x)
rosenbrock(x)
schafferF6(x)
}
%- maybe also 'usage' for other objects documented here.
\arguments{
\item{x}{
numeric vector to be evaluated
}
}
%%\details{
%% ~~ If necessary, more details than the description above ~~
%%}
%%\value{
%% ~Describe the value returned
%% If it is a LIST, use
%% \item{comp1 }{Description of 'comp1'}
%% \item{comp2 }{Description of 'comp2'}
%% ...
%%}
\references{
\cite{\url{http://www.zsd.ict.pwr.wroc.pl/files/docs/functions.pdf}}
\cite{\url{http://www-optima.amp.i.kyoto-u.ac.jp/member/student/hedar/Hedar_files/TestGO_files/Page364.htm}}
\cite{\url{http://www.geatbx.com/docu/fcnindex-01.html}}
}
\author{
Mauricio Zambrano-Bigiarini, \email{mzb.devel@gmail.com}
}
%%\note{
%% ~~further notes~~
%%}
%% ~Make other sections like Warning with \section{Warning }{....} ~
%%\seealso{
%% ~~objects to See Also as \code{\link{help}}, ~~~
%%}
%%\examples{
%%}
% Add one or more standard keywords, see file 'KEYWORDS' in the
% R documentation directory.
\keyword{optim}
\keyword{math}% __ONLY ONE__ keyword per line