1 / 7

Agent-based Model and NetLogo

Agent-based Model and NetLogo. 成功大學數學 系 陳旻宏. Agent-based model. An agent-based model (ABM) is a class of computational models for simulating the actions and interactions of autonomous agents .

jean
Télécharger la présentation

Agent-based Model and NetLogo

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Agent-based Model andNetLogo 成功大學數學系 陳旻宏

  2. Agent-based model An agent-based model (ABM) is a class of computational models for simulating the actions and interactions of autonomous agents . It combines elements of game theory, complex systems, emergence, computationalsociology, multi-agent systems, and evolutionary programming. Monte Carlo Methods are used to introduce randomness. http://en.wikipedia.org/wiki/Agent-based_model

  3. From the lower (micro) level of systems to a higher (macro) level: The models simulate the simultaneous operations and interactions of multiple agents, in an attempt to re-create and predict the appearance of complex phenomena. Simple behavioral rules generate complex behavior. This principle, known as K.I.S.S. ("Keep it simple, stupid") is extensively adopted in the modeling community. Bounded rational: Individual agents are typically presumed to be acting in what they perceive as their own interests, such as reproduction, economic benefit, or social status using heuristics or simple decision-making rules. ABM agents may experience "learning", adaptation, and reproduction.

  4. Models of Segregation 謝林實驗 Thomas Schelling提出的種族隔離的動態模型 (Models of Segregation),以棋盤作為住宅,兩種不同硬幣分別對映黑人白人,給定原則決定是否遷移:一種是種族歧視,只要相鄰格子有不同膚色的人, 就會想搬家;另一種則是不希望自己是少數;若在住家附近自己是少數,則會想搬家。結果發現,固然種族歧視會造成種族隔離的現象,不希望自己是少數的傾向也會造成種族隔離的現象。 建議閱讀: 隱藏的邏輯:掌握群眾行為的不敗公式 by布侃南 The Social Atom:Why the Rich Get Richer, Cheaters Get Caught, and Your Neighbor Usually Looks Like YoubyMark Buchanan

  5. 初始分佈 因偏好而產生的Segregation

  6. NetLogo NetLogo is an agent-based programming language andintegrated modeling environment. NetLogo was designed, in the spirit of the Logo programming language, to be "low threshold and no ceiling". It teaches programming concepts using agents in the form of turtles, patches, and the observer. http://en.wikipedia.org/wiki/NetLogo

  7. NetLogo Examples Fireflies (Biology): Synchronization of the flashing of fireflies. Wolf-sheep predation (Biology): predator-prey ecosystems. Segregation (Social Science): PD Basic Evolutionary (Social Science/Prisoner's Dilemma) Virus on a Network (Network): the spread of a virus through a network. http://ccl.northwestern.edu/netlogo/models/

More Related