hasty-hamiltonian

Speedy gradient-based traversal through parameter space.
git clone git://git.jtobin.io/hasty-hamiltonian.git
Log | Files | Refs | README | LICENSE

.gitignore (210B)


      1 .git
      2 *swp
      3 .DS_Store
      4 dist
      5 *.hi
      6 *.o
      7 demos
      8 data
      9 _cache/
     10 _site/
     11 build
     12 cabal-dev
     13 site
     14 benchmarks
     15 .cabal-sandbox
     16 cabal.sandbox.config
     17 tmp
     18 *hp
     19 *ps
     20 *aux
     21 .stack-work
     22 debug
     23 test/Beale
     24 test/Booth
     25 test/Rosenbrock
     26 examples