Giter VIP home page Giter VIP logo

Comments (1)

BenLauwens avatar BenLauwens commented on June 19, 2024

Hi @ViralBShah, @IainNZ

During the first half of 2015 (only two courses to lecture ...;), I will implement the next version of SimJulia based on the SimPy3.x release. The main modification will be a more uniform "event-driven" approach, limiting the number of special functions to call and I will integrate a try/catch approach for failed events.
The continuous time feature will also be adapted to allow transparently other ODE solvers (main issue remains that integrating with ODE.jl is cumbersome because I need high-quality interpolated values between time steps, ... I think the api of ODE.jl needs a refresh to make the integration possible).
Another novelty will be the simultaneous solution of SDEs (stochastic differential equations) to simulated generic diffusion processes. I have already played a little bit with the Brownian.jl package but again it is fairly limited for what I intend to do. Another useful thing linked with SDE is to run the several simulations in parallel on a cluster to allow MonteCarlo evaluation of the performance measure that are evaluated during the simulation. The automatic production of useful data out of the simulations is something that can be explored. I have already one PhD student working on blackbox variance reduction methods for discrete-event simulations.
I will also try to eliminate all the code that is already provided in another way, e.g. binary heaps, ...
One of the main reasons why I really want to make SimJulia more easy to use, is the difficulty that my students have to start programming a discrete event simulation or to solve an ODE. Having one package that can do both in a uniform way allows for some nice applications as the continuous_5.jl example in which the phase speed of falling domino blocks is optimized. Engineering is often
The study of the laundry room is a nice case to introduce some special features and I will keep it in mind when writing the documentation.
So if you know people interested to help the development of SimJulia, I am very willing to make it a collaborative effort!

from concurrentsim.jl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.