User Guide update; adjusted template fitness functions to match

pull/6/head
Kai Staats 2017-02-09 18:25:15 -07:00
parent 1c6ac7ff5b
commit 947cc20f0a
4 changed files with 6 additions and 4 deletions

Binary file not shown.

View File

@ -1,7 +1,9 @@
# Karoo GP
Karoo GP is an evolutionary algorithm, a genetic programming application suite written in Python which supports both
symbolic regression and classification analysis. It is ready to work with your datasets, is multi-core enabled and
offers both a Desktop and Server application with support for fully scriptable configuration. No programming required.
symbolic regression and classification analysis. It is ready to work with your datasets, is multi-core and GPU enabled
by means of TensorFlow, and offers both a Desktop and Server application for fully scripted runs.
No programming required.
Learn more at <a href="http://kstaats.github.io/karoo_gp/">kstaats.github.io/karoo_gp/</a> ...

View File

@ -2,7 +2,7 @@
# Use Genetic Programming for Classification and Symbolic Regression
# by Kai Staats, MSc; see LICENSE.md
# Thanks to Emmanuel Dufourq and Arun Kumar for support during 2014-15 devel; TensorFlow support provided by Iurii Milovanov
# version 1.0
# version 1.0.1
'''
A word to the newbie, expert, and brave--

View File

@ -2,7 +2,7 @@
# Use Genetic Programming for Classification and Symbolic Regression
# by Kai Staats, MSc; see LICENSE.md
# Thanks to Emmanuel Dufourq and Arun Kumar for support during 2014-15 devel; TensorFlow support provided by Iurii Milovanov
# version 1.0
# version 1.0.1
'''
A word to the newbie, expert, and brave--