You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We hypothesize that a finite number of primitives are required to define the procedure for any experiment completely. We need to test this claim using our software.
We need to iterate over the set of primitive functions (defined in primitive_functions.py), to obtain the minimum number of primitive functions that can be used to completely and effectively define any experiment.
Only primitive functions should contain English language instructions. No other file at a higher level of abstraction than primitive_functions.py should have instructions in English. To accomplish any task, the programmer for an experiment must be limited to the finite set of primitives allowed in our 'language'.
The text was updated successfully, but these errors were encountered:
We hypothesize that a finite number of primitives are required to define the procedure for any experiment completely. We need to test this claim using our software.
We need to iterate over the set of primitive functions (defined in
primitive_functions.py
), to obtain the minimum number of primitive functions that can be used to completely and effectively define any experiment.Only primitive functions should contain English language instructions. No other file at a higher level of abstraction than
primitive_functions.py
should have instructions in English. To accomplish any task, the programmer for an experiment must be limited to the finite set of primitives allowed in our 'language'.The text was updated successfully, but these errors were encountered: