From 452de0a25aa65854b1eb6ca0769270a666af9000 Mon Sep 17 00:00:00 2001 From: Lee Spector Date: Tue, 28 Mar 2023 22:56:46 -0400 Subject: [PATCH] Add doc html files --- docs/propeller.problems.PSB1.count-odds.html | 11 +++++++++++ docs/propeller.problems.PSB1.grade.html | 13 +++++++++++++ docs/propeller.problems.PSB1.scrabble-score.html | 11 +++++++++++ docs/propeller.problems.PSB1.small-or-large.html | 11 +++++++++++ docs/propeller.problems.complex-regression.html | 8 ++++++++ docs/propeller.problems.float-regression.html | 8 ++++++++ docs/propeller.problems.integer-regression.html | 8 ++++++++ docs/propeller.problems.simple-classification.html | 8 ++++++++ 8 files changed, 78 insertions(+) create mode 100644 docs/propeller.problems.PSB1.count-odds.html create mode 100644 docs/propeller.problems.PSB1.grade.html create mode 100644 docs/propeller.problems.PSB1.scrabble-score.html create mode 100644 docs/propeller.problems.PSB1.small-or-large.html create mode 100644 docs/propeller.problems.complex-regression.html create mode 100644 docs/propeller.problems.float-regression.html create mode 100644 docs/propeller.problems.integer-regression.html create mode 100644 docs/propeller.problems.simple-classification.html 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 documentation

propeller.problems.PSB1.count-odds

FIXME: write docs

+

-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)

FIXME: write docs

+

instructions

FIXME: write docs

+

random-int

(random-int)

FIXME: write docs

+

test-data

FIXME: write docs

+

train-and-test-data

FIXME: write docs

+

train-data

FIXME: write docs

+
\ 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 documentation

propeller.problems.PSB1.grade

FIXME: write docs

+

-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)

FIXME: write docs

+

get-output

(get-output i)

returns the outputs of the grade function with JUST the letter grade

+

instructions

FIXME: write docs

+

map-vals-input

(map-vals-input i)

Returns all the input values of a map

+

random-int

(random-int)

FIXME: write docs

+

test-data

FIXME: write docs

+

train-and-test-data

FIXME: write docs

+

train-data

FIXME: write docs

+
\ 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 documentation

propeller.problems.PSB1.scrabble-score

FIXME: write docs

+

-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)

FIXME: write docs

+

instructions

FIXME: write docs

+

scrabble-letter-values

FIXME: write docs

+

test-data

FIXME: write docs

+

train-and-test-data

FIXME: write docs

+

train-data

FIXME: write docs

+
\ 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 documentation

propeller.problems.PSB1.small-or-large

FIXME: write docs

+

-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)

FIXME: write docs

+

instructions

FIXME: write docs

+

random-int

(random-int)

FIXME: write docs

+

test-data

FIXME: write docs

+

train-and-test-data

FIXME: write docs

+

train-data

FIXME: write docs

+
\ 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 documentation

propeller.problems.complex-regression

FIXME: write docs

+

-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.

+

instructions

FIXME: write docs

+

train-and-test-data

FIXME: write docs

+
\ 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 documentation

propeller.problems.float-regression

FIXME: write docs

+

-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.

+

instructions

FIXME: write docs

+

train-and-test-data

FIXME: write docs

+
\ 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 documentation

propeller.problems.integer-regression

FIXME: write docs

+

-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.

+

instructions

FIXME: write docs

+

train-and-test-data

FIXME: write docs

+
\ 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 documentation

propeller.problems.simple-classification

FIXME: write docs

+

-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.

+

instructions

FIXME: write docs

+

train-and-test-data

FIXME: write docs

+
\ No newline at end of file