Name : ghc-mighty-metropolis
| |
Version : 1.2.0
| Vendor : obs://build_opensuse_org/devel:languages:haskell
|
Release : lp150.1.2
| Date : 2019-01-10 16:56:10
|
Group : Development/Libraries/Haskell
| Source RPM : ghc-mighty-metropolis-1.2.0-lp150.1.2.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:/13/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-3vFelFPK7Zr7KE0fLjnL3f-ghc8.6.3.so()(64bit)
Requires :