SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

ghc-hasty-hamiltonian rpm build for : openSUSE Tumbleweed. For other distributions click ghc-hasty-hamiltonian.

Name : ghc-hasty-hamiltonian
Version : 1.3.2 Vendor : obs://build_opensuse_org/devel:languages:haskell
Release : 4.10 Date : 2018-07-11 22:26:44
Group : Development/Libraries/Haskell Source RPM : ghc-hasty-hamiltonian-1.3.2-4.10.src.rpm
Size : 0.05 MB
Packager : (none)
Summary : Speedy traversal through parameter space
Description :
Gradient-based traversal through parameter space.

This implementation of HMC algorithm uses \'lens\' as a means to operate over
generic indexed traversable functors, so you can expect it to work if your
target function takes a list, vector, map, sequence, etc. as its argument.

If you don\'t want to calculate your gradients by hand you can use the handy
< https://hackage.haskell.org/package/ad ad> library for automatic
differentiation.

Exports a \'mcmc\' function that prints a trace to stdout, a \'chain\' function for
collecting results in memory, and a \'hamiltonian\' transition operator that can
be used more generally.

> import Numeric.AD (grad) > import Numeric.MCMC.Hamiltonian > > target ::
RealFloat a => [a] -> a > target [x0, x1] = negate ((x0 + 2 * x1 - 7) ^ 2 + (2
* x0 + x1 - 5) ^ 2) > > gTarget :: [Double] -> [Double] > gTarget = grad target
> > booth :: Target [Double] > booth = Target target (Just gTarget) > > main ::
IO () > main = withSystemRandom . asGenIO $ mcmc 10000 0.05 20 [0, 0] booth.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/haskell:/lts:/next/openSUSE_Tumbleweed/x86_64

Content of RPM  Changelog  Provides Requires

Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server

Provides :
ghc-hasty-hamiltonian
ghc-hasty-hamiltonian(x86-64)
libHShasty-hamiltonian-1.3.2-4TzdfoMztk532ymReHGbb9-ghc8.4.3.so()(64bit)

