You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sections of Starling's documentation that are missing or incomplete
Understanding Starling: a section that explains the functioning of Starling, its different parts (SimulationModel, Environment, DynamicInput, Scheduler, etc) and how they interact. Ideas of subsections:
Global structure of a multi-agent simulator
Simulation model
Environment
Agent population
Agents
Scheduler
Dynamic input
Output factory
Creating your own models: a section that explains how to create your own model. The classes to create, the methods and attributes to implement, etc.
Algorithms: a section that describes the existing algorithms and explains the interface used for the integration of new algorithms.
The text was updated successfully, but these errors were encountered:
Sections of Starling's documentation that are missing or incomplete
Understanding Starling: a section that explains the functioning of Starling, its different parts (SimulationModel, Environment, DynamicInput, Scheduler, etc) and how they interact. Ideas of subsections:
Creating your own models: a section that explains how to create your own model. The classes to create, the methods and attributes to implement, etc.
Algorithms: a section that describes the existing algorithms and explains the interface used for the integration of new algorithms.
The text was updated successfully, but these errors were encountered: