Você está na página 1de 7

lmplemeiitatiori of a Genetic Algorithm based

Associative Classifier System (ACS)


Kirk E. Twardowski

Syracuse University I B M/Federal Sector Division


Syracuse, N Y 13244 Processor Devclopmcnt
ketwardo @suvm .acs .syr .cd u RT 17C, Owego, NY 13827

large collection of niles. T1it:se rules need to br


searched for every input from the environment bcforr
1.0 Abstract a response can be generated. As the complexity ol
an cnvironment increases so does the number of rule<
This paper presents the $rst results from the develop- the classifier system requires, and likewise the re-
ment of a Genetic Algorithm Pased Associative sponse time of the classifier system also increases
CYassijier System (ACS). Cla.rsi/icr Systems contain As the response time of the system increases, thr
a signi/icant amount of parallelism, particularly in the deadlines become more and more difficult to meet
area of pattern matching, which is amenable to a Thus the cnix of the problem faced in designing a
massively parallel hardware implemmtation. One .TUC- classifier system for a complex real-time environment
cessfui implementation of a parallel cla.c.ri/ier .system is the contradictory goals of environment complexit!
on the Connection Machine has been reported in [SI, versus real-time deadlines. Fortunately, classifier s y s -
however advances in VLSI have brought about the re- tcms contaiii inherenl parallelism which, if exploited.
ality of massively parallel co-processorsfor pc?r.ronal could significantly decrease r c y ” time.
computers. The architecture oJ’ tht>se I’C based co-
processors uses Content Addressable Memory for main ’I’hc most timc consuming stcp rcquircd by thr
memory as opposed to Random Access Memory. classifier system is to compare a set of input messages.
These co-processors, referred to as Associative reprcsenting thc input stimuli, against the current SCI
Processors, open the door for the use of classifier sys- qf rules in the system. This would seem to indicatc
tems in real-time applica1ion.r which have space, power that a possible way to increase systcm pcrformancc
and cost limitations which preclude the t ~ r eof largc, would bc to incorporate a hardware based accelcratoi
parallel processors, .such as the Conneclion Machine, which could bc used to perform this compare opera-
yet require response times which serial processors can’t tion. One such hardware solution is Content Ad
achieve. The ACS is a result of mapping [he ir!herenl drcssable Mcmory (CAM). 13y using CAM to storc
parallelism in classijier systems to a program which the entire scl. of rules which make up the classifiei
executes on a PC based Associative l’rocessor. The systcm, the c,omparing of input stimuli against rule\
algorithms used to implement the A C S on an Associa- can be performed rapidly. The C A M also makcs thr
tive Processor are discussed, and A CS execution times, execution tirnc of the search operation independenl
measured on hardware are prescntcd. or thc number of rules in the system, because the en-
tire C A M is searched in a single time stcp regardlesy
Keywords: Associative Processing, Genetic A igorithms, of thc numbcr rules which it contains. ‘T‘hcrcfore ;I
Classifier Systems, and Contant A d d r ~ ~ ~ aMemory.
ble classifier system desigied to utilize CAM should br
ahlc to meet dii’ficult real-time i:lcadlines which a serial
processor base11 classifier system is unable to meet
Additionally, the CAM basctl system is easily ex-
2.0 Introduction pandable to more complex tcal-time problem c i o -
mains since its response timc is unrelated to thr
The processing requirements of classifier systems have nuniber o f rules which make up the system.
severely limited their application to complex real-time
environments. Real-time environrncnts imply the Rcccnt research in the area 0 1 CAM, particularly in
existence of deadlines which must be met in order for the area of using CAM for A I applications such a<
the system to function properly. I lowevcr, complex logic programming, has culminated in the develop-
environments require classificr systems to contain a ment of a commercially ,available CAM based

48
CH2915-7/90/0000/0048$01.OO Q 1990 IEEE

Authorized licensed use limited to: Chameli Devi Inst of Tech and Management. Downloaded on July 31,2010 at 06:24:18 UTC from IEEE Xplore. Restrictions apply.
processor. This CAM based processor, referred to as achieved by having aclive classifiers pay a portion of
‘The Coherent Processor (CP), has an architecture their strength to classifiers active in the previous cycle
which replaces the traditional random-access main
memory with CAM. The CP is designed to plug into DOOI,B, a simplified version of the standard classifier
personal computers or engineeringlscientific work- systems, was first proposed by Wilson [ 1 I] in his in-
stations and to function as a hardware accelerator. itial studies of machine learning paradigms for auton-
By using this associative processor it is now possible omous robots or ANIMATS. nOO1,E essential11
to verify that the response time of a classifier system eliminates the requirement to use the bucket brigadr
which uses CAM will be invariant with respect to the algorithm to apportion payofl from the environment,
number of rules in the system. yet retains all of the aspects of classifier systems which
are essential to machine learning. ROOLE is a systern
which is meant to learn disjunctive Roolean functions
which have bcen shown to be diffcult machinc
learning problems. The function which Wilson and
3.0 Classifier Systems and BOOLE others have studied is the multiplexer function wherc
there are k address bits (ak)and 2k data bits (dk). Thr
Classifier Systems, introduced by IIoIland[4], are system is to learn to use the address bits to select thc
adaptive machine learning systems which have a correct data bit as a response lo an addressldata vec-
rule-based message-passing structure. Classifier Sys- tor from the input interface. For a 6-multiplexet
tems learn through thc application of genetic algo- there are 2 address bits and 4 data bits. One iteration
rithmsC3) to introduce rules into the system and via of the B001,E system entails the random generation
credit apportionment to distribute rcward from the of a binary string of length 6, which is presented to
environment. Classifier Systems are meant to operate the systetn as an input message. ROOIX is then to
in environments which are changing, noisy and give respond with the correct respoiisc; for a correct re-
reward infrequently and usually only after long se- sponses the system receives a rcward whereas an in-
quences of actions. The system often has goals which correct response is penalized. Only the classifiers
are implicitly and/or inexactly dcfincd and has rcal- which matched the input message and have an action
time demands for actions [I]. equal to the response are rewarded or penalizcd.
A classifier system consists of the following major
components: 1) Messages and Classifiers, 2) An Rn-
vironment Interface, 3 ) Rule Discovery, and 4) Credit
4.0 The Coherent Processor
Apportionment. Messages are simple bit strings that
are used to either represent information from or
The Coherent Processor (CP) [6] is the target
commands to the environment intt:rfaa:. Classifiers
processor for which the Associative Classifier System
are simple IF-THEN rules with multiple conditions was written. The C P is a product of the Syracusc.
and an action. Conditions are message pattcrns University Machine for Associative Computinp
which are matched against input messages, while (SUMAC) project ( see [2], 1:7] or [IO]). ‘The main
actions are message patterns for the generation of thrust of this project is to develop an associative ar-
output messages. Each classifier has an associated chitccture which is suitable for the high speed exe-
strength which quantifies the frequency with which a cution of logic programs. As such, many aspects of
classifier directly or indirectly led to reward from the the CPs architecture are deiived from the require-
environment. The environment interface consists of ments of executing logic programs. IIowever the ar-
detectors and effectors. Detectors ericode information chitecture which has resulted is quite general in naturc.
from the environment into messages and effectors and provides the capability to implement many algo-
modify the environment based on messages. Rule rithms. Its development has just rccently been com-
discovery is used to evolve new classifiers to add to pleted and a prototype is in our lab under evaluation
the system. The most commonly used heuristics for for AI applications. The CP is a Microchannel board
rule discovery are Genetic Algorithms. Credit ap- which has been installed in an IDM PS/2 model 70
portionment is the means by which the classifier and operates as a memory mapped 1/0 device. Thr
strengths are updated. The approach which has been board contains 4Kx36 words of Content Addressablr
developed is called the bucket brigade algorithm and Memory (CAM). The amount of CAM is expanda-
is used to distribute reward, as strength, to the chain ble by adding additional CA \4 expansion boards to
of classifiers which led to a corrrct decision. This is the system. In addition to tb:: CAM there is a 64K

