diff --git a/docs/propeller.problems.PSB1.count-odds.html b/docs/propeller.problems.PSB1.count-odds.html
new file mode 100644
index 0000000..6b9cacc
--- /dev/null
+++ b/docs/propeller.problems.PSB1.count-odds.html
@@ -0,0 +1,11 @@
+
+
propeller.problems.PSB1.count-odds
-main
(-main & args)
Runs the top-level genetic programming function, giving it a map of arguments with defaults that can be overridden from the command line or through a passed map.
+
error-function
(error-function argmap data individual)
\ No newline at end of file
diff --git a/docs/propeller.problems.PSB1.grade.html b/docs/propeller.problems.PSB1.grade.html
new file mode 100644
index 0000000..d2b417c
--- /dev/null
+++ b/docs/propeller.problems.PSB1.grade.html
@@ -0,0 +1,13 @@
+
+propeller.problems.PSB1.grade
-main
(-main & args)
Runs the top-level genetic programming function, giving it a map of arguments with defaults that can be overridden from the command line or through a passed map.
+
error-function
(error-function argmap data individual)
get-output
(get-output i)
returns the outputs of the grade function with JUST the letter grade
+
\ No newline at end of file
diff --git a/docs/propeller.problems.PSB1.scrabble-score.html b/docs/propeller.problems.PSB1.scrabble-score.html
new file mode 100644
index 0000000..6d269b1
--- /dev/null
+++ b/docs/propeller.problems.PSB1.scrabble-score.html
@@ -0,0 +1,11 @@
+
+propeller.problems.PSB1.scrabble-score
-main
(-main & args)
Runs the top-level genetic programming function, giving it a map of arguments with defaults that can be overridden from the command line or through a passed map.
+
error-function
(error-function argmap data individual)
\ No newline at end of file
diff --git a/docs/propeller.problems.PSB1.small-or-large.html b/docs/propeller.problems.PSB1.small-or-large.html
new file mode 100644
index 0000000..ca06f37
--- /dev/null
+++ b/docs/propeller.problems.PSB1.small-or-large.html
@@ -0,0 +1,11 @@
+
+propeller.problems.PSB1.small-or-large
-main
(-main & args)
Runs the top-level genetic programming function, giving it a map of arguments with defaults that can be overridden from the command line or through a passed map.
+
error-function
(error-function argmap data individual)
\ No newline at end of file
diff --git a/docs/propeller.problems.complex-regression.html b/docs/propeller.problems.complex-regression.html
new file mode 100644
index 0000000..8d4985b
--- /dev/null
+++ b/docs/propeller.problems.complex-regression.html
@@ -0,0 +1,8 @@
+
+propeller.problems.complex-regression
-main
(-main & args)
Runs the top-level genetic programming function, giving it a map of arguments with defaults that can be overridden from the command line or through a passed map.
+
error-function
(error-function argmap data individual)
Finds the behaviors and errors of an individual. The error is the absolute deviation between the target output value and the program’s selected behavior, or 1000000 if no behavior is produced. The behavior is here defined as the final top item on the FLOAT stack.
+
\ No newline at end of file
diff --git a/docs/propeller.problems.float-regression.html b/docs/propeller.problems.float-regression.html
new file mode 100644
index 0000000..19d73c3
--- /dev/null
+++ b/docs/propeller.problems.float-regression.html
@@ -0,0 +1,8 @@
+
+propeller.problems.float-regression
-main
(-main & args)
Runs the top-level genetic programming function, giving it a map of arguments with defaults that can be overridden from the command line or through a passed map.
+
error-function
(error-function argmap data individual)
Finds the behaviors and errors of an individual. The error is the absolute deviation between the target output value and the program’s selected behavior, or 1000000 if no behavior is produced. The behavior is here defined as the final top item on the FLOAT stack.
+
\ No newline at end of file
diff --git a/docs/propeller.problems.integer-regression.html b/docs/propeller.problems.integer-regression.html
new file mode 100644
index 0000000..54dfe00
--- /dev/null
+++ b/docs/propeller.problems.integer-regression.html
@@ -0,0 +1,8 @@
+
+propeller.problems.integer-regression
-main
(-main & args)
Runs the top-level genetic programming function, giving it a map of arguments with defaults that can be overridden from the command line or through a passed map.
+
error-function
(error-function argmap data individual)
Finds the behaviors and errors of an individual. The error is the absolute deviation between the target output value and the program’s selected behavior, or 1000000 if no behavior is produced. The behavior is here defined as the final top item on the INTEGER stack.
+
\ No newline at end of file
diff --git a/docs/propeller.problems.simple-classification.html b/docs/propeller.problems.simple-classification.html
new file mode 100644
index 0000000..0cea87b
--- /dev/null
+++ b/docs/propeller.problems.simple-classification.html
@@ -0,0 +1,8 @@
+
+propeller.problems.simple-classification
-main
(-main & args)
Runs the top-level genetic programming function, giving it a map of arguments with defaults that can be overridden from the command line or through a passed map.
+
error-function
(error-function argmap data individual)
Finds the behaviors and errors of an individual: Error is 0 if the value and the program’s selected behavior match, or 1 if they differ, or 1000000 if no behavior is produced. The behavior is here defined as the final top item on the BOOLEAN stack.
+
\ No newline at end of file