Name : ghc-mighty-metropolis
| |
Version : 1.2.0
| Vendor : obs://build_opensuse_org/devel:languages:haskell
|
Release : lp150.3.4
| Date : 2018-12-23 04:35:59
|
Group : Development/Libraries/Haskell
| Source RPM : ghc-mighty-metropolis-1.2.0-lp150.3.4.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, a \'chain\' function for collecting results in-memory, and 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:/12/openSUSE_Leap_15.0/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.2.0-5n3aiCRyrg5GrH1Q7aiqeV-ghc8.4.4.so()(64bit)
Requires :