HSGEP-0.1.0: HSGEP.cabal
Name: HSGEP
Version: 0.1.0
Cabal-Version: >= 1.6
License: BSD3
License-File: LICENSE
Copyright: (c) 2009-2010 Matthew Sottile
Author: Matthew Sottile
Maintainer: Matthew Sottile <mjsottile@computer.org>
Stability: alpha
Homepage: http://github.com/mjsottile/hsgep/
Category: AI
Synopsis: Gene Expression Programming evolutionary algorithm in Haskell
Build-Type: Simple
Description: Gene Expression Programming evolutionary algorithm implemented
in Haskell.
Extra-Source-Files: Examples/Regression/*.in Examples/Regression/*.csv README README_Params.txt
Library
Build-Depends: base>=4&&<5, random, mtl, parsec>=2&&<3, network, haskell98, mersenne-random-pure64
Exposed-modules:
GEP.Fitness, GEP.GeneOperations, GEP.MonadicGeneOperations,
GEP.Params, GEP.Random, GEP.Rmonad,
GEP.TimeStep, GEP.Selection, GEP.Util.ConfigurationReader,
GEP.Types, GEP.GenericDriver, GEP.Examples.Regression.FitnessInput,
GEP.Examples.Regression.ArithmeticIndividual
Executable HSGEP_Regression
Main-Is: GEP/Examples/Regression/Driver.hs