Tuesday, January 13, 2009

A moment of personal experience in code: A beginning attempt to define variables

Var Situation (string) = “details of the current situation; this variable contains yet-to-be-codified sub-variables (e.g., SituationType)”

Var ChosenCourse (string) = “my chosen course of action”

Var InitialPerceivedRelevanceWeight (number) = “an intuitive p-value assigned by me to describe the relationship between PastExperience and CurrentSituation using ConceptualMath”

Var CurrentDecision (string) = “the details of the current decision as presented to me; this includes details elicited by the via information gathering from all external sources”

Var PastExperience (string) = “A past experience or unit of learned information called to mind when I am faced with CurrentSituation”

Varset ConceptualMath (operation) = “a set unknown equations based upon unknown rules containing unexpressed and/or confounding variables that I use to adjust variables based upon other variables, with or without my conscious awareness”

Var AdjustedPerceivedRelevanceWeight (number) = “InitialPerceivedRelevanceWeight adjusted for ConfidenceInMyPerception using ConceptualMath”

                                Var ConfidenceInMyPerception (number) = “a value between -1 and 1 assigned by me to describe my confidence in my own perception based upon ConfidenceInOthers, Mood, Restfulness, Health and other variables to be defined"

No comments: