All Projects → matsim-org → Matsim Libs

matsim-org / Matsim Libs

Multi-Agent Transport Simulation

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Matsim Libs

computational-economy
An agent-based computational economy with macroeconomic equilibria from microeconomic behaviors
Stars: ✭ 67 (-78.93%)
Mutual labels:  simulation
Gprmax
gprMax is open source software that simulates electromagnetic wave propagation using the Finite-Difference Time-Domain (FDTD) method for numerical modelling of Ground Penetrating Radar (GPR)
Stars: ✭ 268 (-15.72%)
Mutual labels:  simulation
Simpeg
Simulation and Parameter Estimation in Geophysics - A python package for simulation and gradient based parameter estimation in the context of geophysical applications.
Stars: ✭ 283 (-11.01%)
Mutual labels:  simulation
ros-docker-images
🐳 Bring ROS to any Linux distributions.
Stars: ✭ 15 (-95.28%)
Mutual labels:  simulation
Gl Water2d
2D liquid simulation in WebGL
Stars: ✭ 260 (-18.24%)
Mutual labels:  simulation
Facet
Human-explainable AI.
Stars: ✭ 269 (-15.41%)
Mutual labels:  simulation
Adroit
ShadowHand / ADROIT MuJoCo models
Stars: ✭ 30 (-90.57%)
Mutual labels:  simulation
Liquidsimulator
Cellular Automaton 2D Liquid Simulator for Unity
Stars: ✭ 302 (-5.03%)
Mutual labels:  simulation
Exandroidnativeemu
An improved version of AndroidNativeEmu,Allow running android elf on PC
Stars: ✭ 264 (-16.98%)
Mutual labels:  simulation
Openttd
OpenTTD is an open source simulation game based upon Transport Tycoon Deluxe
Stars: ✭ 3,765 (+1083.96%)
Mutual labels:  simulation
Growthnodes
A Blender plugin for generative content creation and simulation of organic growth processes on polygonal surfaces.
Stars: ✭ 257 (-19.18%)
Mutual labels:  simulation
Python corona simulation
An agent-based simulation of corona and other viruses in python
Stars: ✭ 261 (-17.92%)
Mutual labels:  simulation
Precice
A coupling library for partitioned multi-physics simulations, including, but not restricted to fluid-structure interaction and conjugate heat transfer simulations.
Stars: ✭ 270 (-15.09%)
Mutual labels:  simulation
orkid
Orkid Media Engine (C++/Lua/Python3/Linux/MacOs/OpenVR/Qt5)
Stars: ✭ 20 (-93.71%)
Mutual labels:  simulation
Pulsar
Protocol Learning and Stateful Fuzzing
Stars: ✭ 285 (-10.38%)
Mutual labels:  simulation
lewis
Let's write intricate simulators!
Stars: ✭ 17 (-94.65%)
Mutual labels:  simulation
Inet
INET Framework for the OMNeT++ discrete event simulator
Stars: ✭ 268 (-15.72%)
Mutual labels:  simulation
Stuntrally
The main repository containing Stunt Rally sources and game data. A 3D racing game based on VDrift and OGRE with track editor.
Stars: ✭ 314 (-1.26%)
Mutual labels:  simulation
Finmath Lib
Mathematical Finance Library: Algorithms and methodologies related to mathematical finance.
Stars: ✭ 293 (-7.86%)
Mutual labels:  simulation
Edalize
An abstraction library for interfacing EDA tools
Stars: ✭ 270 (-15.09%)
Mutual labels:  simulation

Overview

MATSim provides a toolbox to run and implement large-scale agent-based transport simulations. The toolbox consists of several modules which can be combined or used stand-alone. Modules can be replaced by own implementations to test single aspects of your own work. Currently, MATSim offers a toolbox for demand-modeling, agent-based mobility-simulation (traffic flow simulation), re-planning, a controller to iteratively run simulations as well as methods to analyze the output generated by the modules.

All list of available extensions can be found in the contribs folder.

For more information, see the project website at http://www.matsim.org/.

Questions

Have any questions? Visit https://matsim.org/faq and see if it has already been answered. If not, post a new question.

Development

The issue tracker is at https://matsim.org/issuetracker .

Build by running (from this directory, not any sub-directory):

mvn package -DskipTests

if you want to install the core only you can run

mvn install --also-make --projects matsim

Binaries

Releases and release candidates, including information how to use them by Maven, Gradle, or similar, also for contribs, can be found at https://bintray.com/matsim/matsim/.

Snapshots, with the usual use-at-your-own-risk disclaimer, are at http://oss.jfrog.org/artifactory/simple/oss-snapshot-local/org/matsim/.

An example how to get started with your own project, including a complete pom.xml, is at https://github.com/matsim-org/matsim-example-project .

Code examples are at https://github.com/matsim-org/matsim-code-examples .

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].