Menu

Tree [5840ef] master /
 History

HTTPS access


File Date Author Commit
 data 2014-03-13 O01eg O01eg [5840ef] Add CMake support.
 doc 2012-02-20 O01eg O01eg [5b0ab0] Remove multiargument functions from description...
 m4 2012-05-29 O01eg O01eg [04556d] Use std::threads and pthreads for multithreading.
 src 2014-03-13 O01eg O01eg [5840ef] Add CMake support.
 tools 2013-02-03 O01eg O01eg [02356b] Fix labirinth generator.
 win32 2011-12-26 O01eg O01eg [c94952] Fix compilation for Win32
 .gitignore 2013-09-08 O01eg O01eg [81e16f] GP: Change output format.
 AUTHORS 2010-02-21 o01eg o01eg [95829e] First commit
 BUGS 2010-08-20 O01eg O01eg [a85e07] Fix bugs in reading stream into object.
 CMakeLists.txt 2014-03-13 O01eg O01eg [5840ef] Add CMake support.
 COPYING 2012-01-30 O01eg O01eg [e3d485] Version 0.0.4. Using MIT license.
 ChangeLog 2014-02-09 O01eg O01eg [5aff85] GP: Multithread GA. Version bump.
 Doxygen.cfg 2011-01-04 O01eg O01eg [0f7de6] Version 0.0.1
 INSTALL 2010-03-26 O01eg O01eg [c8cbf7] Added support for execution of program.
 Makefile.am 2011-12-06 o01eg o01eg [90dc4e] Add win32 projects file.
 NEWS 2014-02-16 O01eg O01eg [d6af57] GP: Add elite individual to the parent pool.
 README 2012-01-30 O01eg O01eg [e3d485] Version 0.0.4. Using MIT license.
 autogen.sh 2010-11-30 O01eg O01eg [238b66] Fix autogen script
 configure.ac 2014-02-10 O01eg O01eg [5579c6] Add -fprofile-correction flag becasue of bad mu...
 tags-dir.sh 2011-07-09 O01eg O01eg [8d30b9] Some fixes.
 tags.sh 2010-07-24 O01eg O01eg [c6fe32] Add ruby support for C++. Add worst comparsion ...

Read Me

README from 2011-01-31

		gfp - Genetic Function Programming
	GFP use Genetic Programming and LISP-like language for growing program.
	For installing use:
		$ ./autogen.sh
		$ ./configure --prefix=<where you want install into>
		$ make
		$ make install
	Use LaTeX or pdfLaTeX to generate documantation. (Not yet written)
	Using:
		$ gfp [file]
		 Evolve agent for moving in labyrinth.
		 - file use for store best individual
		$ gplisp [program]
		 Execute program and get argument in stdin.
		
		Dependencies.
	- ruby-1.9 - for scripts (can be disabled).

   Copyright (C) 2010-2012, O01eg

   Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:

   The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.



Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.