Metadata-Version: 1.1
Name: stosim
Version: 0.2.6
Summary: Stochastic Simulations
Home-page: http://homepages.cwi.nl/~nicolas/stosim/
Author: Nicolas Höning
Author-email: iam@nicolashoening.de
License: Apache Software License
Description: 
        What is this?
        --------------------
        StoSim runs stochastic simulations.
        
        You write the actual simulation, but StoSim relieves you of:
        - Arranging runs for all combinations of your dependent variables.
        - Distributing workload across several CPUS, even on different machines. The latter works in a local environment with shared home directories or on a PBS cluster.
        - Generating nice paper-ready plots and T-Tests from the results.
        
        You can find extensive documentation at
        http://homepages.cwi.nl/~nicolas/stosim/
        
        Example simulations are in the "example" folder - see code at Github: https://github.com/nhoening/stosim (the examples are discussed in tutorials in the documentation).
        
        
        Dependencies
        --------------------
        You need Python 2.7, or 2.6 if you install the argparse module locally.
        You need my fjd program to schedule simulations across CPUs (but it gets installed 
        automatically when you install via pip).
        For plotting, you need gnuplot and epstopdf (some tips: for debian-linux, epstopdf 
        is currently in the "texlive-extra-utils" package. On OSX, install gwTex via i-installer).
        For T-Tests, you need Gnu R installed.
        
        
        Running a simulation
        --------------------
        Place an experiment configuration and your simulation code in a folder of your choice (see basic example).
        Call::
        
            stosim --folder <path-to-your-experiment-folder>
        
        You can leave the --folder option away if stosim.conf is in the current directory.
        The results will be put in the "data" directory, in your folder 
        (but if you like the plotting capabilities of StoSim you might never have to look there).
        
        
        Enjoy.
        
Platform: Unix
Classifier: Programming Language :: Python
Classifier: Development Status :: 4 - Beta
Classifier: Natural Language :: English
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Distributed Computing
Classifier: Topic :: Utilities
