revised text

pull/4/head
Kai Staats 2016-07-13 23:11:34 -06:00
parent afa01084b0
commit de7c5eff16
1 changed files with 4 additions and 4 deletions

View File

@ -6,10 +6,10 @@ readily work with realworld data. No programming required. As a teaching tool, i
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 stand-alone Python script which generates randomly constructed subsets of larger
datasets, a stand-alone Python script which normalises datasets, and a toy model which shows the inner workings of
multiclass classification.
Karoo GP includes a Desktop application with an intuitive user interface, a fully scriptable Server application with
user defined, default parameters and support for command-line arguments; a stand-alone Python script which generates
randomly constructed subsets of larger datasets and another 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.