Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: StarLogo


Related Topics

In the News (Sat 26 Dec 09)

  
  enGauge Resources
StarLogo is a specialized version of a programming language called Logo (also created by MIT Media Lab).
StarLogo is intended for students ages 13 and up.
StarLogo has been found to encourage critical thinking and understanding (Resnick 1996, 1995, 1994a, 1994b, 1994c, 1991).
www.ncrel.org /engauge/resource/berkeley/starlogo.htm   (466 words)

  
  Construction Safety   (Site not responding. Last check: 2007-10-20)
StarLogo is a programming language that enabled us to describe the actions of what is called a 'turtle' and their interactions with 'patches', which are specific areas in their environment.
Since StarLogo is an 'agent-based' environment, we were able to create a simulation that showed the complex interactions between a few, small sets of rules, rather than explicitly telling the agents what they should be doing at all times.
StarLogo enables designers to create complex relationships and behaviors with relatively simple commands, but the drawback is that it is not readily apparent what is happening on screen.
eprentice.sdsu.edu:16080 /F03670/ConstructionSafety   (1794 words)

  
 Beyond the Centralized Mindset
StarLogo places special emphasis on local interactions--that is, interactions among turtles and patches that are spatially near one another.
For example, the students working on the StarLogo traffic project were shocked by the behavior of the traffic jams: the jams moved backwards even though all of the cars within the jams were moving forward.
When I explained a StarLogo ant-foraging program to one student, he was worried that pheromone trails would continue to attract ants even after the food sources at the ends of the trails had been fully depleted.
llk.media.mit.edu /papers/decentralized   (8361 words)

  
 Alexis Drogoul - Starlogo
StarLogo is a powerful, yet simple, language aimed at providing people with the simplest way for designing self-organized collective systems.
We are currently working on a port from StarLogo to Java in order to (1) make it widely available (it only runs on Macintoshes); (2) clarify the object-oriented aspects of the language; (3) allow people to quickly build applets that can be demonstrated over the Web.
I have coded a lot of different applications in StarLogo: foraging collective behaviors inspired by those of the species of ants used in the Manta project, many collective sorting algorithms, etc. It is a very simple environment for quickly testing ideas, algorithms, etc.
www-poleia.lip6.fr /~drogoul/projects/starlogo/index.html   (631 words)

  
 StarLogo: Decentralized Modeling and Decentralized Thinking
StarLogo is programmable modeling environment designed to help nonexpert users (in particular, precollege students) model and explore decentralized systems, such as ant colonies and market economies.
StarLogo is designed to help nonexpert users (such as precollege students) model the workings of decentralized systems, such as ant colonies and market economies.
StarLogo is especially designed for modeling decentralized systems -- that is, systems in which patterns are determined not by some central authority but by local interactions among many (parallel) components.
sigchi.org /chi96/proceedings/demos/Resnick/mjr_txt.htm   (1186 words)

  
 Getting Started
StarLogo is a programmable modeling environment for exploring the behaviors of decentralized systems, such as bird flocks, traffic jams, and ant colonies.
StarLogo is particularly well-suited for modeling complex decentralized systems--systems which traditionally have not been available to people without advanced mathematical or programming skills.
The main inhabitants of the StarLogo world are graphic creatures known as "turtles." You can use a turtle to represent almost any type of object: an ant in a colony, a car in a traffic jam, an antibody in an immune system, a molecule in a gas.
education.mit.edu /starlogo/gettingstarted/getting_started.html   (1829 words)

  
 An Evaluation of Seven Software Simulation Tools for Use in the Social Sciences
Starlogo is a specilaized version of logo (which was used for teaching in schools).
Whilst Starlogo can be considered 'agent-based' (for example, a turtle is an agent) its programming paradigm is procedural (as opposed to object-oriented for example).
However, whilst it is very easy to graph data in Starlogo there are some annoying problems associated with the graphing facility (for example, whilst many lines may be plotted on the same graph, it is not possible create more than one graph).
www.irit.fr /COSI/training/evaluationoftools/Evaluation-Of-Starlogo.htm   (604 words)

  
 Adventures in Modeling: Exploring Complex, Dynamic Systems with Starlogo Mathematics and Computer Education - Find ...   (Site not responding. Last check: 2007-10-20)
StarLogo approaches the modeling of systems from the point of view of individuals rather than from a systems level.
Using StarLogo, the model specifies the behavior of individuals and then studies emergent properties of the system of these interacting individuals over time.
Included in the first six chapters are numerous suggestions for teachers on the classes and contexts for which StarLogo modeling is appropriate as well as websites for national and state mathematics and science standards, other modeling environments, and research laboratories.
www.findarticles.com /p/articles/mi_qa3950/is_200201/ai_n9037804   (838 words)

  
 [No title]   (Site not responding. Last check: 2007-10-20)
