What is this all about?

Contains an Evolutionary Algorithm which aims for the generation of a diverse set of instances for combinatorial optimization problems for algorithms. Diverse means that the EA strives for an instance set that covers all possible rankings of the algorithms on the evolved problems uniformly.

Installation Instructions

The package will be available at CRAN when it is done. Install the developer version using devtools package and type the following command in R:

devtools::install_github("jakobbossek/evoprob")

Contact

Please address questions and missing features about the re to the author Jakob Bossek . Found some nasty bugs? Please use the issue tracker for this. Pay attention to explain the problem as good as possible. At its best you provide an example, so I can reproduce your problem quickly.