noted GPU support

pull/6/head
Kai Staats 2017-02-09 18:32:37 -07:00
parent 096a833cc2
commit 62699204c7
2 changed files with 5 additions and 3 deletions

1
.gitignore vendored 100644
View File

@ -0,0 +1 @@
*.pyc

View File

@ -1,9 +1,10 @@
# Karoo GP # Karoo GP
Karoo GP is an evolutionary algorithm, a genetic programming application suite written in Python which supports both 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 and GPU enabled symbolic regression and classification data analysis. It is ready to work with your datasets, is multicore and GPU
by means of TensorFlow, and offers both a Desktop and Server application for fully scripted runs. enabled by means of the powerful library TensorFlow. The packge includes a Desktop application with an intuitive user
interface, and a Server application which supports fully scripted runs. Output is automatically archived.
No programming required. Batteries included. No programming required.
Learn more at <a href="http://kstaats.github.io/karoo_gp/">kstaats.github.io/karoo_gp/</a> ... Learn more at <a href="http://kstaats.github.io/karoo_gp/">kstaats.github.io/karoo_gp/</a> ...