All Projects → rinde → Rinsim

rinde / Rinsim

Licence: other
RinSim is a logistics simulator written in Java. RinSim supports (de)centralized algorithms for dynamic pickup-and-delivery problems (PDP). The simulator is developed at the imec-DistriNet group at the dept. of Computer Science, KU Leuven, Belgium.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Rinsim

photontorch
Highly parallel simulation and optimization of photonic circuits in time and frequency domain based on the deep-learning framework PyTorch
Stars: ✭ 29 (-68.13%)
Mutual labels:  simulator, optimization
Safeopt
Safe Bayesian Optimization
Stars: ✭ 90 (-1.1%)
Mutual labels:  optimization
Current
C++ framework for realtime machine learning.
Stars: ✭ 81 (-10.99%)
Mutual labels:  optimization
Csso Rails
CSS Optimizer(csso) ruby wrapper for Rails Asset pipeline
Stars: ✭ 86 (-5.49%)
Mutual labels:  optimization
Esbuild Loader
⚡️ Speed up your Webpack build with esbuild
Stars: ✭ 1,245 (+1268.13%)
Mutual labels:  optimization
Card Game Simulator
Create, Share, and Play
Stars: ✭ 87 (-4.4%)
Mutual labels:  simulator
Virtualhome
API to run VirtualHome, a Multi-Agent Household Simulator
Stars: ✭ 80 (-12.09%)
Mutual labels:  simulator
Go Perfbook
Thoughts on Go performance optimization
Stars: ✭ 9,597 (+10446.15%)
Mutual labels:  optimization
Quantum Learning
This repository contains the source code used to produce the results presented in the paper "Machine learning method for state preparation and gate synthesis on photonic quantum computers".
Stars: ✭ 89 (-2.2%)
Mutual labels:  optimization
Auxpack
A dashboard for monitoring Webpack build stats.
Stars: ✭ 86 (-5.49%)
Mutual labels:  optimization
Training Material
A collection of code examples as well as presentations for training purposes
Stars: ✭ 85 (-6.59%)
Mutual labels:  optimization
Maze
Maze Applied Reinforcement Learning Framework
Stars: ✭ 85 (-6.59%)
Mutual labels:  optimization
Ghdl
VHDL 2008/93/87 simulator
Stars: ✭ 1,285 (+1312.09%)
Mutual labels:  simulator
Project Dollhouse
A project aiming to rebuild TSO (The Sims Online) from the ground up. Inspired by CorsixTH.
Stars: ✭ 83 (-8.79%)
Mutual labels:  simulator
Jplusone
Tool for automatic detection and asserting "N+1 SELECT problem" occurences in JPA based Spring Boot Java applications and finding origin of JPA issued SQL statements in general
Stars: ✭ 91 (+0%)
Mutual labels:  optimization
Optbinning
Optimal binning: monotonic binning with constraints. Support batch & stream optimal binning
Stars: ✭ 79 (-13.19%)
Mutual labels:  optimization
Simulator
A ROS/ROS2 Multi-robot Simulator for Autonomous Vehicles
Stars: ✭ 1,260 (+1284.62%)
Mutual labels:  simulator
Beautiful React Redux
Redux 🚀, Redux 🤘, Redux 🔥 - and the magic optimization
Stars: ✭ 87 (-4.4%)
Mutual labels:  optimization
Deep Learning Drizzle
Drench yourself in Deep Learning, Reinforcement Learning, Machine Learning, Computer Vision, and NLP by learning from these exciting lectures!!
Stars: ✭ 9,717 (+10578.02%)
Mutual labels:  optimization
Faster
SIMD for humans
Stars: ✭ 1,304 (+1332.97%)
Mutual labels:  optimization

RinSim 4.4.6

Detailed documentation is available at the documentation website.

RinSim is an extensible logistics simulator with support for (de)centralized algorithms for pickup and delivery problems and AGV routing. The simulator focuses on simplicity and consistency making it ideal for performing scientific simulations. Further, software quality is a priority resulting in an ever improving test suite and documentation.

Javadocs Build Status Maven Central DOI Stackoverflow

Installation

RinSim uses Maven for managing its dependencies. RinSim can be added to your Maven project by including the following in your pom file, where x and y represents the preferred version number.

<dependency>
	<groupId>com.github.rinde</groupId>
	<artifactId>rinsim-core</artifactId>
	<version>4.x.y</version>
</dependency>

Detailed instructions for installation can be found here.

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].