Skip to content

Commit

Permalink
update man pages
Browse files Browse the repository at this point in the history
  • Loading branch information
surmann committed Sep 2, 2015
1 parent 2de9861 commit ec67216
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion man/generateOffspring.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ List which contains all the algorithm specific stuff.}
Target fun.}

\item{control}{[\code{ecr_control}]\cr
Control object containing alle the operators and further parameters.}
Control object containing all operators and further parameters.}

\item{opt.path}{[\code{OptPath}]\cr
Optimization path.}
Expand Down
6 changes: 5 additions & 1 deletion man/makeCrossoverRecombinator.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
\alias{makeCrossoverRecombinator}
\title{Generator of the One-point crossover recombination operator.}
\usage{
makeCrossoverRecombinator()
makeCrossoverRecombinator(recombinator.crossover.prob = 1)
}
\arguments{
\item{recombinator.crossover.prob}{[\code{numeric(1)}]\cr
Cross over probability to form an offspring. Default is \code{1}.}
}
\value{
[\code{ecr_recombinator}]
Expand Down

0 comments on commit ec67216

Please sign in to comment.