49

Authorized licensed use limited to: Chameli Devi Inst of Tech and Management. Downloaded on July 31,2010 at 06:24:18 UTC from IEEE Xplore. Restrictions apply.
byte writable control store (WCS) on the C P which
controls the operation of the CAM. The WCS is
typically loaded at the start of an application with the
microcode to perform the required read, write, search,
and logical CAM operations. ‘The microcode rou-
tines are called as co-processor functions from the
application program.
Figure 1 . Format o f an ACS Quad CAM
The heart of the CP is a specially designed V I S 1 chip Word: Quad CAM word is constructed
which contains the CAM array and support logic. from a n even/odd pair o f CAM words.
The support logic processes the match lines from the
CAM array and consists of 5 one bit registers, a A single quad word in the ACS is structured as shown
boolean logic unit and a Multiplc Response Resolver in Figure 1 . This allows, with the use of the CP’s
(MRR) per CAM word. The M R R , fed by the masking capability, for fully associative searchcs to
MRReg, guarantees activation of only one CAM row be performed on either the condition or the strength
select at a time by passing only the top most active field of the classifiers. noth of these searches are re-
bit of the MRReg. A microcode operation, quired for the algorithms used in ACS.
SelectNext, causes the M R R to reset the topmost
active bit in the MRReg. This allows the MRReg to
be used as a pointer into the CAM array which can 5.2 Classifier System
be moved from the top most to thc bottom most ac-
tive word by performing Selcct Nexts. During each iteration the claasifier system must per-
form three major functions: 1’) message matching, 2)
response selection and 3 ) rule strength adjustment.

