Name : ghc-mighty-metropolis
| |
Version : 1.0.4
| Vendor : obs://build_opensuse_org/devel:languages:haskell
|
Release : 2.43
| Date : 2018-01-23 13:21:08
|
Group : Development/Languages/Other
| Source RPM : ghc-mighty-metropolis-1.0.4-2.43.src.rpm
|
Size : 0.03 MB
| |
Packager : (none)
| |
Summary : The Metropolis algorithm
|
Description :
The classic Metropolis algorithm.
Wander around parameter space according to a simple spherical Gaussian distribution.
Exports a \'mcmc\' function that prints a trace to stdout, as well as a \'metropolis\' transition operator that can be used more generally.
> import Numeric.MCMC.Metropolis > > rosenbrock :: [Double] -> Double > rosenbrock [x0, x1] = negate (5 *(x1 - x0 ^ 2) ^ 2 + 0.05 * (1 - x0) ^ 2) > > main :: IO () > main = withSystemRandom . asGenIO $ mcmc 10000 1 [0, 0] rosenbrock.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/haskell:/lts:/7/openSUSE_Leap_42.2/x86_64 |
Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server
Provides :
ghc-mighty-metropolis
ghc-mighty-metropolis(x86-64)
libHSmighty-metropolis-1.0.4-AC2Idj55GGt4ESp9g5QPt5-ghc8.0.1.so()(64bit)
Requires :