COSC_4P82_Assignment_1/lib/beagle-3.0.3/examples/Coev/coev_symbreg
Brett 4d4e8018fd ignore 2024-02-14 16:22:25 -05:00
..
MSVCPP init 2024-02-13 21:21:51 -05:00
coev_symbreg init 2024-02-13 21:21:51 -05:00
config ignore 2024-02-14 16:22:25 -05:00
templates init 2024-02-13 21:21:51 -05:00
AUTHORS init 2024-02-13 21:21:51 -05:00
COPYING init 2024-02-13 21:21:51 -05:00
INSTALL init 2024-02-13 21:21:51 -05:00
Makefile.am init 2024-02-13 21:21:51 -05:00
Makefile.cvs init 2024-02-13 21:21:51 -05:00
Makefile.in init 2024-02-13 21:21:51 -05:00
README init 2024-02-13 21:21:51 -05:00
acinclude.m4 init 2024-02-13 21:21:51 -05:00
aclocal.m4 init 2024-02-13 21:21:51 -05:00
bootstrap ignore 2024-02-14 16:22:25 -05:00
coev_symbreg.kdevelop init 2024-02-13 21:21:51 -05:00
configure ignore 2024-02-14 16:22:25 -05:00
configure.ac init 2024-02-13 21:21:51 -05:00

README

+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+

Co-evolutionary Symbolic Regression (coev_symbreg):
Mixed real-valued GA - GP co-evolution example with Open BEAGLE

Copyright (C) 2003
by Jiachuan Wang <jiacwang@ecs.umass.edu>
and Christian Gagne <cgagne@gmail.com>

+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+


Getting started
===============

  Example is compiled in binary 'coev_symbreg'. Configuration file for
  real-valued GA population (the evolving training set) is in file
  'trainset-thread.conf', while configuration file for GP symbolic
  regression population is in file 'symgp-thread.conf'.

Objective
=========

  Two populations competitive co-evolution for symbolic regression.
  First population is made of standard GP mathematical expressions.
  Second population is made of individual representing 20 $(x_i,y_i)$
  samples in the domain $[-1,1]$ of the equation $x^4+x^3+x^2+x$.
  The global objective is to a find symbolic expressions that
  "generalizes" well over the domain sampled.

Terminal set of GP expressions
==============================

  X (the independent variable)
  Ephemeral constants randomly generated in $[-1,1]$

Function set of GP expressions
==============================

  +
  -
  *
  /     (protected division)
  
Representation of training sets
===============================

Vector of 20 real-valued numbers in $[-1,1]$.

Fitness
=======

  Root Mean Square (RMS) error of the GP expressions on the 20 samples
  of the training set. GP expression minimizes the RMS error, while
  training set maximizes it. Individuals of one population are
  evaluated against last generation other population best performing
  individual.
  
Reference
=========

Liviu Panait and Sean Luke, Methods for Evolving Robust Programs,
Proceedings of Genetic and Evolutionary Computation -- GECCO-2003,
LNCS, Vol. 2724, pp. 1740-1751, Springer-Verlag, 12-16 July 2003.