home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / theory / cellaut / 568 < prev    next >
Encoding:
Internet Message Format  |  1992-12-14  |  3.2 KB

  1. Path: sparky!uunet!pipex!warwick!uknet!yorkohm!ian
  2. From: ian@ohm.york.ac.uk (I Stephenson)
  3. Newsgroups: comp.theory.cell-automata
  4. Subject: Re: Cellular Automaton toolkit?
  5. Message-ID: <1992Dec14.123952.11128@ohm.york.ac.uk>
  6. Date: 14 Dec 92 12:39:52 GMT
  7. References: <1992Dec11.145433.25107@daimi.aau.dk>
  8. Sender: ian@ohm.york.ac.uk (I Stephenson)
  9. Reply-To: ian@ohm.york.ac.uk
  10. Organization: Electronics Department, University of York, UK
  11. Lines: 58
  12.  
  13. In article <1992Dec11.145433.25107@daimi.aau.dk> brian@next (Brian Mayoh)  
  14. writes:
  15. > In article <1g8r1gINN11o@morrow.stanford.edu> fiddle@faddle.foodle.com  
  16. writes:
  17. > > A couple of weeks ago I saw a post from someone who had  
  18. > > developed what looked like a fairly general toolkit for  
  19. > > specifying and implementing a variety of CAs on the NeXT  
  20. > > platform (i.e., in Objective C under NeXTStep), including  
  21. > > networks of chemical reactions. I unfortunately lost the  
  22. > > posting, so if anyone else knows whom to contact or where,  
  23. > > please let me know (preferably by email). 
  24. > > 
  25. > > --
  26. > >  
  27. > > Eric Minch         Any resemblance to the opinions of persons
  28. > > Epistemic Artisan  or organizations other than myself--living,
  29. > > Stanford Genetics  dead, or imaginary--is purely fortuitous.
  30. >        System is called CINC made by ian@ohm.york.ac.uk
  31. >     Iam most impressed by my first trials of it.
  32. >    Regards   Brian Mayoh
  33.  
  34. Cinc isn't actually CA, though it should be of interest to those who are  
  35. interested in the field. Cinc is the NeXT implementation of "Creatures", a  
  36. system which attempts to address ome of the problems which arise from the  
  37. spacial nature of CA without loosing the features we all know and love. The  
  38. software may be ftp'd from sonata.cc.purdue.edu  
  39. pub/next/submissions/CincDist.tar.Z. Papers may be obtained from  
  40. shiraz.ohm.york.ac.uk. I've included part of the README file below.
  41.  
  42. The Creatures project is currently looking for beta test sites, so feedback is  
  43. welcome, and limited technical support is available.
  44.  
  45. Ian Stephenson
  46. Adaptive systems Engineering
  47. Dept of Electronics
  48. University of York
  49. England
  50.  
  51. Cinc - The NeXT Creatures Simulator
  52.  
  53. Cinc is an implementation of the Creatures processing model for the NeXT.  
  54. Creatures attempts to retain many of the attractive features of CA while  
  55. allowing dynamic systems to be studied more easily. This is done by describing  
  56. the active elements of a system, rather than the space in which they live.
  57.  
  58. Consider a simple model of road traffic - on a CA we must describe roads as  
  59. either holding cars or not, then passing cars between them. The negotiation to  
  60. support this rappidly swamps and cnsideration of what the CARS are doing. With  
  61. Creatures we describe the cars - after all everyone knows what a car does!
  62.  
  63. The net result of this is a simulation environment that allows emergent  
  64. behaviour to be studied easily, and models to be built rapidly without a great  
  65. deal of programming experience - just describe what all the bits do, and what  
  66. they do when they meet.
  67.  
  68. Once written and debugged on a NeXT, the same (or at least VERY similar) code  
  69. may be run on  a CM-2(pretty fast) or a MasPar(very fast). This allows you to  
  70. test models when very large numbers of elements are active.
  71.