Re: I'm confused: Turing machine model vs. interactivity
- From: Barb Knox <see@xxxxxxxxx>
- Date: Thu, 11 Oct 2007 11:18:11 +1300
In article <1192054027.321677.141900@xxxxxxxxxxxxxxxxxxxxxxxxxxx>,
qt88717@xxxxxxxxx wrote:
It seems that introductory material about computability, Turing
machines in particular, is based on an input-output paradigm. That
is, there's a single "function" being "computed", based on a fixed,
pre-determined list of input symbols. The machine reads and.or
rewrites the input symbols, and produces a set of output symbols.
This is understandable historically, since Turing, von Neumann, etc.
were mostly coming at computing with the goal of getting simple
answers to simple questions. (Such as the ballistics trajectories they
computed in WWII on various hardware, or the human computing done with
dozens of workers sitting at desks, passing partial results forward.)
What seems to be missing is the concept of interactivity. That the
next inputs the machine will read could depend on what outputs it has
written out. (i.e., my next query to the computer will depend on the
results it gave to my last query.)
Could someone please point me to literature or terminology that
explains how interactivity like this fits in with all the Turing
machine-style theory?
If the next query depends on the previous result in a computable manner
then the TM can just implement the function that computes it, simulating
the interactivity.
If the next query is not a computable function of the previous result
then what you have is a TM with an "oracle". There is a fair bit of
theory for such TMs.
--
---------------------------
| BBB b \ Barbara at LivingHistory stop co stop uk
| B B aa rrr b |
| BBB a a r bbb | Quidquid latine dictum sit,
| B B a a r b b | altum viditur.
| BBB aa a r bbb |
-----------------------------
.
- References:
- I'm confused: Turing machine model vs. interactivity
- From: qt88717
- I'm confused: Turing machine model vs. interactivity
- Prev by Date: I'm confused: Turing machine model vs. interactivity
- Next by Date: Re: I'm confused: Turing machine model vs. interactivity
- Previous by thread: I'm confused: Turing machine model vs. interactivity
- Next by thread: Re: I'm confused: Turing machine model vs. interactivity
- Index(es):
Relevant Pages
|