final update for Python 2.7 version of Karoo

Python-2.7-archive
kstaats 2019-05-18 09:52:20 -07:00
parent c49acf66cb
commit 33535533c1
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Karoo GP (desktop + server combined)
# Use Genetic Programming for Classification and Symbolic Regression
# by Kai Staats, MSc; see LICENSE.md
# version 2.1
# version 2.1 final for Python 2.7
'''
A word to the newbie, expert, and brave--

View File

@ -2,7 +2,7 @@
# Define the methods and global variables used by Karoo GP
# 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 2.1.3
# version 2.1.3 final for Python 2.7
'''
A NOTE TO THE NEWBIE, EXPERT, AND BRAVE

View File

@ -1,7 +1,7 @@
# Karoo GP Pause Menu
# A text-based user interface for mid-run parameter configuration and population studies
# by Kai Staats, MSc; see LICENSE.md
# version 2.1.3
# version 2.1.3 final for Python 2.7
def pause(menu_dict):