Skip to content

Commit

Permalink
fix moaning and groaning by CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobbossek committed Aug 23, 2016
1 parent 4816421 commit 81652f8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Package: ecr
Type: Package
Title: Evolutionary Computing in R
Description: This R package provides a powerful framework for evolutionary
Description: Provides a powerful framework for evolutionary
computing in R. The user can easily construct powerful evolutionary algorithms
for tackling both single- and multi-objective problems by plugging in different
predefined evolutionary building blocks, e. g., operators for mutation,
recombination and selection with just a few lines of code. Your problem
cannot be easily solved with a standard EA which works on real-valued vectors,
permutations or binary strings? No problem, ecr has been developed with that in
permutations or binary strings? No problem, 'ecr' has been developed with that in
mind. Extending the framework with own operators is also possible. Additionally
there are various comfort functions, like monitoring, logging and more.
Version: 1.0
Expand Down
4 changes: 2 additions & 2 deletions examples/ex_doTheEvolution.R
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ ctrl = setupEvolutionaryOperators(
recombinator = setupCrossoverRecombinator(),
survival.selector = setupGreedySelector()
)
res = doTheEvolution(obj.fn, ctrl)
print(res)
\dontrun{
res = doTheEvolution(obj.fn, ctrl)
print(res)
autoplot(res, show.process = TRUE)
}
4 changes: 2 additions & 2 deletions man/doTheEvolution.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 81652f8

Please sign in to comment.