packages feed

sgd-0.8.0.2: sgd.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.31.1.
--
-- see: https://github.com/sol/hpack
--
-- hash: 1409d26fec8b15d16a4a06650dc2ce1bf2f51aa72c0e494af222f5c66394ac04

name:           sgd
version:        0.8.0.2
synopsis:       Stochastic gradient descent library
description:    Import "Numeric.SGD" to use the library.
category:       Math
homepage:       https://github.com/kawu/sgd#readme
bug-reports:    https://github.com/kawu/sgd/issues
author:         Jakub Waszczuk
maintainer:     waszczuk.kuba@gmail.com
copyright:      2012-2019 Jakub Waszczuk
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    changelog

source-repository head
  type: git
  location: https://github.com/kawu/sgd

library
  exposed-modules:
      Numeric.SGD
      Numeric.SGD.AdaDelta
      Numeric.SGD.Adam
      Numeric.SGD.DataSet
      Numeric.SGD.Momentum
      Numeric.SGD.ParamSet
      Numeric.SGD.Sparse
      Numeric.SGD.Sparse.Grad
      Numeric.SGD.Sparse.LogSigned
      Numeric.SGD.Sparse.Momentum
      Numeric.SGD.Type
  other-modules:
      Paths_sgd
  hs-source-dirs:
      src
  build-depends:
      base >=4.7 && <5
    , binary >=0.5 && <0.9
    , bytestring >=0.9 && <0.11
    , containers >=0.4 && <0.7
    , data-default >=0.7 && <0.8
    , deepseq >=1.3 && <1.5
    , filepath >=1.3 && <1.5
    , hmatrix >=0.19 && <0.20
    , logfloat >=0.12 && <0.14
    , monad-par >=0.3.4 && <0.4
    , mtl >=2.0 && <2.3
    , parallel >=3.2 && <3.3
    , pipes >=4.3 && <4.4
    , primitive >=0.5 && <0.7
    , random >=1.0 && <1.2
    , random-shuffle >=0.0.4 && <0.1
    , temporary >=1.1 && <1.4
    , vector >=0.10 && <0.13
  default-language: Haskell2010

test-suite vine-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Paths_sgd
  hs-source-dirs:
      test
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      ad >=4.3 && <4.4
    , base >=4.7 && <5
    , binary >=0.5 && <0.9
    , bytestring >=0.9 && <0.11
    , containers >=0.4 && <0.7
    , data-default >=0.7 && <0.8
    , deepseq >=1.3 && <1.5
    , filepath >=1.3 && <1.5
    , hmatrix >=0.19 && <0.20
    , logfloat >=0.12 && <0.14
    , monad-par >=0.3.4 && <0.4
    , mtl >=2.0 && <2.3
    , parallel >=3.2 && <3.3
    , pipes >=4.3 && <4.4
    , primitive >=0.5 && <0.7
    , random >=1.0 && <1.2
    , random-shuffle >=0.0.4 && <0.1
    , sgd
    , tasty >=1.2 && <1.3
    , tasty-hunit >=0.10 && <0.11
    , temporary >=1.1 && <1.4
    , vector >=0.10 && <0.13
  default-language: Haskell2010