Source: ask
Section: science
Priority: extra
Build-Depends: debhelper (>= 8.0.0), texlive-latex-base, texlive-latex-extra,
               latex-xcolor, python (>=2.6), python-pygments, python-nose,
               python-argparse, python-numpy, python-scipy, r-base-core (>=2.5),
               r-cran-gbm, r-cran-rpart, r-cran-lattice, r-cran-rjson,
               r-cran-lhs, r-cran-tgp (>=2.4-14-2), r-cran-inline, r-cran-foptions
X-Python-Version: >= 2.6
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Pablo Oliveira <pablo@sifflez.org>
Standards-Version: 3.9.8
Homepage: https://github.com/benchmark-subsetting/adaptive-sampling-kit
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/ask.git
Vcs-Browser: https://anonscm.debian.org/git/debian-science/packages/ask.git

Package: ask
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python (>=2.6),
         python-argparse, python-numpy, python-scipy, r-base-core (>=2.5),
         r-cran-gbm, r-cran-rpart, r-cran-lattice, r-cran-rjson,
         r-cran-lhs, r-cran-tgp (>=2.4-14-2), r-cran-inline, r-cran-foptions
Description: Adaptive Sampling Kit for big experimental spaces
 Adaptive Sampling Kit (ASK) is a toolkit for sampling big experimental spaces.
 When the space is small, the response can be measured for every point in the
 space. When the space is large, doing an exhaustive measurement is either not
 possible in terms of execution time or simply not practical. ASK tries to find
 good approximations of the response by sampling only a small fraction of the
 space. ASK features multiple active learning algorithms to prioritize the
 exploration of the interesting parts of the experimental space.
