Package: rgp
Version: 0.2-2
Title: R genetic programming framework
Description: RGP is a simple modular Genetic Programming (GP) system
        build in pure R. In addition to general GP tasks, the system
        supports Symbolic Regression by GP through the familiar R model
        formula interface. GP individuals are represented as R
        expressions, an (optional) type system enables domain-specific
        function sets containing functions of diverse domain- and range
        types. A basic set of genetic operators for variation (mutation
        and crossover) and selection is provided.
Author: Oliver Flasch, Olaf Mersmann, Thomas Bartz-Beielstein, Joerg
        Stork
Maintainer: Oliver Flasch <oliver.flasch@fh-koeln.de>
License: GPL-2
URL: http://rsymbolic.org/projects/show/rgp
LazyData: yes
Depends: R (>= 2.11.0), methods, emoa, rrules (>= 0.1-0), snowfall (>=
        1.84)
Collate: 'complexity.r' 'stypes.r' 'creation.r' 'data_utils.r'
        'time_utils.r' 'search_space.r' 'evolution.r'
        'expression_utils.r' 'fitness.r' 'function_utils.r'
        'individual.r' 'list_utils.r' 'mutation.r' 'niching.r'
        'plot_utils.r' 'population.r' 'recombination.r' 'rgp.r'
        'selection.r' 'similarity.r' 'test_utils.r'
Date:
Packaged: 2010-10-14 08:00:18 UTC; oflasch
Repository: CRAN
Date/Publication: 2010-10-15 10:06:41