The messagc matching function is simply a matter of


5.0 Associative Classifier System (ACS) using the input message as a search argument. This
argument is matched against only the condition field
There are a number of associative algorithms which of the classifiers. This is done by generating a mash
are implemented in the ACS with the goal of im- to mask off the action and strength field and shiftinp
proving system performance and achieving response the input message so that it is aligned with the con-
time independent of the number of rules in the sys- dition field. Finally, a C P microcode routine is initi-
tem. The following sections describe the CAM or- ated and executes a search of the CAM.
ganization and algorithms which were developed to
implement the Classifier System and thc Gcnctic Al- The response selection phase requires that the rulc5
gorithm components of thc ACS. which were matched in the previous step now be read
from the CAM. This is an undesired step because it
introduces serial processing into the algorithm, sincr
5.1 Data Structures the classifiers can only be read out one at a time
Unfortunately, it is necessary because response se-
Since the conditions of the classifiers include the lection is bascd on probabilistic weighting of the rel-
Don’t Care character, the CAM was configured in ative strengths of the matched classifiers, which
Quad mode which allows a hardware representation requires that the sum of the strength of all thr
of the Don’t Care symbol. In Quad mode pairs of matching classifiers be calculated. Additionally, the
CAM words are linked into quad words which allow strength adjustment step modifies the strengths ol
the representation of {O,l,X,N}. For the DOOLX each matching classifier thus requiring that all
system the length of each condition is 1 1 bits or less matching classifiers be read from the CAM. The sc-
and the length of each action 1 bit. This made it lection procedure described bclow could have been
possible to let each quad word represent onc rule. used to speedup the selection step; however, it is no1
Every classifier in the system has a st rength associated compatible with the standard classifier system which
with it and this strength is also stored in the quad introduces a number of other variables in the selcction
word, along with the condition/action pair, as an un- process. Since our goal is to develop a version of
signed integer with a length of 12 bits. Thus the entirc ACS which supports all of the standard classifier sys-
data structure which makes up the classifier system is tem algorithm, that approach was not used for thi\
contained within the CAM. part of ACS. Once the c1as:iliers are read from thr

50

