LinuxLinks.com
Newbies What Next ? News Forums Calendar

Search





News Sections
Home
General News (3972/0)
Reviews (626/0)
Press Releases (464/0)
Distributions (187/0)
Software (807/0)
Hardware (522/0)
Security (192/0)
Tutorials (337/0)
Off Topic (180/0)


User Functions
Username:

Password:

Don't have an account yet? Sign up as a New User


Events
There are no upcoming events



Release of version 1.6.1 of SimPy simulation package   
Wednesday, November 23 2005 @ 01:57 PM EST
Contributed by: kgmuller

It is our pleasure to announce the release of version 1.6.1 of the SimPy discrete event simulation package.

What is SimPy?
-----------------
SimPy (= Simulation in Python) is an object-oriented, process-based
discrete-event simulation language based on standard Python. It is released
under the GNU Lesser GPL (LGPL). SimPy provides the modeler with components
of a simulation model including processes, for active components like
customers, messages, and vehicles, and resources, for passive components
that form limited capacity congestion points like servers, checkout
counters, and tunnels. It also provides monitor variables to aid in
gathering statistics. Random variates are provided by the standard Python
random module.

SimPy is in use at many universities, research institutes and in industry.

What is new?
--------------
- Addition of Tally data collection class as an alternative
to Monitor. It is intended for collecting very large data sets (50000
observations or more) more efficiently in storage space and time than Monitor.

- Addition of function setHistogram to class Monitor for initializing
histograms.

- Addition of function allEventTimes (returns event times of all scheduled
events).

- Change of Resource to work with Tally (new Resource
API is backwards-compatible with 1.6).

- Revised function allEventNotices() for debugging/teaching purposes. It
returns a pretty-printed string with event times and names of process instances.

Nature/purpose of this release?
-----------------------------------
SimPy 1.6.1 is a minor sub-release of version 1.6. It does not add any new
simulation constructs, but just provides support to efficient simulation data collection of large
numbers of observations.

Download from
http://simpy.sourceforge.net/ .

Enjoy, and don't forget to give us your feedback!

Klaus Müller
Tony Vignaux

  [ Views: 1797 ]  


Release of version 1.6.1 of SimPy simulation package | 0 comments | Create New Account
The following comments are owned by whoever posted them. This site is not responsible for what they say.
No user comments.


What's Related
  • More by kgmuller
  • More from Software


  • Story Options
  • Mail Story to a Friend
  • Printable Story Format


  • We have written a range of guides highlighting excellent free books for popular programming languages. Check out the following guides: C, C++, C#, Java, JavaScript, CoffeeScript, HTML, Python, Ruby, Perl, Haskell, PHP, Lisp, R, Prolog, Scala, Scheme, and SQL.

    Built with GeekLog and phpBB
    Comments to the webmaster are welcome
    Copyright 2009 LinuxLinks.com - All rights reserved