revised text

pull/4/head
Kai Staats 2016-07-09 12:16:08 -06:00
parent b07e66c927
commit 9fd8502325
1 changed files with 8 additions and 7 deletions

View File

@ -1,14 +1,15 @@
# Karoo GP
Karoo GP is an evolutionary algorithm, a genetic programming application suite which provides both symbolic regression
and classification analysis. Karoo GP is a scalable platform with multicore support, designed to readily work with
realworld data. No programming required. As a teaching tool, it enables instructors to share step-by-step how an
evolutionary algorithm arrives to its solution. As a hands-on learning tool, Karoo GP supports rapid, repeatable
experimentation with a simple interface.
Karoo GP is a evolutionary algorithm, a genetic programming application suite written in Python which provides both
symbolic regression and classification analysis. Karoo GP is a scalable platform with multicore support, designed to
readily work with realworld data. No programming required. As a teaching tool, it enables instructors to share
step-by-step how an evolutionary algorithm arrives to its solution. As a hands-on learning tool, Karoo GP supports
rapid, repeatable experimentation with a simple interface.
Karoo GP includes an intuitive text-based user interface for desktop applications, a configuration file for readily
repeated server-side execution, a tool which generates randomly constructed subsets of larger datasets, a tool which
normalises datasets, and a toy model which shows the inner workings of multiclass classification.
repeated server-side execution, a stand-alone script which generates randomly constructed subsets of larger datasets,
a stand-alone script which normalises datasets, and a toy model which shows the inner workings of multiclass
classification.
The included Quick Start Tutorial (PDF) offers system requirements, a crash-course in Genetic Programming, and use of
Karoo GP for both the novice and advanced user.