Skip to main content

2015 | OriginalPaper | Buchkapitel

3. ABMs Using Repast Simphony

verfasst von : David J. Barnes, Dominique Chu

Erschienen in: Guide to Simulation and Modeling for Biosciences

Verlag: Springer London

Aktivieren Sie unsere intelligente Suche, um passende Fachinhalte oder Patente zu finden.

search-config
loading …

Abstract

This chapter provides the reader with a practical introduction to agent-based modeling via the Repast Simphony Agent Based Modeling toolkit. Using examples of agent-based models from an earlier chapter, we look in detail at how to build models using the Groovy programming language, which is based on Java. We illustrate some of the ways in which a toolkit such as Repast considerably simplifies the life of the modeler by providing extensive support for agent creation, model visualization, charting of results, and multiple runs.

Sie haben noch keine Lizenz? Dann Informieren Sie sich jetzt über unsere Produkte:

Springer Professional "Wirtschaft+Technik"

Online-Abonnement

Mit Springer Professional "Wirtschaft+Technik" erhalten Sie Zugriff auf:

  • über 102.000 Bücher
  • über 537 Zeitschriften

aus folgenden Fachgebieten:

  • Automobil + Motoren
  • Bauwesen + Immobilien
  • Business IT + Informatik
  • Elektrotechnik + Elektronik
  • Energie + Nachhaltigkeit
  • Finance + Banking
  • Management + Führung
  • Marketing + Vertrieb
  • Maschinenbau + Werkstoffe
  • Versicherung + Risiko

Jetzt Wissensvorsprung sichern!

Springer Professional "Technik"

Online-Abonnement

Mit Springer Professional "Technik" erhalten Sie Zugriff auf:

  • über 67.000 Bücher
  • über 390 Zeitschriften

aus folgenden Fachgebieten:

  • Automobil + Motoren
  • Bauwesen + Immobilien
  • Business IT + Informatik
  • Elektrotechnik + Elektronik
  • Energie + Nachhaltigkeit
  • Maschinenbau + Werkstoffe




 

Jetzt Wissensvorsprung sichern!

Springer Professional "Wirtschaft"

Online-Abonnement

Mit Springer Professional "Wirtschaft" erhalten Sie Zugriff auf:

  • über 67.000 Bücher
  • über 340 Zeitschriften

aus folgenden Fachgebieten:

  • Bauwesen + Immobilien
  • Business IT + Informatik
  • Finance + Banking
  • Management + Führung
  • Marketing + Vertrieb
  • Versicherung + Risiko




Jetzt Wissensvorsprung sichern!

Fußnoten
1
At the time of writing, the current version is 2.3.
 
2
An alternative primitive for creating a turtle is to hatch it, since real turtles lay eggs.
 
3
Note that for the figure here we changed the color of the patches to white, which is not reflected in the code shown in Code 3.8.
 
4
Time in Repast is measured as a double-precision floating-point number so the values in the arguments to @ScheduledMethod have to be written as 0d and 1d rather than 0 and 1.
 
5
The folder is named from the project name with a .rs suffix added.
 
Literatur
3.
Zurück zum Zitat Barnes, D.J., Kölling, M.: Objects First with Java—A Practical Introduction Using BlueJ, 5th edn. Pearson Education, Prentice Hall (2012) Barnes, D.J., Kölling, M.: Objects First with Java—A Practical Introduction Using BlueJ, 5th edn. Pearson Education, Prentice Hall (2012)
6.
Zurück zum Zitat Resnick, M.: Turtles, Termites, and Traffic Jams: Explorations in Massively Parallel Microworlds. MIT Press, Cambridge (1994) Resnick, M.: Turtles, Termites, and Traffic Jams: Explorations in Massively Parallel Microworlds. MIT Press, Cambridge (1994)
Metadaten
Titel
ABMs Using Repast Simphony
verfasst von
David J. Barnes
Dominique Chu
Copyright-Jahr
2015
Verlag
Springer London
DOI
https://doi.org/10.1007/978-1-4471-6762-4_3