W.Langdon 30 Oct 2009 Sub machine code GP running under CUDA for nVidia GPU/Tesla gp32cuda.tar.gz (v1.1) Nuclear Protien localisation test dataset wbl_gecco2004lb_protein.tar.gz GPU Genetic programming C++ code gpu_gp_2.tar.gz gp32cuda.tar.gz random-numbers/gpu_park-miller.tar.gz random-numbers/cuda_park-miller.tar.gz Genetic programming C++ code Genetic programming C++ code to evolve data structures GPdata-3.0.tar.gz contains a version of Andy Singleton's GP-Quick version 2.1 which has been extensively altered to support: Indexed memory operation (cf. teller) multi tree programs Adfs parameter changes without recompilation populations partitioned into demes (A version of) pareto fitness Like GP-Quick, this software is free for non commercial use and is unsupported. Usage: ----- Some documentation included. See also ftp::/cs.ucl.ac.uk/genetic/papers/GPdata-icga-95.ps GPdata-3.0.test.tar.gz contains sample output Major changes since GPdata-20-aug-95.tar.Z ----------------------------------------- GPdata-3.0.tar.gz superceeds previous versions. Now includes support for ant Original ant problem, and upgrade used in bloat paper in WSC2 stack Evolve a stack data structure ICGA-95 queue Evolve a queue data structure ICGA-95 list Evolve a list data structure AiGP2 brack Evolve nested bracket language recogniser GP-96 karp Evolve dyck language recogniser GP-96 rpn Evolve Reverse Polish Notation calculator GP-96 max Studies of MAX problem (largest possible value tree) GP-97 Major changes since GPdata-1-dec-94.tar.Z (from work on list problem) ----------------------------------------- New Primitives forewhile and other loops, print, swap, FUNC more flexibity on different memory index errors Pareto Elitism and Niching Directed crossover (at tree level) CPU usage as part of fitness function Code speedups Reusing fitness information by offspring Aux1_caching Reduce memory required by population Support for Separate test script, including multiple test phases. (gzipped) checkpoint file. gcc version 2.6.3 Improved error checking on loading an individual Better display of population statistics frequency of primitive usage. Add monitoring lost primitives and problem dependent combinations of primitives. some offline gnuplot support. GPdata_gp96.test.tar.Z ---------------------- Contains three sets of test cases for the problems described in WBL.gp96.ps The problems are recognising balanced brakets, balanced brakets of different types and exvaluation reverse polish integer expressions randspace.tar.gz randspace.zip ------------------------------ C++ code for random tree fitness decribed in PPSN'2000 paper "Genetic Programming Bloat without Semantics" GProc-1.1.tar.gz to GProc-1.8.tar.gz ---------------- ---------------- C++ code for using GP to combine existing classifiers. Uses reciever operating characteristics of composite classifier to guide evolutionary search. Contains SUN and WindowsNT executables. Technique described in (for example) "Genetic Programming for Combining Neural Networks for Drug Discovery", W. B. Langdon and S. J. Barrett and B. F. Buxton, Soft Computing and Industry Recent Applications, 597-608, Springer Verlag. Published 2002. genetic/papers/WBL_wsc6.pdf dgpc.tar.gz c2003dgpcdave.pdf ----------- ----------------- Dave's [Andre] Genetic Programming Code, C Copied (8 August 2004) from http://www.genetic-programming.com/dgpc.tar.gz