Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobbossek committed Jun 6, 2017
1 parent c8eba4a commit 0a42f7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,3 +1,5 @@
**IMPORTANT:** *This repository is outdated. Visit the official repository of See [ecr2](https://github.com/jakobbossek/ecr2) for the current state of development. There are various substantial interface changes and the package benefits from better performance as well as the possibility to prototype non-standard EAs by offering many more helper functions and make stuff much more explicit.*

# ecr: Evolutionary Computing in R

[![CRAN Status Badge](http://www.r-pkg.org/badges/version/ecr)](http://cran.r-project.org/web/packages/ecr)
Expand All @@ -6,8 +8,6 @@
[![Build status](https://ci.appveyor.com/api/projects/status/eu0nns2dsgocwntw/branch/master?svg=true)](https://ci.appveyor.com/project/jakobbossek/ecr/branch/master)
[![Coverage Status](https://coveralls.io/repos/jakobbossek/ecr/badge.svg)](https://coveralls.io/r/jakobbossek/ecr)

**INFO:** *A follow-up package named [ecr2](https://github.com/jakobbossek/ecr2) is currently under heavy developement. There are various substantial interface changes and the package benefits from better performance as well as the possibility to prototype non-standard EAs by offering many more helper functions and make stuff much more explicit.*

The **ecr** package provides a powerful framework for implementing both single- and multi-objective **evolutionary algorithms** in R. It has build-in support for standard genotypes like real-valued vectors, binary strings and permutations. Beside, different pre-defined **building blocks** in form of evolutionary operators (selectors, mutators, recombinators), e.g., k-tournament selection, uniform mutation, crossover and many helper functions frequently needed in evolutionary algorithms are provided. The possibility to extend the available toolbox by defining new operators and even operate on non-standard representations makes the package very flexible.

## Overview of Features
Expand Down

0 comments on commit 0a42f7b

Please sign in to comment.