Authorized licensed use limited to: Chameli Devi Inst of Tech and Management. Downloaded on July 31,2010 at 06:24:18 UTC from IEEE Xplore. Restrictions apply.
CAM, one classifier is selected to post its action as the window, 2) there is one strength field in window or.
output message. 3 ) multiplc strength fields Lie within the window. For
case 1, a new window is generated. Case 2 selects thc
Based on the response from the cnvironment, which classifier whose associated strength field is in thc
in this case is just an evaluation of thc multiplexer window. Case 3 requires that one of the classificrs i n
function to test the correctness of the posted output, the window be selected; this i y done on a purcly ran-
the strength of the rules are updated via the distrib- dom basis by counting the number of matches and
ution of reward or penalty. Once the strengths have picking a random numbcr, RN, between 1 and thc
been updated the rules are written back to the CAM number of matches. The classifier is selected by per-
array, into the same locations from which they were forming R N SelcctNcxt operations on the MRReg
read. A copy of the match vector from the message until the MRR is pointing to the selected CAM word
matching step is maintaincd in one of the response Note that this introduces 2 steps of serial processing
registers for this purpose. The MRReg is loaded with into the sclcction procedure: counting matches and
the match vector and the MRR is used to sclect the performing the SelectNext opcrations.
individual CAM locations to write.
The window size parameter is very critical to the
performance of ACS. both in terms of machinc
5.3 Genetic Algorithms learning ability and response time. If the window i.;
to large, then response time is excessive because thcrc
In the BOOLE system the genctic algorithms are ini- will be a large number of classifiers inside the window
tiated once for every iteration, and gencrate a single which will have to be processed serially. Also, siner
rulc; this constant but slow evolving of rules is to hclp the serial selection procedure used by ACS is com-
kecp the system stable and reliable, yet adaptivc. For pletely random, the effectiveticss of the strcngths in
ROO1 ,E, the selcction of parents and replacements is influencing parcnt selection would be reduced by too
the component of the genctic algorithms which rc- large a window. This has the effect of limiting thr
quires the most computational effort. Selection of systems ability to generate better classifiers, from
parents and replacements is based on thc strengths of known good classifiery, and thus slows the rate at
the classifiers in the CAM. which learning occurs. Going to the opposite ex-
trcmc, a very sinall window will cause the program to
A selection algorithm has bcen dcveloped which gcncrate many windows bcfore finding a classificr
avoids the necessity of reading thc entire contents of This will also increase response timc.
the CAM into host-processor memory to perform a
weighted strength selection. 'The idea is to use a Becausc the optimal valuc cif the window size pa
windowing mechanism, based on classificr strengths, rametcr is directly reliiled to thc numher of clascifierk
to reduce the number of classificrs from which to sc- in the system a second sclection proccdurc has re-
lect. Once the number of classificrs has heen signif- cently bccn implcmentetl. Thic approach, the ncaresl
icantly decreascd, more serial approachcs can be uscd selection (NS) algorithm, is the same as window se-
to make the selection. First thc maximum and mini- lcction up to and including the gcneration of a win-
mum values of the strength ficlds in the CAM are dow ccntcr o r chosen point. This approach fincls thr
determined. These searches can each be pcrformcd smallest strcngl h valuc grcatcr then the chosen poinr
in O(n) CAM operations [SI, wherc 11 is the Icngth for parent sclcction and the grixtcst strength valuc l e y \
of the strength field. Then a random point bctwccn than the chosen point for rcplaccment selection. Thi\
the minimum and maximum strengths is selected. is done by p f o r m i n g a series of searches starting at
This serves as the center for a window, the width of the chosen point and moving to an extrema. Thc idea
which is a percentage of the differcnce between the is to use the search point and the extrema as the initial
maximum and minimum strengths. 'Ihe width of the bounds on a search area. After every search thr
window, referred to as window size, is a system pa- bounds are adjusted inward until: 1) bounds arc
rameter and dircctly affects the opcrntion of the ACS. equal, 2) only one classifier lies betwcen them, or 3 )
A between limit search of the CAM is then performed no classificrs were bclwcen initial bouncls. Case I
to locate all strength fields which arc inside thc win- occurs when multiple strengths with thc samc valur
dow. This search can be pcrformcd in O(2 log(n-1)) havc been found, in which case the serial sclcction
CAM operations [SI, wherc n is the width of thc technique of above is used. Case 2 selects thc
search window. Several conditions can now have classifier which was locatcd. Case 3 causes a retry of
occurred 1) there are no strength fields inside the the selcct ion proced urc.

