Package: rgp
Maintainer: Oliver Flasch <oliver.flasch@fh-koeln.de>
License: GPL-2
Title: R genetic programming framework
LazyData: yes
Author: Oliver Flasch, Olaf Mersmann, Thomas Bartz-Beielstein, Joerg
        Stork
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.
Version: 0.2-4
URL: http://rsymbolic.org/projects/show/rgp
Depends: R (>= 2.13.0), methods, emoa (>= 0.4-2), rrules (>= 0.1-0)
Suggests: igraph (>= 0.5.5), snowfall (>= 1.84)
Collate: 'breeding.r' 'building_blocks.r' 'complexity.r' 'stypes.r'
        'creation.r' 'time_utils.r' 'function_utils.r' 'search_space.r'
        'evolution.r' 'data_driven_gp.r' 'data_utils.r'
        'expression_utils.r' 'fitness.r' 'individual.r' 'list_utils.r'
        'mutation.r' 'niching.r' 'plot_utils.r' 'population.r'
        'recombination.r' 'rgp.r' 'selection.r' 'similarity.r'
        'symbolic_regression.r' 'test_utils.r'
Date:
Packaged: 2011-10-20 13:56:56 UTC; oflasch
Repository: CRAN
Date/Publication: 2011-10-20 15:35:16
