Not Applicable.
Attached with this patent application are two identical CD-ROMs. The following files are in directory static_effector_machine:
The file machine.exe is a software implementation of a static Effector machine. machine.exe is able to run properly in a Windows environment or an emulated Windows environment, assuming that the files, ExecutionParameter.xml, MachineArchitecture.em, MachineArchitectureProgram.em, MachineArchitectureSize.em, and MachineInputProgram.em, are in the same directory as machine.exe.
The file mainMachineExecution.cpp is source code that demonstrates how to program and execute the program on a static effector machine using the first method. In the function main of this file, the values of the machine architecture are read from the file MachineArchitecture.em and the static program is read from the file MachineInputProgram.em. The executable file machine.exe executes this static program on the machine architecture. After machine.exe executes, it stores the firing representation of the out-put effectors in the file MachineOutputProgrm.em.
As proof of concept, the executable file machine.exe demonstrates the execution of a static Effector machine on a digital computer. However, the Effector machine realizes far greater computational power when its machine instructions are directly implemented in suitable hardware. A good hardware implementation should enable the Effector machine to execute computations more than four orders of magnitude faster than today's digital computers.
The Effector machine is a new kind of asynchronous computer. The Effector machine is not a digital computer. Its design has been influenced by Alan Turing's work in mathematics and computer science and Wilfred Rall's research in neurophysiology.
In a standard digital computer, the only active computing elements are specialized registers in the microprocessor. Usually only one machine instruction can be computed at a time. This creates a computational bottleneck. The Effector machine overcomes this bottleneck because every computing element is active. When implemented in hardware, the Effector machine can execute multiple machine instructions simultaneously. This enormously increases the computing speed over current digital computers.
An Effector machine can be implemented in hardware built from circuits of transistors that operate subthreshold. This reduces the amount of power consumed by more than 5 orders of magnitude. Further, the amount of heat produced is greatly reduced, compared to a digital computer.
Executing a meta program whose instructions change the connections in a dynamic Effector machine, enables the Effector machine to perform tasks that digital computers are unable to compute.
1. Introduction
An Effector machine consists of computing elements called effectors. There are three kinds of effectors: Input, Computational and Output effectors. Input effectors receive information from the environment, another Effector machine, or a program. Computational effectors receive messages from the input effectors and other computational effectors firing activity and transmit new messages to computational and output effectors. The output effectors receive messages from the input and computational effectors firing activity. The firing activity of the output effectors represents the output of the Effector machine. Every effector is an ‘active element’ in the sense that each one can receive and transmit messages simultaneously.
This paragraph describes the fundamental method of computation of a static Effector machine. Each effector receives messages, formally called pulses, from other effectors and itself and transmits messages to other effectors and itself. If the messages received by effector, Ei, at the same time sum to a value greater than the threshold, then effector Ei fires. When an effector Ei fires, it sends messages to other effectors. There are three kinds of effectors, computational, output and input effectors.
2. Machine Architecture
Definition 2.1 Static Machine
The variables Γ, Λ, Δ represent index sets, used to index the input, computational, and output effectors, respectively. Depending on the particular machine architecture, it is possible for the intersections Γ∩Λ and Λ∩Δ to be empty or non-empty. A static machine (
,
,
) consists of a collection of input effectors, denoted as
={Ei: i ε Γ}; a collection of computational effectors
={Ei:iεΛ}; and a collection of output effectors
={Ei: iεΔ}. Each computational and output effector, Ei, has the following elements:
An effector, Ei, can be an input effector and a computational effector. Likewise, an effector can be an output effector and a computational effector.
As defined above, when an output effector, Ei, is not a computational effector, iεΔ∩{tilde over (Λ)}, Ei does not send pulses to effectors in this machine. This is captured formally by the fact that the index k for the transmission times, pulse widths, pulse amplitudes, and input functions lies in Γ ∪ Λ.
Input effectors that are not computational effectors have the same characteristics as computational effectors, except they have no input functions, φki(t), coming from effectors in this machine. In other words, they don't receive pulses from effectors in this machine. Input effectors are assumed to be externally firable. An external source such as the environment or an output effector from another distinct machine ′(
′,
′,
′) can cause an input effector to fire. The input effector can fire at any time as long as this time minus the time the input effector last fired is greater than or equal to the input effector's refractory period.
Next, some vocabulary about the machine architecture is presented. If gi(t0)=1, this means effector i fired at time t0. The refractory period, ri, is the amount of time that must elapse after effector Ei just fired before Ei can fire again. The transmission time, τki, is the amount of time it takes for effector Ei to find out that effector Ek has fired. The pulse amplitude, Aki, represents the strength of the pulse that effector k transmits to effector i after effector k has fired; after this pulse reaches Ei, the pulse width ωki represents how long the pulse lasts as input to effector Ei.
The expression connection from k to i represents the triplet (Aki, ωki, τki). If Aki=0, then one says that there is no connection from effector k to effector i; if Aki≠0, then one says there is a non-zero connection from effector k to effector i.
Definition 2.2 Dynamic Machine
A dynamic machine has the same definition as a static machine, except the connections, (Aki(s),ωki(s),τki(s)) change over time. Each of the connection variables is written as a function of s, which is a parameter for time. Thus, the pulse amplitudes, pulse widths and transmission times may change over time.
Stated in a more precise manner, replace the static machine definition of recent firing times with ki(t)={sε
: Effector k fired at time s and 0≦t−s−τki(s)<ωki(s)}.
Furthermore, replace the static machine definition of input functions with the definition
where {φki(t)}kεΓ∪Λ is a collection of input functions.
3. Firing Representation of Effectors
Consider effector Ei's firing times F(Ei)={s: gi(s)=1}. If Ei's refractory period is greater than zero, arrange the elements of the set F(Ei) into a sequence [s0, s1, s2, . . . ], where s0<s1<s2< . . . .
Definition 3.1 Firing Representations
Consider the interval of time W=[t1, t2]. Let sm be the smallest element lying in W, and sn the largest element lying in W. Then Ei's firing sequence within the window of computation W is F(Ei, W)=[sm, sm+1, . . . , sn], where sm<sm+1< . . . <sn−1<sn, and
The sequence F(Ei, W) is called a firing representation of the effector Ei over the interval of time W. With a collection of effectors {E0, E1, E2, . . . }, create the infinite tuple (F(E0, W),F(E1, W),F(E2, W), . . . ). The infinite tuple (F(E0, W), F(E1, W), F(F2, W) . . . ) is called a firing representation of the effectors {E0, E1, E2, . . . } over the window of computation W.
At a fundamental level of interpretation, firing representations express the input to, the computation of, and the output of an Effector machine. At a more abstract level, firing representations can represent an input symbol, an output symbol, a sequence of symbols, a number, or even a sequence of program instructions.
For each real number x in [0,1], there exists a distinct firing representation of effectors {E0, E1, E2, . . . } over a finite interval of time.
Proof: Let γ>0 be a finite real number. Choose the interval of time for each effector to be [0, γ]. For any time t<0, there are no restrictions on when effectors Ei fired. With this in mind, for each i choose the refractor period ri=γ/2 so that it is possible for effector Ei to fire or to not fire during the interval of time [0, γ]. The sequence (b0, b1, b2, b3. . . ) is a binary representation of a real number x in [0, 1]. If bi=1, then choose Ei to fire at least once during the interval of time [0, γ]. If bi=0, then choose Ei to not fire during the interval of time [0, γ]. This shows the existence of a firing representation for x. To show distinctness, verify that if x≠γ, then the firing representation for x is distinct from the firing representation for y. Let (b0, b1, b2, b3, . . . ) denote the binary representation for x and (c0, c1, c2, c3, . . . ) denote the binary representation for y. Since x≠y, then ck≠bk for some k. In the first case, bk=0 and ck=1. (The analysis for the other case bk=1 and ck=0 is apparent from symmetry.) By our method of construction, the Ek effector for x does not fire during the interval of time [0, γ]; and the Ek effector for y fires during the interval of time [0, γ]. Thus, the firing representations for x and y are distinct. □
Definition 3.3 Sequence of Firing Representations
={E0, E1, E2, . . . } denotes a collection of effectors. Let W1, W2, W3, . . . , Wn be a sequence of time intervals. Let F(
, W1)=(F(E0, W1), F(E1, W1), F(E2, W1), . . . ) be a firing representation over the interval W1. Let F(
, W2)=(F(E0, W2), F(E1, W2), F(E2, W2), . . . ) be a firing representation of the effectors {E0, E1, E2, . . . } over the interval of time W2. In general, let F(
, Wi)=(F(E0, Wi), F(E1, Wi), F(E2, Wi), . . . ) be the firing representation over the interval of time Wi. From these one can create a sequence of firing representations, F(
, W1), F(
, W2), F(
, W3), . . . , F(
, Wn).
4. Machine Computation
Definition 4.1 Machine Computation
Let F(, W1), F(
, W2), F(
, W3), . . . , F(
, Wn) denote a sequence of firing representations. Let F(
, S1), F(
, S2), F(
, S3), . . . , F(
, Sn) be a sequence of firing representations. If there exists a machine architecture for an Effector machine whose input effectors with a sequence of firing representations F(
, S1), F(
, S2), F(
, S3), . . . , F(
, Sn), generate with its output effectors F(
, W1), F(
, W2), F(
, W3), . . . , F(
, Wn), then one says that the machine computes F(
, W1), F(
, W2), F(
, W3), . . . , F(
, Wn)
Definition 4.2
An Effector machine is an interpretation between two sequences of firing representations if the machine can compute the output sequence of firing representations from the input sequence of firing representations.
When using a dynamic machine, it is possible to use a distinct machine architecture for each distinct sequence of firing representations described in Definition 4.2.
Definition 4.3 Static Program
(
,
,
) denotes an Effector machine.
can be a static or dynamic machine. A static program is a sequence of firing representations presented to
(
,
,
)'s input effectors,
.
A meta-program determines how to change a dynamic machine's architecture as it executes.
Definition 4.4 Meta Program
(
,
,
) denotes a dynamic machine. For each j, the symbol xi is the symbol A, ω or τ, representing a pulse amplitude, a pulse width or a transmission time, respectively. A meta-program is a finite sequence of quintuples [(x1, k1, i1, v1, t1), (x2, k2, i2, v2, t2), . . . , (xn, kn, in, vn, tn)] where each ti represents a time and t1<t2< . . . <tn. For each j, where 1≦j≦n, the quintuple, (xj, kj, ij, vj, tj), instructs
(
,
,
) to assign the value vj to connection element, xjk
Example of Programming an Effector Machine
In the enclosed CD-rom, there is a file MachineInputProgram.em that contains an example of a Static program. The first line of this Static program has 0 in the time column and 0 in the effector column. The first line instructs that input effector 0 is fired at time 0. The second line has a 5 in the time column and a 0 in the effector column. This second line instructs that input effector 0 is fired at time 5. The last instruction is on the third line. The third line instructs that input effector 0 is fired at time 11. The simple static program in MachineInputProgram.em helps illustrate how a static program is interpreted by a static Effector machine. Longer more complex static programs can also be executed with machine.exe.
In the file MachineOutputProgram.em, the first line of this static program has a 3.00 in the time column and 0 in the effector column. The first line means that output effector 0 fired at time 3.00. The second line of this static program has a 4.00 in the time column and 0 in the effector column. The second line means that output effector 0 fired at time 4.00. The rest of the lines in file MachineOutputProgram.em are interpreted in a similar way.
The output file, MachineOutputProgram.em, has the same format as the input file, MachineInputProgram.em, so the output of one machine can be used as a static program for another machine. This enables one to compose the results of one or more Effector machines. Using machine composition, a programmer can program a complex task with many small Effector machines that perform simpler tasks.
5. Input and Output Interpreter
Two different methods of programming an Effector machine are defined here. In the first method, called explicit programming, someone explicitly designs a machine architecture, and writes a Static program or Meta program.
The design of a machine architecture and a program, using elicit programming, were explained in sections 2, 3, and 4. Despite the fact that machine instructions for an Effector machine are quite different from a digital computer's machine instructions, explicit programming is analogous to writing a computer program in assembly language, C, or some other programming language for a digital computer.
A second method, called implicit programming, designs the architecture and programs of an Effector machine based on how you want the machine to behave. A method for implicit programming is presented in the next section.
In both explicit programming and implicit programming, the use of an Input Interpreter and Output Interpreter greatly simplify the programming task. In any programming endeavor, the task that needs to be solved, performed or finished can be represented mathematically by an (input, output) set of pairs, {(I1, O1),(I2, O2), . . . }. In some cases, the set, {(I1, O1), (I2, O2), . . . (In, On)} is finite. In other cases, it can be infinite. For each i, Ii is the input point, and Oi is the corresponding output point. The (input, output) set specifies the behavior of the Effector machine that we wish to design.
An input and output interpreter translates a chosen pair (Ii, Oi) to the native machine instructions of the Effector machine; specifically, the input interpreter translates the point Ii, into a sequence of firing activity executed by the input effectors, . The output interpreter translates the firing activity of the output effectors,
, into an output point, Oi. This output point represents the output of the effector machine. On the attached CD-rom, the input interpreter and output interpreter are designed with C++ source code and can change, depending on what the Effector machine is designed to do. However, an input interpreter can be implemented as a distinct Effector machine. Likewise, an output interpreter can be implemented as a distinct Effector machine.
6. Evolutionary Design of an Effector Machine
Implicit programming on an Effector machine can be accomplished using evolutionary methods. Evolutionary methods for extremely different applications were first introduced by [Box], [Bledsoe], [Bremermann], and [Friedman].
Implicit programming is preferable to explicit programming when the programmer knows what she wants the Effector machine to accomplish, but she doesn't know how to explicitly design the Effector machine architecture, Static program or Meta program. This is analogous to a CEO of a company asking her engineers to build a new computer, but she does not know how to build this computer. The CEO knows how she wants the computer to behave, but does not know how to explicitly build it.
This paragraph introduces some definitions needed to present an evolutionary design process, called Cyclic Graph Evolution. The number of Effector machines in each generation of the evolutionary process is m, where m is an even number. The symbol pcrossover denotes the probability that two machines chosen for the next generation will be crossed over. The symbol pmutation denotes the probability that a machine will be mutated. The symbol θ represents an optimal fitness value. In other words, if an Effector machine has a fitness value greater than θ, then it can competently compute the (input, output) set of pairs, {(I1, O1), (I2, O2), . . . }.
This paragraph presents the primary steps of Cyclic Graph Evolution, which will be abbreviated with the letters, CGE. CGE designs at least one effector machine that competently computes the collection of (input, output) pairs, {(I1, O1), (I2, O2), . . . , (In, On)}. Build an initial generation of Effector machines, A={1,
2,
3, . . . ,
m]. Determine the fitness of each Effector machine,
j. The fitness of
j is determined by its overall ability to represent, Oi, with its output effectors, after
j's input effectors receive input Ii. The fitness is also dependent on the amount of memory
j consumes and the average amount of computational time that it takes to compute the outputs Oi. A smaller amount of memory increases the fitness. A smaller computational time increases the fitness also. During one generation, CGE randomly chooses two machines from the current generation based on their fitness. Sometimes these two machines selected are crossed over and mutated. After a possible crossover and mutation, these two machines are placed in the next generation. The selection of two machines, and possible crossover and mutation is repeated until the next generation has m machines. CGE is repeated until the best Effector machine
best has a fitness greater than θ.
The CGE design process is presented below as an algorithm:
Build an initial population of machines, A={1,
2,
3, . . . ,
m}. while(true)
A.) This part covers in further detail the construction of the effector machines in the initial population. Each machine is constructed separately. The structure of how connections and effectors are organized in a machine must be explained first. Each machine that is designed by cyclic graph evolution is composed of one Input module, one Output module, and one or more Internal modules. Refer to the
Please refer to the file EvolutionConstants.xml, stored on the CD-ROM, as we discuss the constants used in the construction of a machine. For each machine created, an Input Module and an Output Module are created. Further, a random number k is chosen such that MIN_MODULES_PER_MACHINE≦k≦MAX_MODULES_PER_MACHINE, and k internal modules are created.
Each module is constructed separately. External connections are added afterwards. For each module, a random u is chosen such that MIN_EFFECTORS_PER_MODULE≦u≦MAX_EFFECTORS_PER_MODULE.
Next, u effectors are created. For each effector, the refractory period is randomly chosen between MIN_REFRACTORY_PERIOD and MAX_REFRACTORY_PERIOD. For each effector, the threshold is randomly chosen between MIN_THRESHOLD and MAX_THRESHOLD. Next, for each effector, a random number v is chosen such that MIN_NUM_CONNECTIONS≦v≦MAX_NUM_CONNECTIONS. This means that v connections are created for this particular effector.
For each of these v connections, the value of the pulse amplitude is randomly chosen between MIN_AMPLITUDE and MAX_AMPLITUDE, inclusive. For each connection, the value of the pulse width is randomly chosen between MIN_PULSE_WIDTH and MAX_PULSE_WIDTH, inclusive. For each connection, the transmission time is randomly chosen between MIN_CONDUCTION_TIME and MAX_CONDUCTION_TIME, inclusive.
B.) This part explains how CGE executes a crossover between two machines, machine A and machine B. Please refer to the
In the
C.) This part further discusses mutations of an Effector Machine. There are multiple ways to mutate an Effector machine. An effector can be added to a module along with some non-zero connections, connecting the new effector to effectors inside the same module, and possibly connecting it to effectors in different modules. A second type of mutation deletes an effector. In this case, all of the deleted effector's non-zero connections are removed also.
A third type of mutation may change the pulse amplitude, pulse width, or the transmission time of a connection. Similar to adding an effector, a fourth type of mutation adds a new connection. Similar to removing an effector, a fifth type of mutation removes a connection from the Effector machine.
A sixth type of mutation creates a new module containing new effectors and connections between them and connects this new module to other modules with new external connections. A seventh type of mutation deletes a module and removes all of the deleted module's external connections.
The file EvolutionConstants.xml contains constants that guide these seven different types of mutations., In addition, implementations of these mutations in C++ source code are in the directory evolution on the enclosed CD-ROM. Generally, pcrossover should usually range from 0.3 to 0.7. Also, pmutation should usually be less than 0.1.
D.) Previous evolutionary methods evolve directed graphs that contain no cycles. Let V={v1, v2, . . . , vn} be a finite set of n vertices. An edge in a directed graph is an ordered pair (vi, vj) with each vertex lying in V. Let E={(vi=(V, E), where E and V have just been defined.
In a directed graph diagram, a dot represents a vertex. A line segment with one arrow pointing from one vertex to the other vertex represents a directed edge. The
A useful analogy is that the structure of hyperlinks on the World Wide Web is a directed graph because it is possible to click on a link to go to web page A, by clicking on a link while at web page B, but not vice versa. In mathematical language, (B, A) is an edge in the directed graph, but (A, B) is NOT an edge.
CGE is the first evolutionary method to evolve directed graphs containing cycles. It is also the first evolutionary method to crossover and mutate these directed graphs containing cycles.
E.) In previous evolutionary methods, each vertex represents a static function. The directed edge represents output from one function delivered as input to the other function. Because of this structure, information does not flow in the opposite direction. Furthermore in a function, the output can not be computed until it receives the input. Consequently, information flows in a synchronized way.
On the other hand, the objects that CGE operates on are entirely different. Effectors have more structure, more flexibility, and more computing capability than functions. Each vertex represents one effector, and each directed edge represents a non-zero connection from effector A to B. Furthermore, it is also possible to have a non-zero connection from effector B to A, so information flows asynchronously in both directions. Most importantly, effectors can change over time, so an effector can mimic the behavior of an infinite number of functions.
F.) CGE can also improve the design of analog VLSI circuits which are suitable for implementing Effector machines in hardware. One of Mead's primary methods of designing subthreshold analog circuits, [MEAD], is to use piecewise linear analysis to design non-linear circuits. Piecewise linear analysis becomes mathematically intractable as the size of the circuit increases. Also, piecewise linear analysis often requires a person to come up with clever techniques for predicting how the circuit will behave. In other words, it is very difficult to write a computer program that could automate the design of these circuits, using piecewise linear analysis. This greatly increases the time and financial cost of designing these circuits. CGE does not require cleverness. One can treat the analog VLSI circuit as a black box. All you need to know is for a set of inputs {I1, I2, . . . }, what set of corresponding outputs, {O1, O2. . . ,}, are required of the analog VLSI circuit. Then execute CGE on the (input, output) set, {(I1, O1), (I2, O2), (I3, O3), . . . }.
7. Hardware Implementation of Effectors
This section addresses the implementation of an Effector machine in hardware; an example is a semiconductor chip. In a hardware implementation of an Effector machine, computation still can be robustly executed even though there may be a small amount of variance in the transmission time or the exact time an effector is supposed to fire. The analysis below explains how to design an effector machine despite substantial variance in the physical parameters of the hardware.
Let r denote the refractory period of an effector. Let tdetect denote the time at which effector Ei detects some other effector fired. Let tactual denote the actual time that this other effector fired. To make the analysis simpler to present, we ignore the transmission time from the effector that fired to the effector that received this firing information. Let εi denote the maximum possible value for |tdetect−tactual|. Define ε=max{εi: Ei is an effector in machine M}. If ε=0, then all effectors detect when another effector has fired with perfect precision. Let T denote a finite interval of time such that the hardware obeys 0≦ε<r<T. Refer to the
Define
As an example, χ(7, 3)=7*5*3. As another example, χ(20, 5)=20*18*16*14*12. Choose T so that r divides T with zero remainder.
The formula:
is the maximum number of possible distinct firing configurations for an effector, during the interval of time T. This number of firing configurations determines the number of different states that the effector could be in during this time period.
The schematic
[Bledsoe] Bledsoe, W. W. (1961)
The use of biological concepts in the analytical study of systems.
ORSA-TIMS National Meeting, San Francisco, Calif.
[Box] Box, G.E.P. (1957)
Evolutionary operation: A method for increasing industrial production.
Journal of the Royal Statistical Society, C, 6(2), 81-101.
[Bremermann] Bremermann, R. J. (1962)
Optimization through evolution and recombination.
Self-organizing systems. pp. 93-106.
Washington, D.C., Spartan Books.
[Friedman] Friedman, G. J. (1959)
Digital simulation of an evolutionary process.
General Systems Yearbook, 4, 171-184.
[Mead] Mead, Carver. (1989)
Analog VLSI and Neural Systems.
Addison-Wesley Publishing Company. ISBN 0-201-05992-4
[Rall] Rall, Wilfrid. (1995)
The Theoretical Foundation of Dendritic Function.
MIT Press. ISBN 0-262-19356-6.
[Turing] Turing, Alan M. (1936)
On Computable Numbers, with an Application to the Entscheidungsproblem, Proceedings, London Mathematical Society, 2, no 42, 230-265, and no. 43, 544-546.
| Number | Name | Date | Kind |
|---|---|---|---|
| 3950733 | Cooper et al. | Apr 1976 | A |
| 4660166 | Hopfield | Apr 1987 | A |
| 4962342 | Mead | Oct 1990 | A |
| 5155802 | Mueller | Oct 1992 | A |
| 5325464 | Pechanek | Jun 1994 | A |
| 5369731 | Masumoto | Nov 1994 | A |
| 5422983 | Castelaz | Jun 1995 | A |
| 5524175 | Sato | Jun 1996 | A |
| 5524176 | Narita | Jun 1996 | A |
| 5619618 | Bigus | Apr 1997 | A |
| 5832466 | Feldgajer | Nov 1998 | A |
| 6049793 | Tomita | Apr 2000 | A |
| 6256619 | Grichnik | Jul 2001 | B1 |
| 6332137 | Hori | Dec 2001 | B1 |
| 6470261 | Ng et al. | Oct 2002 | B1 |
| 6601053 | Schaffer et al. | Jul 2003 | B1 |
| 6751601 | Zegers | Jun 2004 | B2 |
| 6754645 | Shi | Jun 2004 | B2 |
| 20030212645 | Schaffer et al. | Nov 2003 | A1 |
| 20040128004 | Adams | Jul 2004 | A1 |
| 20060277533 | Fiske | Dec 2006 | A1 |
| 20070079108 | Fiske | Apr 2007 | A1 |
| 20070288668 | Fiske | Dec 2007 | A1 |
| Number | Date | Country |
|---|---|---|
| WO2007008519 | Jan 2007 | WO |
| Number | Date | Country | |
|---|---|---|---|
| 20060259894 A1 | Nov 2006 | US |