JOURNAL OF THEORETICAL AND APPLIED MECHANICS 42, 3, pp. 461-482, Warsaw 2004 CELLULAR AUTOMATA: STRUCTURES AND SOME APPLICATIONS Marcin Burzyński Institute of Environmental Mechanics and Applied Computer Science, Bydgoszcz University e-mail: marcinb@ito.pl Waldemar Cudny Institute of Environmental Mechanics and Applied Computer Science, Bydgoszcz University Institute of Fundamental Technological Research, IPPT PAN, Warsaw e-mail: wcudny@ippt.gov.pl Witold Kosiński Research Center, Department of Artificial Intelligence Polish-Japanese Institute of Information Technology, Warsaw e-mail: wkos@pwstk.edu.pl Anewapproach to themodelling of various nature phenomena suchas predator and prey ecological system, heat transport, spreading of oil slick and trafficflow is introduced. Cellular automata (CA) are discrete dynamical systems whose behaviour is completely specified in terms of simple local relations. They are mathematical models of spatially distributed processes; however they can lead to an appropriate simulation of complex dynamic processes. Applications to heat transfer and problems of environmental simulations are done. A discrete automatonmodelwith fuzzy rules to simulate one-way trafficflow is also descri- bed.Results of simulations are consistentwithphenomenaobserved in reality. It gives a base to propose the cellular automata tool as an option inmodelling and solving problems of complex (and some times, not completely known) nature. Key words: cellular automata, traffic flow, fuzzy rules 1. Introduction Differential equations formamathematical basis formost currentmodels of natural systems. Cellular automata (CA)may be considered as an alternative 462 M.Burzyński et al. approach, and in some respect, they can play a role of complementarymodels of nature. Whereas ordinary differential equations are suitable for systems with a small number of degrees of freedom, evolving in a continuous manner, cellular automata describe the behaviour of systems with large numbers of discrete degrees of freedom (Wolfram, 1984b). Modelling complex physical phenomena through computer simulation has become a common tool for understanding the natural world. Realistic models based on physical laws generally result in large systems of non-linear integral or partial-differential equations (PDEs). Such amodelling approach hasmany advantages, e.g. an ability to reproduce in quantitative details results of expe- riments. However, there are some disadvantages: it is difficult to extrapolate the behaviour of ”realistic” models to different experimental and natural con- ditions. Those models sometimes obscure basic physical principles underlying themodelled phenomena. Complexmodels lead often to formidable numerical problems. One technique for simplifying these often numerically intractable systems is to mimic the physical laws by a series of simple rules that are easy to compute (Ermentrout and Edelstein-Keshet, 1993). This kind approach is called Cellular Automata. The fundamental observation which forms the ba- sis of the CA approach is: do not describe complex systems with the help of complex equations, but let the complexity emerge by interaction of simple individuals following simple rules. In the paper, this new approach to themodelling of various nature pheno- mena such as predator and prey ecological system, heat transport, spreading of oil slick is applied. A discrete automatonmodel with fuzzy rules to simula- te one-way traffic flow is also described. Results of simulations are consistent with phenomena observed in reality. It gives a base to propose the cellular au- tomata tool as an option in modelling and solving problems of complex (and some times, not completely known) nature. All presented applications of CA have been developed by the present authors. 1.1. History of cellular automata The first cellular automata was due to John von Neumann (1903-1957) and Stanisław Ulam (1909-1984) during their common works in Los Alamos. The 80’s was a decade of these models that based upon parallel computation methods. StephenWolfram exhaustively explored one-dimensional cellular au- tomata and introduced for the first time a classification of CA depending on the system behaviour, known as Wolfram Classes (Wolfram, 1984b). In 1970 Americanmathematician JohnConway developed theGame of Lifewhich po- pularized CA among the scientists. Life is a cellular automaton operating on Cellular automata: structures and some applications 463 a two-dimensional grid of cells, each of which can have only two states: dead or alive (coded as value 0 or 1). The rules of Life are also very simple: • If a cell has exactly two living neighbours, it stays as it is. Live cells stay alive and dead cells stay dead. • If a cell has exactly three living neighbors a dead cell becomes alive and a live cells stay alive. • If a cell has any other number of living neighbours a dead cell stays dead and a live cell becomes a dead cell. Thesevery simple rules can lead to extremely complexbehaviourgiving the right arrangement of live cells. Life can be considered as a model of bacteria population dynamics. 2. Definitions There are many non formal cellular automata definitions introduced by authors.Wemention two slightly different definitions that reflect the origin of CA and whichmimic the same features of cellular automata. Definition 1. Cellular automata are dynamical systems in which space and time are discrete. A cellular automaton consists of a regular grid of cells, each of which can be in a finite number of k possible states, updated synchronously in discrete time steps according to local, identical inte- raction rules. The state of a cell is determined by the previous states of surrounding neighborhood of the cell. Definition 2. A cellular automaton is an array (linear array) of cells that interact with their neighbours. The array can take on any number of dimension, starting fromone dimensional string of cells. Each cell has its set of states. By receiving the input from connected cells (or generally, a message from its neighbours) a cell uses its own sets of rules to determine what its reaction should be. This reaction is manifested as a change of own state and can also be a trigger to send out a message to the neighbours. The message is passed to other selected cells which makes them act likewise. Fromthedefinitionsabove,Wolfram(1984b)has specifiedfive fundamental characteristics of cellular automata: 464 M.Burzyński et al. 1. They consist of a discrete lattice of sites. 2. They evolve in discrete time steps. 3. Each site attains a finite set of possible values. 4. The value of each site evolves according to the same rules. 5. The rules for the evolutionof a site dependonlyona local neighbourhood of sites around it. Hence we can write main cellular automata features: • Parallelism means that individual cell updates are performed indepen- dently of each other; it means that of all of the updates are being done at once. • Locality means that when a cell is updated, its state is based solely on the previous state of the cell and of its nearest neighbours. • Homogeneity means that each cell is updated according to the same rules. Typically, states of the cell and its nearest neighbours are related by some algebraic (or logic) formulas. These characteristics determine the structure and behaviour of particular au- tomata, and are discussed in a further part of the paper. 2.1. Cell space First, we define the cell space for 2D cellular automata L= {(i,j)|i,j ∈ N : 0¬ i 0. The following denote: Nl – number of predators in the neighbourhood; Nr – number of preys in the neighbourhood; Pl – probability of predator’s death; Pr – probability of hunting success (can depend on Nl); l – initial number of predators; r – initial number of preys. One can notice that the parameters Pl,Pr are indirectly equivalent to the parameters b1, a2 fromequations (3.1).Theseparametersdefine thebehaviour of the system, and one can obtain similar dynamics to that observed in the Lotka-Volterra model. The cellular automata model of the predator and prey system has some advantages.We obtained an interesting spatial distribution of the populations density (Fig.3), which is unknown in the Lotka-Volterra differential equation model. In Droz and Pekalski (2001) a cluster formation process was shown which can be observed in the natural environment. The population dynamics observed fromsimulations of cellular automata leads toabiggerdiversity of the system behaviour (Burzyński, 2001; Lipowski, 1999; Lipowski and Lipowska, 2000). 470 M.Burzyński et al. Fig. 2. Population dynamics in cellular automatamodel of predator-prey system Fig. 3. Spatial distribution of predator and prey population 3.2. Heat transfer problem In dealing with heat equation (3.2), different methods are used to solve it. We are referring here to the finite difference method in which the solution is searched at a discrete number of points which are grid points or sites of a Cellular automata: structures and some applications 471 cellular automaton (i.e. cells). The governing equation of heat transfer in the plane state is ∂T(x,y,t) ∂t = a (∂2T(x,y,t) ∂x2 + ∂2T(x,y,t) ∂y2 + q̇V (x,y,t) λ ) (3.2) for the temperature field T(x,y,t), where λ is the heat conduction coeffi- cient, cp – heat capacity, ρ – mass density, a= λ/(cpρ), and q̇V denotes the volumetric heat supply source. Fig. 4. Domain and its discretization Let a finite domain C bounded by a closed curve will be substituted by a set of inner cells A and boundary cells B, see Fig.4. In the finite difference method, Eq. (3.2) is approximated by a system of recursive equations Tn+1 S −TnS ∆t = a h2 (TnA −2T n S +T n C +T n B −2T n S +T n D)+a q̇V (x,y,t) λ (3.3) where TnK with K =S,A,B,C,D denotes the temperature value at the time step n at the grid node K. Here K = S denotes the current node, while K =A,B,C,D are the neighbouring ones.We have assumed the finite diffe- rence approximation of the second order derivative y′′ of a typical function y to be y′′ = (y−1 − 2y+ y+1)/h 2, where h is the increment of independent variable (grid size) and the elementary grid size ∆x = ∆y = h. If no heat supply source is present, i.e. q̇V =0, then after some transformations of (3.3) we get Tn+1 S =TnS(1−4F0)+F0(T n A +T n B +T n C +T n D) (3.4) where F0 = a∆t/(∆x) 2 is the Fourier coefficient which characterizes the rate of heat transfer inside the body. To solve Eq. (3.2), initial and boundary conditions are needed. In each discretization method one needs to determine which cells (elements of the di- scretized domain) are treated as inner elements, whichare treated as boundary elements, and how the boundary conditions are realized. 472 M.Burzyński et al. Fig. 5. Numeration of cells in the grid In the further part, we have assumed a rectangular (square) domain with the boundary shown in Fig.7a. The domain is divided into (16×16) smaller squares. The boundary is represented by a single layer of cells for which a constant state is assumeds. It means that the Dirichlet boundary condition (for temperature) has been assumed. As the initial condition we assume a constant (independent of the position) temperature equal to the reference temperature. Since we are working with the increment of temperature above the reference level (the latter measured as the absolute temperature), as an independentvariable, the initial conditionmeans that initially the temperature (increment) is equal to zero. On two neighbouring sides of the boundary the temperature is constant and equal to 50 degrees, while on the remaining sides it is a linear distribution which starts with the value 50 and ends with 16 degrees. To satisfy the numerical stability condition, the following inequality must hold 1−4F0 ­ 0 (3.5) In further investigations, the value of F0 will be assumed arbitrary, satisfying constraint (3.5). The numerical scheme represented by Eq. (3.4) can be regar- ded as a convolution of the elements of the grid domain with a particular set, called a filter. This analogy comes fromprocesses known in 2D signal analysis. Hence, we can write Tn+1i,j = T n i,jw0+T n i−1,j−1w1+T n i,j−1w2+T n i+1,j−1w3+T n i−1,jw8+ (3.6) + Tni+1,jw4+T n i−1,j+1w7+T n i,j+1w6+T n i+1,j+1w5 Solving Eq. (3.4) in an iterative way is the same as the realization of the convolution of the griddomainwith thefilter presentedonFig.6, as it is shown in Eq. (3.6), where Cellular automata: structures and some applications 473 w0 =1−4F0 w1 =w3 =w5 =w7 =0 (3.7) w2 =w4 =w6 =w8 =F0 Fig. 6. General filter, filter in (3.7), boundary cell B In the cells neighbouring the boundary the same filter is used in the convo- lution operation, since the isothermal boundary condition has been assumed. It is the place to write explicitly the solution algorithm: 1. determine the domain of the solution as a discrete set of cells 2. determine the boundary cells 3. determine the initial state of the cells 4. determine the evolution rules according to which the state will change, cf. Eq. (3.6) 5. apply the evolution rules m times sufficient to fulfill the stop condition (e.g. realize the iterative process by Eq. (3.6)). In the iterative formula, we have proposed above, the Dirichlet boundary con- dition is assumed and no heat source is included. If a uniform heat source q̇V is present, then the central element in the filter will be modified to the form w0 =(1−4F0)+ q̇V λ (∆x)2 (3.8) Moreover, in the case of the Neumann boundary condition q̇s = const, the boundary cells in the filter (Fig.6) will assume the value q̇s∆x/λ in the place of F0. InNagórski (2001) one canfinddifferentfilters for anumberofboundary conditions. That approach, however, is no more a cellular automata one. Let us consider stability condition (3.5) and the formof the filter value wi, i=1, ...,8 fromEq. (3.7). Notice that the following equality is satisfied ∑ i wi =1 (3.9) 474 M.Burzyński et al. Fig. 7. Grid and filter (3.7) for classical finite difference scheme (3.4) Fig. 8. Simulation results with different filters In the course of implementation of the filter, (3.7), satisfying the stability condition with F0 =1/4, the realization time was the shortest. The questions are: whether it is possible to obtain reasonable results of numerical imple- mentation if constraint (3.9) is only assumed? What is the relation of such a solution scheme to stability condition (3.5)? Is it possible to find an ap- parent value of F0 corresponding to this scheme? In Fig.7 some simulation results are presented corresponding to solutions to Eq. (3.6) where the iterati- ve expression (3.6) has been applied. The boundary and initial conditions are the same in all cases. For better comparisons and presentations, the tempe- rature interval [15,50], to which values of the temperature at the boundary belong, has beendivided into 7 subregionswith different gray levels. Referring to the temperature at the boundary, the regions inside of the domainwith the same temperature values are easy to recognize. Results in Fig.7 and Fig.8 Cellular automata: structures and some applications 475 after 30 iterations and with the use of (3.7) are rather compatible with our expectations. Fig. 9. Simulation results with different filters In Fig.10, however, different iteration time has been obtained for diffe- rent F0.Whatwe can see is that the smaller value of F0 the shorter time step is, and more iteration steps must be performed in order to reach the same temperature level at a given point (cell). Figure 9 presents simulation results for Eq. (3.6) but with a more general form of the filter than that in (3.7), however with condition (3.9). Notice that the number of iteration steps to reach the same temperature value as in Fig.8 is 3 times smaller than in Fig.7; similar acceleration is obtained with the filter applied in calculations reported in Fig.9. Fig. 10. Number of iteration for different values of F0 The well-posedness of the construction of the filters from Fig.9a can be explained with the help of themean value theorem and two filters fromFig.7 in which the latter is turned by π/4 with respect to the former. Moreover, 476 M.Burzyński et al. for the central cell it corresponds to the apparent value F p 0 = 3/8, which is greater than 1/4, forwhich the shortest calculation time has beenprovedwith classical iterative scheme (3.4). It can be proved that all filters satisfying Eq. (3.9) lead to the same final state. What is important for our analysis is that the solutions to differential equations can yield some numerical schemes in whichmore complex filters can be obtained, i.e. 5×5. In the case of the heat conduction problem independent of the shape of the boundary and the type of boundary conditions, we can design evolution rules in the form of appropriate filters satisfying condition (3.9), which lead to a better approximation of the Laplace operator (cf. Collatz, 1960) in Eq. (3.2) than the scheme presented by Eq. (3.3). In our opinion the designing of filters, having in mind a phenomenon of our interest, can lead to appropriate analysis of the phenomenon and then to its reasonable description. It can be fruitful even in the case when the phenomena cannot be described by means of known (one can say, classical, with the use of PDEs) methods. What we should do is to use alternative methods on the assumption that the phenomenon is similar to other known and already described with the help of appropriate tools, phenomena. The cellular automata approach can be of great help, in our opinion, especially because of its simplicity and demonstrative character. 3.3. Movement of an oil slick In this section, an ecological catastrophe will be discussed in which an oil slick spreads over the ocean and moves toward seacoast. We assume that the oil slick emerges in a vicinity of two islands. To describe this in a grid, three domains are determined: the oil and two islands. Then initial and bo- undary conditions are assumed for the diffusion equation, similar to the heat conduction equation. The islands coasts are assumed in the form of a fixed boundary condition for the temperature (or a fixed pollution concentration). We assume, however, that the water around the islands moves and influen- ces (together with the wind) movement of the oil slick. We assume that the movement directions are different in different regions. The relevance of obtained simulation results strongly depends on the as- sumed hypothesis, which contains the initial value of the state, model of oil spreading, assumed boundary conditions – the most interesting, in our opi- nion. We assume that the evolution rules of the automaton is similar to that applied in the heat equation, Eq. (3.6), inwhich absorption at a typical boun- Cellular automata: structures and some applications 477 dary cell B, neighbouring the cell TS, appears, and the evolution at a typical grid cell TS, are governed by Bi = i ∑ j=1 αT j S (3.10) T i+1 S = 1 4 [T iA+T i B +T i C +(1−α)T i S] Fig. 11.Movement of oil slick: (a) initial state, (b) state after 20 andmore iterations Results of the numerical implementation of the simulation are presented in Fig.11, where the subsequent figures present states after subsequent 20 iterations. In Fig.11a the initial state is shown. It is important in cellular automatamodels thatwe have a possibility to determine transition ruleswhen two (ormore) states are knownat the distance dt. Then, one can approximate states in further instants without complete knowledge about the process that 478 M.Burzyński et al. takes place and governs the system evolution. On the other hand, from the knowledge of thefilter one can try todetermine a typeof equations that govern those changes. 3.4. Modelling of traffic flow Themodelling of the traffic transport problem is very interesting and im- portant for its dynamics and serious dramatic consequences in real life. We focus on the cellular automata approach instead of classical ones, e.g. the kine- tic theory of vehicular traffic (Prigogine andHerman, 1971) or fluid-dynamics approach (Lighthill and Whitman, 1995). We want to exploit one important property of cellular automata, namely the lack of stability, which means that very small changes in transition rules or states can have very dramatic conse- quences (Kułakowski, 2000). In reality, a single driver can dramatically change the flow dynamics as well. The usedmodel is similar to that introduced by Nagel and Schreckenber- ger (1992), Schadschneider and Schreckenberg (1993), however, some crucial details are changed.We use rules based on a fuzzy controller instead of deter- ministic and probabilistic rules, and some driver’s individual characteristics are included in our model. The computational model of the traffic flow is defined on a 1D Cartesian lattice of the linear size L and with periodic boundary conditions. Each cell canbeemptyor occupiedbya single car.Each cell is describedby the following set of parameters: F =0 or 1, which determine whether the cell is empty or occupied by a car. V = 0 or 1 upto 7, is the speed of the car. Vmax = 0 or 1 upto 7 is the maximum speed the car can develop. N is the individual number of a car (we need the car to be numbered to perform some statistic). The neighbourhood is asymmetric: N = {ai+1, . . . ,aa+7}, it reflects the space ahead observed by the driver. Cells are updated synchronously by each car translation based on the distance S proportional to the calculated velocity V ; due to the unit time interval, in most cases S =V . Tomimic theprocess ofmakingdecisionbyadriver on the road,wedecided to use fuzzy rules based on fuzzy control instead of deterministic or probabili- stic rules. Fuzzy approach gives us a possibility to describe local behaviour of the system,mainly the driver’s behaviour. It can be introduced by the expert knowledge,which includes fuzzy (non-crisp) variable values, i.e. high speed, low speed, do brake immediately, and so on.We usedMamdani Controller (Piegat, 1999) to control the output variable A, which is the acceleration deceleration (negative acceleration) of a car. There are two input variables: the distance D to the nearest car and the speed V . All three variables are regarded as lingu- Cellular automata: structures and some applications 479 istic variables defined by fuzzy sets (Łachwa, 2001). Parameters of triangular membership functions of the sets A,D,V (Łachwa, 2001) and the rulematrix have been chosen arbitrarily to avoid a car crash (see Burzyński et al. (2003) for details). In our previous research, we decided to apply the same fuzzy set parameters to each car. We are going to distinguish characteristics of drivers by using independent sets of fuzzy parameters for each driver in our future works. As it was said, ourmodel based on an 1D automaton with periodic boun- dary conditions subject to simulationswas in a long closed loop andona single lane. The total number N of cars in the automaton cannot change during one simulation, thus it is possible to define a constant system density. This is a drastic simplification of the problem, because a constant number of cars is not usually possible in the real traffic flow. Thus, to reflect real conditions, the number of cars should be measured and averaged in a given site over period of time. Fig. 12. Traffic flow simulation – fundamental diagram Themain object of our studywas to obtain the fundamental diagram (see Fig.12). The distribution of themaximum speed Vmax can change the funda- mental diagram.As it is shown inFig.12, there are twomaxima instead of one. It is evident that there is no common idea for the samemaximumspeedamong the drivers. A number of driversmoving fast or idlers can change dramatically 480 M.Burzyński et al. the traffic flow dynamics. Therefore, we noticed the need to examine relations between the preferable maximum speed and the fundamental diagram. The results of carried out simulations are consistentwithSchreckenberger’s model (Nagel and Schreckenberger, 1992) and real life measurements (Hall et al., 1986). References 1. Abelson, Adams, Coore, Hanson, Nagpal, Sussman, Gray Scott Model of reaction diffusion, http://www.swiss.ai.mit.edu/projects/amorphous/GrayScott 2. Burzyński M., 2001, Symulowanie układu drapieżca-ofiara za pomocą auto- matu komórkowego, M.Sc. Thesis, Akademia Bydgoska im. Kazimierza Wiel- kiego,WydziałMatematyki, Techniki i Nauk Przyrodniczych, Bydgoszcz 3. Burzyński M., Cudny W., Kosiński W., 2003, Traffic flow simulation- cellular automata with fuzzy rules approach, In: Advances in Soft Computing, Proc. of the Sixth Int. Conference on Neural Network and Soft Computing, Za- kopane, Poland, June 11-15, 2002, Rutkowski L., Kacprzyk J., (eds.), Physica- Verlag, Heidelberg, 808-813 4. Chopard B., Droz M., 1993, Study of the A+B to C reaction-diffusion pro- cess, International Journal of Modern Physics, C, 4, 209-215 5. Collatz L., 1960,Metody numeryczne rozwiązywania równań różniczkowych, PWN,Warszawa 6. DrozM.,PekalskiA., 2001,Coexistence in apredator-preysystem,Physical Review E (Statistical, Nonlinear, and Soft Matter Physics), 63, 5, 051909-1- 051909-6 7. Ermentrout G.B., Edelstein-Keshet L., 1993, Cellular automata appro- aches to biological modeling, J. Theor. Biol., 160, 97-133 8. Ferber J., 1999,Multi-Agent Systems: an Introduction toDistributedArtificial Intelligence, Addison-Wesley, NewYork 9. Frisch U., Hasslacher B., Pomeu Y., 1985, A lattice gas automaton for the Navier-Stokes equation, Los Alamos PreprintLA-UR-85-3503 10. Hall F.L., Allen B.L., Gunter M.A., 1986, Empirical analysis of freeway flow - density relationships,Transportation Research,A20, 197ff 11. Hogeweg P., 1988, Cellular automata as a paradigm for ecologicalmodeling, Applied Mathematics and Computation, 27, 81-100 Cellular automata: structures and some applications 481 12. Kanada Y., 1994, The effect of randomness in asynchronous 1D cellular au- tomata,Artificial Live IV, Poster Session 13. Karafyllidis I., 1997, A model for the prediction of oil slick movement and spreading using cellular automata,Environment International, 23, 6, 839-850 14. Kułakowski K., 2000,Automaty komórkowe, ”Jak”, Kraków 15. Lawson B.G., Parke S., 2000, Asynchronous time evolution in a artificial society mode, JASSS, 3, 1 16. Lighthill M.J., Whitman G.B., 1995, On kinematics waves: a theory of traffic flow on long crowded roads,Proc. R. Soc. Lond.,A 229, 1178, 317-345 17. Lipowski A., 1999, Oscillatory behavior in a lattice prey-predator system, Physical Review,E, 60, 5, 5179-5184 18. LipowskiA.,LipowskaD., 2000,Nonequilibriumphase transition ina lattice prey-predator system, Physica, A 276, 456 19. LotkaA.J., 1925,Elements of Physical Biology, Baltimore,Williams andWil- kins Co. 20. ŁachwaA., 2001,Rozmyty świat zbiorów, liczb, relacji, faktów, reguł i decyzji, EXIT,Warszawa 21. Nagel K., Schreckenberger M., 1992, A cellular automaton model for freeway traffic, Journal de Physique, 1, 2, 2221-2229 22. Nagórski Z., 2001, Modelowanie przewodnictwa ciepła za pomocą arkuszka kalkulacyjnego, OficynaWydawnicza PolitechnikiWarszawskiej,Warszawa 23. Packard N.H.,Wolfram S., 1985, Two-dimensional cellular automata, Jo- urnal of Statistical Physics, 38, 901-946 24. Piegat A., 1999,Modelowanie i sterowanie rozmyte, EXIT,Warszawa 25. Prigogine I., Herman R., 1971,Kinetic Theory of Vehicular Traffic, Ame- rican Elsevier Publishing Co., NewYork, 17-54 26. SchadschneiderA., SchreckenbergM., 1993,Cellular automatonmodels and traffic flow, J. Phys. A: Math. Gen., 26, L679-l683 27. Schatten A.,Cellular Automata Tutorial, http://www.ifs.tuwien.ac.at/˜aschatt/info/ca/ca.html 28. Toffoli T., 1984, Cellular automata as an alternative (rather than an appro- ximation of) differential equations in modeling physics,Physica,D10, 117-127 29. Toffoli T.,MargolusN., 1987,Cellular AutomataMachines: ANewEnvi- ronment for Modeling, Cambridge, MA:Mit Press 30. Vichniac, 1984, Simulating physics with cellular automata, Physica D, 10, 96-115 482 M.Burzyński et al. 31. Volterra V., 1926, Variazoni e fluttuazioni del numero d’individui in spiece animali conviventi,Mem. R. Accad. Naz. dei Lincei, 6, 2, 31 32. Wolfram S., 1984a,Cellular automata asmodels of complexity,Nature, 311, 419-424 33. Wolfram S., 1984b, Universality and complexity in cellular automata, Phy- sica, 10D, 1-35 34. WolframS., 1994,CellularAutomata andComplexity, Reading,MA:Addison Wesley, 35. Wolfram S., 2002,A New Kind of Science, WolframMedia Inc. 36. Wolfram S., Fall, 1983, Cellular automata, Los Alamos Science, 9, 2-21 Automaty komórkowe: struktura i pewne zastosowania Streszczenie Wpracy zaprezentowanometodęmodelowania układów i zjawisk obserwowanych w przyrodzie, takich jak dynamika systemu ekologicznego drapieżnik-ofiara, przewo- dzenie ciepła, rozprzestrzenianie się plamy ropy naftowej po wycieku na wodzie czy ruch strumienia pojazdów na drodze miejskiej. Metodę oparto na tzw. automatach komórkowych, które są układami dyskretnymi o zachowaniach ściśle zdeterminowa- nych prostymi relacjami o charakterze lokalnym. Automaty komórkowe to matema- tyczne modele procesów przestrzennych, mogące z powodzeniem opisywać złożone zjawiska dynamiczne.Wpracy przedstawiono aplikację do zagadnienia przewodzenia ciepła oraz kilku symulacji środowiskowych.Przedstawiono takżemodel automatowy z regułami rozmytymi opisujący jednokierunkowy ruch pojazdów na drodze. Wyni- ki symulacji okazały się zgodne z obserwacjami rzeczywistych układów. Zachęcające rezultaty badań skłaniają do postrzegania automatów komórkowych jako efektyw- nej opcji wmodelowaniu i rozwiązywaniu problemów o złożonej (czasem nie całkiem rozpoznanej) naturze. Manuscript received May 25, 2003; accepted for print June 14, 2003