Learn R Programming

⚠️There's a newer version (4.4.7) of this package.Take me there.

simmer (version 3.6.5)

Discrete-Event Simulation for R

Description

A process-oriented and trajectory-based Discrete-Event Simulation (DES) package for R. It is designed as a generic yet powerful framework. The architecture encloses a robust and fast simulation core written in C++ with automatic monitoring capabilities. It provides a rich and flexible R API that revolves around the concept of trajectory, a common path in the simulation model for entities of the same type.

Copy Link

Version

Install

install.packages('simmer')

Monthly Downloads

1,435

Version

3.6.5

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Iaki Ucar

Last Published

January 4th, 2018

Functions in simmer (3.6.5)

get_n_generated

Get Process Parameters
join

Join Trajectories
set_attribute

Set Attributes
set_capacity

Set Resource Parameters
add_generator

Add a Generator
add_resource

Add a Resource
leave

Leave the Trajectory
length.trajectory

Number of Activities in a Trajectory
select

Select Resources
send

Inter-arrival Communication
Extract.trajectory

Extract or Replace Parts of a Trajectory
activate

Activate/Deactivate Generators
peek

Peek Next Events
reexports

Objects exported from other packages
set_prioritization

Set Prioritization Values
set_trajectory

Set Generator Parameters
at

Convenience Functions for Generators
batch

Batch/Separate Arrivals
log_

Logging
now

Simulation Time
rollback

Rollback a Number of Activities
run

Run a Simulation
simmer

simmer: Discrete-Event Simulation for R
timeout

Delay
get_capacity

Get Resource Parameters
get_mon

Monitoring Statistics
schedule

Generate a Scheduling Object
seize

Seize/Release Resources
trajectory

Create a Trajectory
wrap

Wrap a Simulation Environment
branch

Fork the Trajectory Path
clone

Clone/Synchronize Arrivals
renege_in

Renege on some Condition
reset

Reset a Simulator