51

Authorized licensed use limited to: Chameli Devi Inst of Tech and Management. Downloaded on July 31,2010 at 06:24:18 UTC from IEEE Xplore. Restrictions apply.
lOa
6.0 Results
v)
e,
C
v)

80
ACS results: 1) verify that ACS Icarning ability is e,
v)

equivalent to results which havc been published on K


e
classifier systems solving the 6-multiplexer and 0 - 6-Multiplexer
11-multiplexer problems, and 2) measure response ?! 60
0
L ~ ~ 1 1 -Multiplexer
times for both a CAM and non-CAM version of 0
N
ACS.
40
0 5 10 15 20 25 30
Figure 2 shows the results achieved by ACS for both ~10’
the 6 and 11-multiplexer problems. ‘I‘hcsc results are Trial Number
in the form of a moving avcragc of correct decisions
over the past 50 trials, and duplicates data from pre-
viously published experiments, [ 121 and [SI This Figure 2. ACS Performance on the 6 and
demonstrates that the associativc algorithms which I I -Multiplexer I’rol,lem: Window si7e is
were implemented in the ACS haven’t done anything .001 for both runs. 400 classifiers for the
which negatively impacts the lcarning ability of the 6-multiplexer problcm and 1000
BOOLE system for the two multiplrxor problems classifiers for the 1 1 -mulliplexcr prohlcm.

To measure speedups Ilic set of C routines which agc of 349 commands sent to the CI’ per iteration, foi.
interface to the CI’ was rrwrittc-n to work with an ar- an overhead of 10.4 milliseconds. As thc number 01’
ray of classifiers in host proceswr mcmory T‘he classifiers increases the numbcr of commands sent tci
modified C routines are not just n direct mapping of thc CI’ increases, particularly the 6-multiplexer prob-
the CAM functions onto a memory array, but wcrc Icm, and hence the impact of the ovcrhcad becomes
optimized to use efficient algorithms I:or examplc, more sevcre. The reason the 6-multiplexcr problcm
the routine which selects parents was restructured to is likcly to suffcr greater ovcrhcad is explained below.
use a typical selection algorithm which rcquires that ‘There are versions of the (:I‘ under development
the strength fields be examined sequentially until a which don’t require this switch. ‘The other rcason is
selection is made. A non-CAM iinplerncntation o f a result of the DOOI,E system. There isn’t enougli
the window selection tcchniquc described abovc pattern matching in DOOI,E to takc advantage of t h k ,
would have run slower thcn the scgucntial cxamina- capability of t.he CAM. Ilowevcr, a full scalc
tion approach. classifier systcm which has a message list will have ;I
greater amount of pattern matching. ‘This is bccausc.
The response time for a single itcration for thc ACS each message in the message list needs to be matchal
and the non-CAM ACS for various numbcr of against each classifier. Thus, the size of the messagc.
classifiers are shown in Figure 3 on page 6 Rcsponsc list becomes a major factor in the amount of spcedul3
time includes the input message matching and the which will be observed betwecn CAM and non-CAhl
output message generation, as wcll as, the gcnrration classifier system implementations. Additionally.
of one new rule via genetic algorithms At first glance classifier systems which requit,c morc than 32 bits pc1
these times are somewhat disappointing bccausc a]- condition or have more then one condition pct
though the CAM version executes faster, it only does classifier would benefit from the CAM row logic.
so by a factor of about 2 and the icsponsc time in- The row logic can intcgrate the results from multiplr
creases noticeably as the numbcr of classifim in- word matches (CAM items longer than 32 bits) and
creases. There are sevcral factors which account for from multiple condition matches in parallel across all
the ACS response times bcing slowcr thcn antic- classifiers, whelms a non-CA h4 program would haw.
ipated. The first reason is hardware bawd and results to process this data scrialiy.
from running under I’C DOS Due to the design of
the C P interface, the host C codc must switch from ’l’he reason that there is an incrcase in response timr
real to protected mode, requiring approximately 30 as thc numbcr of classifiers was increased is due to thr
microseconds of overhead, for each command scnt to scction of the program which is required to read all
the CP. With 1000 classifiers and 3 window siic of matching cnirics from the CAM. The numbcr ol
.001 on the 6 Multiplexor prohlcm thrrr are an avei- matches which occur in the I?OOI,F, system is :I

52

Authorized licensed use limited to: Chameli Devi Inst of Tech and Management. Downloaded on July 31,2010 at 06:24:18 UTC from IEEE Xplore. Restrictions apply.
I
-
- - Without CAM

a;
- With CAM, Nearest Selection

E
._ --. With CAM, Nearby Selection,,’
+ 0.10 - /
/
a,
v, /

c
0
E 005 ... .- 0

/-.----
,/--
/
E

000 - &--/ :==7


’ I
.
! I

0 500 io00 1500 2000 0 500 1000 1500 2000


Number of Classifiers Number of Classifiers

Figure 3. ACS versus n o n - C A M ACS rcsponse time Figure 4. Execution speed for I I-Mnltiplexer Proh-
for 6-Mnltiplexer Prottlcni lem

function of the problcm size. ‘I’hc avcragc number performance. NS algorithm performance on thc I I
of matches is given by: Multiplexor shows that it can achieve the fastest re-
sponse times. This and the fact that thcrc aren’t any
Matches = P/(2**(2/3 * N)) (1) parameters to tune to make the NS algorithm run
optimally makes it the better of the two sclcction al-
where N is the number of address and data bits, P is gorithms.
number of classifiers. ‘This equation assumes that the
DON’T CARE symbol makes up one third of all Figurc 5 on page 7, shows tile pcrformance of ACS
symbols. This equation indicates that by trying to for the 11 Multiplexor problem when the ovcrheatl
solve a larger multiplexer problem the number of due to 110s mode switching is removcd.
matches per iteration should dccrcase, thus decreasing
rcsponse time as shown in Figurc 4. Once a largc
enough problem is sclectcd, cnsuring that only a few
classifiers are active per cyclc, the rcsponse time will 7.0 Conclusions
increase slowly with respect to thc numbcr of
classifiers. The associativc algorithms of the ACS for thc Co-
hererit I’rocessor have becn presentcd. It has been
In both Figure 3 and Figure 4, the effect of the win- demonstrated that this associative implementation ol
dow size parameter for thc classifier sclcction algo- the DOO1,I~ classifier Tystem Icarns as wcll as result..
rithm is shown. Dccrcasing the size of the window published for icrial implcmcntations. It has bccn
almost always caused the response titnc to increase, shown that thr use of an associative processor as :I
except cases with small numbers of classifiers. When co-processor cxn decrease clarisifier system rcsponsc
the number of classifiers was less than 800 the lowest time, particularly for classificr systems with a largc
value for window size which could be used without numbcr of rules. In fact, when the number of rule4
causing the response time to deteriorate was .001. in the ACS were increased by an order of magnitudr
These figures also show thc pcrformance of the NS thc rcsponse time of the system increased only 25”h
algorithm. On the 6 multiplexor problem the NS al- aftcr DOS ovcrhead was rt:inovcd. Also, if thc
gorithm ran a little slower then the window method amount of data transferred Ixtween the associativc
using a window size of .001 for grcater then 500 processor and the host is minimized thc rcsponsc limc
classifiers. This is a result of clistrihuting reward to a can he almost invariant to t t l u number of classifier\
large number of classifiers per cycle causing classifier which make up the system. This is the case wheri
strengths to remain small. Thus many classifiers will there are only a small pcrccntage of classificrs activr
share the same strength value which results in the NS per cyclc, siich as with thc 1 I-Multiplcxcr problem.
algorithm applying serial selection techniques. This for which a speedup of greater then 14 was ohscrved
coupled with the fact that NS rcquires a grcatcr Ijasecl on thc results from the C A M ACS for thc
number of computations is the cause of NS’s slowcr I I-multiplexer problem a full scale classifier system i\

53

Authorized licensed use limited to: Chameli Devi Inst of Tech and Management. Downloaded on July 31,2010 at 06:24:18 UTC from IEEE Xplore. Restrictions apply.
currcntly bcing devcloped to verify if significant
0.05 speedups can be attained because of larger, sophisti-
catcd matching requirements.

ai
E 0.03 -
._ Acknowledgements
c
9) I would like to thank my peers who have helped with
2 0.02 ~

0 this work and whose comments have improvcd thi.


a
2 0.01 - paper. I would particularly like to give thanks t o
Davc Kirk whose comments were invaluable. Crcdil
0.00 must also bc given to Dr. .John Oldfield and Dr. I’ctc~
0 500 1000 1500 2000
Kogge whose cnthusiasm has inspired me. 1 woul(l
Number of Classifiers
likc to acknowledge IBM Owcgo’s contribution ol
resources with which the majority of this research wa\
Figure 5. Adjusted ACS response time for I I Mux performed.
problem

7. Petcr M. Kogge, .John V. Oldfield, Charles


D. Stormon, and Mark R. Di-ule, VIS1 and
References Rule-Based Systems, Syracuse Universit!
1. L. B. Booker, D. E. Goldbcrg, and .I. 11. CASE Center, ‘Tech. Report 8812, 1988.
Holland, “Classifier Systems and (ieneiic
Algorithms,” Artificial Intcllig~ricc.,vol. 40, 8. ‘r. Kolionen, (;bntent-Addre.s.cahl~Mcinorkr
pp. 235-282, 1989. Berlin: Springer-Verlag, 1980.

2. Mark R. Drule, ‘The 1Jsc o f Contcnt- 9. G. G. Robertson, “I’arallel Implementation


Addressable Memory in Executing h g i c of Gcnetic Algorithms in a Classifiri
Programs, Syracuse University CAST;, Centcr, System,” in L. Davis, editor, Gcnetic A l p
Tech. Report 8813, 1988. Master’s ’I’hesis. rithins arid Sirnulaipd Ann~aling, I ,ondon
I’itmxn Press, 1987.
3. J . €1. IIolland, Adclptatiort in Natural and
ArtiJicial S y s t e m Ann Arbor: Iiniversity of
Michigan Press, 1975. IO. C h r l e s D. Stormon, An Associative
I’roccssor and Its Application to 1,ogic Pro-
4. J. H. Holland, K. .I. I Iolyoak, R. E. Nishett, gramming Computation, Syracuse Ilnivcrsit!
and I). R. Thagard, lnditction .I’rocesses o/ CASE Centcr, Tech. Report 881 I , 1988. re-
inference, learning, and dircovpry Cambridgc, vised Master’s 7’hcsis.
MA: MIT Press, 1986.
1I. Stewart W. Wilson, “Knowledge <;ro\+lli i i i
5. A. Homaifar, I). 1:. Goldbcrg, and C. C. an Artificial Animal,” Proc. of thc 1st lntl
Carroll, “Doolcan function learning with a
Con(. or1 Geriatic A (gorithnis and Thiw A p
classifier system,” Applications of Artflcial
Intelligence V I , vol. 937, pp. 264-272, 1988. plications, pp. 16-23, 1986.

6. Coherent Research Inc, (loherent I’rocprror 12. Stewart W. \Vilson, “Classifier Systems ancl
Users Guide Ver 2.0 Coherent Research I n r , the Animat Problcm,” Machinp I,rar.ning.
1990. vol. 2, pp. 199-228, 1987.

54

Authorized licensed use limited to: Chameli Devi Inst of Tech and Management. Downloaded on July 31,2010 at 06:24:18 UTC from IEEE Xplore. Restrictions apply.

Você também pode gostar