Requires :
libHSStateVar-1.1.1.0-BmCYP2gLue736T5hzlFgTZ-ghc8.4.3.so()(64bit)
libHSadjunctions-4.4-3jqCg7rbODqKB2lpgPhDY3-ghc8.4.3.so()(64bit)
libHSarray-0.5.2.0-ghc8.4.3.so()(64bit)
libHSbase-4.11.1.0-ghc8.4.3.so()(64bit)
libHSbase-orphans-0.7-85wcea2rRmdArILlfYz5fz-ghc8.4.3.so()(64bit)
libHSbifunctors-5.5.3-331ngshsGPFEUf6CbgTomw-ghc8.4.3.so()(64bit)
libHSbinary-0.8.5.1-ghc8.4.3.so()(64bit)
libHSbytestring-0.10.8.2-ghc8.4.3.so()(64bit)
libHScall-stack-0.1.0-Eiz5FM8yQXpI3vyQ1Rt4Jq-ghc8.4.3.so()(64bit)
libHScomonad-5.0.4-K7ULiFnmLGh3CKZ2KHDB2i-ghc8.4.3.so()(64bit)
libHScontainers-0.5.11.0-ghc8.4.3.so()(64bit)
libHScontravariant-1.5-8Ex4X7Qm7vhBSlBZJUgXrj-ghc8.4.3.so()(64bit)
libHSdeepseq-1.4.3.0-ghc8.4.3.so()(64bit)
libHSdistributive-0.6-AuJqWXyRRj61SVaKIdMNVM-ghc8.4.3.so()(64bit)
libHSexceptions-0.10.0-AVSDKbmH3Lu5hW6xKPipBD-ghc8.4.3.so()(64bit)
libHSfilepath-1.4.2-ghc8.4.3.so()(64bit)
libHSfree-5.1-15nlzxZZiFJ6OYh1cqVair-ghc8.4.3.so()(64bit)
libHSghc-boot-th-8.4.3-ghc8.4.3.so()(64bit)
libHSghc-prim-0.5.2.0-ghc8.4.3.so()(64bit)
libHShashable-1.2.7.0-8MkquYouWwiLIw3HmVGSkN-ghc8.4.3.so()(64bit)
libHSinteger-gmp-1.0.2.0-ghc8.4.3.so()(64bit)
libHSinvariant-0.5-47FxlMmBKwS8MYZ7lTGkaY-ghc8.4.3.so()(64bit)
libHSkan-extensions-5.2-6LlvNFtRN9M2GgJEFFvMgb-ghc8.4.3.so()(64bit)
libHSlens-4.17-ESCuogJYQxRE1BTfc3V1Bj-ghc8.4.3.so()(64bit)
libHSmath-functions-0.2.1.0-IGAr6POfsAbI9aq6syKxLi-ghc8.4.3.so()(64bit)
libHSmcmc-types-1.0.3-IHGh2UeuOgG5N2U3aayMIZ-ghc8.4.3.so()(64bit)
libHSmmorph-1.1.2-u5n0PR0ucK5U9RRLpSUlt-ghc8.4.3.so()(64bit)
libHSmtl-2.2.2-ghc8.4.3.so()(64bit)
libHSmwc-probability-2.0.4-IgSqij3SNNL8r4N2djKLV8-ghc8.4.3.so()(64bit)
libHSmwc-random-0.13.6.0-72nLOh4yxtZ1nf48AFlX5c-ghc8.4.3.so()(64bit)
libHSparallel-3.2.1.1-7VRdiJcVWj8BvjtM2xssyE-ghc8.4.3.so()(64bit)
libHSpipes-4.3.9-FFi7DgocJtbBU5xY68dXzd-ghc8.4.3.so()(64bit)
libHSpretty-1.1.3.6-ghc8.4.3.so()(64bit)
libHSprimitive-0.6.4.0-39Pwmm1zkQX6bM7xFUT3Jc-ghc8.4.3.so()(64bit)
libHSprofunctors-5.3-LJQxEwMPZOpGN2EDC7MMkz-ghc8.4.3.so()(64bit)
libHSreflection-2.1.4-Jfb0lAAK0THDw0ZWXpBtZ-ghc8.4.3.so()(64bit)
libHSsemigroupoids-5.2.2-4EOP1yxtxEbGgbvUjGEDFD-ghc8.4.3.so()(64bit)
libHSsemigroups-0.18.5-E4FVMc5VZAG98u64romz5-ghc8.4.3.so()(64bit)
libHSstm-2.4.5.0-ghc8.4.3.so()(64bit)
libHStagged-0.8.6-BztYjsXOhuvLBoCBCdmM5I-ghc8.4.3.so()(64bit)
libHStemplate-haskell-2.13.0.0-ghc8.4.3.so()(64bit)
libHStext-1.2.3.0-ghc8.4.3.so()(64bit)
libHSth-abstraction-0.2.8.0-Ct896m4STpK8GA15Cl5y88-ghc8.4.3.so()(64bit)
libHStime-1.8.0.2-ghc8.4.3.so()(64bit)
libHStransformers-0.5.5.0-ghc8.4.3.so()(64bit)
libHStransformers-base-0.4.5.2-H2qElSkkJsv7uyyMMnVYVF-ghc8.4.3.so()(64bit)
libHStransformers-compat-0.6.2-EZ0ZvADLUlc4V8RuKaJX5W-ghc8.4.3.so()(64bit)
libHSunordered-containers-0.2.9.0-IkfpzvG0LzrHAbTzfMidvY-ghc8.4.3.so()(64bit)
libHSvector-0.12.0.1-1fezwShzdEfG3Hp1Pmvjkq-ghc8.4.3.so()(64bit)
libHSvector-th-unbox-0.2.1.6-5wEe6hRA1hMRE4Y3gV5Tw-ghc8.4.3.so()(64bit)
libHSvoid-0.7.2-AeUlTizrscF7IT5YtjodSF-ghc8.4.3.so()(64bit)
libc.so.6()(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libgmp.so.10()(64bit)
libm.so.6()(64bit)
libm.so.6(GLIBC_2.2.5)(64bit)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib64/ghc-8.4.3/hasty-hamiltonian-1.3.2-4TzdfoMztk532ymReHGbb9
/usr/lib64/ghc-8.4.3/hasty-hamiltonian-1.3.2-4TzdfoMztk532ymReHGbb9/libHShasty-hamiltonian-1.3.2-4TzdfoMztk532ymReHGbb9-ghc8.4.3.so
/usr/share/licenses/ghc-hasty-hamiltonian
/usr/share/licenses/ghc-hasty-hamiltonian/LICENSE

 
ICM