Starlogo is a programming environment for exploring how decentralised systems work.
The relevance of using Starlogo in our course is that it enables you to explore self organising systems in a simple and structured way.
For this, Starlogo itself takes you by the hand and leads you through a very nice tutorial in setting up a Starlogo simulation from beginning to end.
www.cs.vu.nl /~zos/practicum/termites.html   (564 words)

  
 StarLogo TNG
StarLogo TNG is The Next Generation of StarLogo modeling and simulation software.
While this version holds true to the premise of StarLogo as a tool to create and understand simulations of complex systems, it also brings with it several advances.
You can now download StarLogo TNG for Mac and Windows and find some additional resources on this site.
education.mit.edu /starlogo-tng   (320 words)

  
 New Paradigms
StarLogo is intended to help people model such systems--and, in the process, develop new ways of thinking about such systems.
The thesis underlying StarLogo is that people, by designing and playing with decentralized systems in StarLogo, will move beyond this centralized mindset, developing new ways of thinking about and understanding systems.
StarLogo turtles come equipped with "senses." They can detect and distinguish other turtles nearby, and they can "sniff" scents in the world.
web.media.mit.edu /~mres/papers/new_paradigms/new_paradigms.html   (4896 words)

  
 Lots and Lots of Digital Bugs: Starlogo in MAS.123
As I first began to experiment with the StarLogo sample projects, the first thing that struck me was the length of the code for each project-I could not believe that such complex situations could arise out of such simple a simple-and short-set of rules.
We need not worry that a user would be overly trusting of a StarLogo simulation because he or she can easily look at the source code and determine exactly what's going on in the simulation.
Both StarLogo and participatory simulations are valuable for gaining an understanding of complex, distributed systems and for overcoming the mindset of centralized control of any large system.
www.timgorton.com /mas.123/starlogo.html   (1307 words)

  
 AI and Digital Entertainment: StarLogo Homework Assignment
StarLogo is a remarkable, interesting, and FREE programming language developed at MIT.
StarLogo is designed to help students (as well as researchers) develop new ways of thinking about and understanding decentralized systems.
Your task is to download StarLogo, learn how to use it, and write an interesting program implementing some kind of group behavior that you could imagine being used in some form of digital entertainment system.
www.nada.kth.se /kurser/kth/2D1381/starLogoExercise.html   (252 words)

  
 week 11
StarLogo is a programmable modeling environment designed to help you model and explore the workings of decentralized systems, such as bird flocks, traffic jams, and market economies.
StarLogo is a specialized version of the Logo programming language.
StarLogo is particularly well-suited for Artificial Life projects.
www.uvm.edu /giee/AV/CS/class11.2.html   (311 words)

  
 [No title]
StarLogo is a programming language and environment for multi-agent system, which consists of turtles and patches.
StarLogo provides the ability to program a system that is composed of thousands of graphic patches and turtles.
As to StarLogo, although it is technical possible, but it will become very difficult to build the amorphous models that GPL is good at, such as computing medium, smart materials.
www.cs.virginia.edu /~wz5r/cs655/report.doc   (4480 words)

  
 StarLogo - Wikipedia, the free encyclopedia
StarLogo is an agent-based simulation language developed by Mitchel Resnick and others at MIT Media Lab and MIT Teacher Education Program.
The current StarLogo is written in Java and works on most computers.
The source code for OpenStarLogo is available online, although the license under which it is released is not an open source license according the Open Source Definition, because of restrictions on the commercial use of the code.
en.wikipedia.org /wiki/StarLogo   (190 words)

  
 [No title]
StarLogo is a simulation building tool that is designed especially for modeling decentralized systems.
StarLogo is a useful tool for exploring the evolution of behavioral adaptations to social environments.
Investigate the effects of migration cost and pathogen lethality on the spread of pathogens throughout a population of humans in a simulation of pathogen spread.
www.psych.upenn.edu /~aktipis/starlogo.htm   (189 words)

  
 java.net: StarLogo
StarLogo is a fun (and free!) present to give your kids.
StarLogo was developed by a team at the MIT Media Lab and is available for free at education.mit.edu/starlogo.
StarLogo should start and pop up two windows on the screen -- the Control Center Window and the StarLogo Window -- similar to those in Figure 1.
today.java.net /pub/a/today/2003/12/19/starlogo.html   (1382 words)

  
 Ed-Tech Insider: StarLogo: The Next Generation
I was pleasantly surprised this evening by the announcement from Erik Klopfer at MIT of a preview release (Windows only for now, others soon) StarLogo: TNG, the latest incarnation of the StarLogo programming environment, used for creating agent-based simulations.
StarLogo NG is a completely new system, written in Java, featuring 3-d graphics and an overall more gamelike feel.
StarLogo: TNG is "free as in beer," meaning that it can be used at no cost, but the source code isn't available.
www.eschoolnews.com /eti/2006/01/001275.php   (457 words)

  
 [Edu-sig] New version "TNG" of StarLogo ( 3D & Visual & Blocks)   (Site not responding. Last check: 2007-10-20)
