Releases · umontreal-simul/ssj
v3.3.1Minor changes to mcqmctools, hups, etc. Improved the documentation, mostly in hups.
v3.3.0Several new packages and classes. Largely updated documentation and examples. This release will be polished further for small details within the next few weeks.
v3.2.1This release contains bug fixes.
functionfit
: Fix bug when creating an approximate BSpline instance.util
: bisection and brentDekker methods will now check the bounds of the interval first.eventlist
: Removed the free node stack and subsequently removed the synchronization code on that free node stack. This increases the performance when executing many simulations in a multi-thread program.This version of SSJ is not for production.
We have just migrated the source code from a custom documentation system which generated Java files from LaTeX input files. Now the Java source code is readily editable. The documentation is in now Doxygen format, which supports mathematical formulas and BibTeX citations.
Users of SSJ 2.6 who want to upgrade their code for SSJ 3 need to replace umontreal.iro.lecuyer
with umontreal.ssj
in the package imports. For example,
import umontreal.iro.lecuyer.rng.MRG32k3a; // using SSJ 2
becomes
import umontreal.ssj.rng.MRG32k3a; // using SSJ 3
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4