Skip to content

DNYFZR/rs-sim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rs-sim

discrete event simulations using rust

Functionality

  • event engine for parallel execution of models, within local memory constraints

  • core discrete event simulator

  • parquet file i/o

  • aggregation system

    • summarise total events per timestep in each simulation & combine into a single table

    • the same, but using a converted target value (e.g. replacement cost)

    • the age profile across each timestep for each iteration

  • apply a financial constraint to the resulting simulation and model across full timelines

  • more to follow...

Dependencies

  • ndarray-rand : random number generation
  • rayon : parallel processing engine
  • polars : dataframe ops & parquet file i/o

About

♻ discrete event simulation using Rust

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages