Learn R Programming

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

simmer (version 4.4.6.3)

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. Documentation about 'simmer' is provided by several vignettes included in this package, via the paper by Ucar, Smeets & Azcorra (2019, ), and the paper by Ucar, Hernández, Serrano & Azcorra (2018, ); see 'citation("simmer")' for details.

Copy Link

Version

Install

install.packages('simmer')

Monthly Downloads

1,435

Version

4.4.6.3

License

GPL (>= 2)

Issues

Pull Requests

Stars

Forks

Maintainer

I<c3><b1>aki Ucar

Last Published

November 28th, 2023

Functions in simmer (4.4.6.3)

get_capacity

Get Resource Parameters
activate

Activate/Deactivate Sources
get_mon

Monitoring Statistics
select

Select Resources
rollback

Rollback to a Previous Activity
run

Run a Simulation
log_

Debugging
now

Simulation Time
reexports

Objects exported from other packages
peek

Peek Next Events
set_attribute

Set Attributes
set_prioritization

Set Prioritization Values
send

Inter-arrival Communication
set_trajectory

Set Source Parameters
renege

Renege on some Condition
wrap

Wrap a Simulation Environment
add_generator

Add a Generator
get_sources

Get Sources and Resources Defined
reset

Reset a Simulator
handle_unfinished

Handle Unfinished Arrivals
add_dataframe

Add a Data Frame
simmer-package

simmer: Discrete-Event Simulation for R
set_capacity

Set Resource Parameters
schedule

Generate a Scheduling Object
join

Join Trajectories
seize

Seize/Release Resources
timeout

Delay
trajectory

Create a Trajectory
simmer

Create a Simulator
generators

Convenience Functions for Generators
clone

Clone/Synchronize Arrivals
batch

Batch/Separate Arrivals
add_resource

Add a Resource
add_global

Add a Global Attribute
length.trajectory

Number of Activities in a Trajectory
branch

Fork the Trajectory Path
get_n_generated

Get Process Parameters
Extract.trajectory

Extract or Replace Parts of a Trajectory
monitor

Create a Monitor