Can StarLogo TNG be open source?* StarLogo TNG is free for educational use, but it is not currently open source.
The previous version of StarLogo is being released soon under an open source license.
StarLogo TNG is designed for more formal education environments such as introductory programming classes, or subjects (such as biology, chemistry, physics, etc.) where modeling is an important part of the curriculum.
mail.python.org /pipermail/edu-sig/2006-May/006352.html   (318 words)

  
 StarLogo Maze: Editing Mazes   (Site not responding. Last check: 2007-10-20)
You can use the StarLogo graphics window to edit the maze (placement of walls, the exit).
The StarLogo graphics window allows you to color the patches in the turtle's world however you'd like, similar to how an image-editing program like Windows Paintbrush works.
You use the color palette to select what color to paint the patches in, and it is located to the right of these drawing tool buttons, with two rows of colored squares.
www.cs.washington.edu /research/edtech/engr100_project/pub/edit_maze   (486 words)

  
 Simulation of Ant's Emergent Behavior Using Starlogo
The idea is that each ant alone is next to useless for gathering food efficiently, but a bunch of ants each acting on its own simple set of rules together are able to gather food much more efficiently.
Unfortunately, StarLogo is not a good program for reading and writing data which makes it very difficult to write a good genetic algorithm to modify all the sliders.
I contacted the people who wrote StarLogo to ask if they had written any hidden interface like this, but they said they had not but that they had thought about it.
thepangburns.com /jesse/projects/ant_simulation.htm   (2525 words)

  
 Ant Routing Simulations
StarLogo provides the ability to program a system that is composed of thousands of graphic pathes and turtles.
StarLogo provides a very simple language to describe the behaviors of turtle and pathes.
So StarLogo is well-suited for the simulation of artifical life.
www.cs.virginia.edu /~wz5r/cs655/proposal.htm   (1318 words)

  
 ICCS06/Eric Klopfer - NECSIWiki   (Site not responding. Last check: 2007-10-20)
These barriers stand in the way of the deeper learning we have observed when students are given the opportunity to develop their own models.
StarLogo TNG also provides visual organization capabilities, such as “breed drawers”, which provide similar functionality to object oriented programming.
StarLogo TNG’s second significant advance is a 3D representation of the world.
necsi.org /community/wiki/index.php/ICCS06/Eric_Klopfer   (454 words)

  
 Art Using StarLogo   (Site not responding. Last check: 2007-10-20)
In the words of the creators, "StarLogo is a programmable modeling environment for exploring the workings of decentralized systems -- systems that are organized without an organizer, coordinated without a coordinator.
If you want to make your own StarLogo simulation I highly suggest that you read all of the documentation (or at least most of it) to help you along the way.
StarLogo now has versions available for both Mac and PC, called StarLogo 1.0.
www.redfish.com /dkunkle/lah   (314 words)

  
 StarLogo
StarLogo is a programmable modeling environment for exploring the workings of decentralized systems -- systems that are organized without an organizer, coordinated without a coordinator.
With StarLogo, you can model (and gain insights into) many real-life phenomena, such as bird flocks, traffic jams, ant colonies, and market economies.
Last year, I had worked with conservation scientists to develop a methodology for analyzing influence of various factors on threats to conservation sites.
vsbabu.org /mt/archives/2002/09/24/starlogo.html   (460 words)

  
 Activity 3
The program is written in StarLogo, a programming language which is designed to implement parallel algorithms.
We are interested in coupled oscillators because of their ability to capture the behavior of biological systems which synchronize with each other or with periodic phenomena in their environment.
When you are done with the activity, you should have a better idea of what a computational model is and what it means to experiment with a computational model, as well as how coupled oscillators work and why we are interested in them.
www.indiana.edu /~gasser/E105/activity3.html   (2416 words)

  
 SI888: MoRAS Doctoral Seminar - Projects
In agent-based modeling, rather than trying to design rules for the entire system as a whole, the point is to design a series of small rules for the individual actors to follow.
StarLogo is based on the Logo language, popular in the early 1980s, and has several extensions to make it easier to program agent-based simulations, as well as reporting and summary routines to allow for generalizations about many different runs.
StarLogo is recommended, although, if you or your group has significant programming experience, you may want to try the Swarm system, which is a more complex, but much more powerful and faster system.
www.si.umich.edu /Classes/888/2000F888_Projects.html   (1231 words)

  
 StarLogo   (Site not responding. Last check: 2007-10-20)
You will then need to download the StarLogo program from M.I.T's StarLogo site.
A set of similar programs are also available in Pascal (for the Macintosh).
If you have trouble downloading the StarLogo program, or are interested in the Pascal simulations, contact me.
www.scottcamazine.com /personal/selforganization/starlogo/starlogo.htm   (201 words)

  
 Information
Welcome to the StarLogo 2.2 release of StarLogo, a programmable modeling environment designed to help you model and explore the workings of decentralized systems, such as bird flocks, traffic jams, and market economies.
StarLogo is properly ported to running on Intel-based Macintosh computers when they come out.
StarLogo is based partly on Java code and partly on a language we created called YoYo.
education.mit.edu /starlogo/info.html   (2099 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.