./wip/dvegas, Parallel Adaptive Monte Carlo Integration in C++

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.0.3, Package name: dvegas-2.0.3, Maintainer: jihbed.research

Dvegas facilitates adaptive Monte Carlo integration based on an enhanced and
extended version of Peter Lepage's VEGAS algorithm. It allows to automatically
take into account correlations between sets of dimensions and to fully adapt the
sampling of sums of integrals. The code is genuinely object-oriented and written
in ISO/ANSI standard C++. Parallel computation is supported through
an interface to omniORB, a high-performance, open-source CORBA implementation
from AT&T Laboratories Cambridge. Notably, it does not require thread-safe
integrand implementations.


Required to run:
[math/gsl] [net/omniORB]

Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: 1c5811e8b449af1870928a8fd492b7d80ec8e299
Filesize: 397.634 KB

Version history: (Expand)


CVS history: (Expand)


   2012-09-28 23:24:30 by Aleksej Saushev | Files touched by this commit (99)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2012-08-26 23:54:53 by Kamel Derouiche | Files touched by this commit (5)
Log message:
Import dvegas-2.0.1 as wip/dvegas.

Dvegas facilitates adaptive Monte Carlo integration based on an enhanced and
extended version of Peter Lepage's VEGAS algorithm. It allows to automatically
take into account correlations between sets of dimensions and to fully adapt the
sampling of sums of integrals. The code is genuinely object-oriented and written
in ISO/ANSI standard C++. Parallel computation is supported through
an interface to omniORB, a high-performance, open-source CORBA implementation
from AT&T Laboratories Cambridge. Notably, it does not require thread-safe
integrand implementations.