this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Package prbnmcn-mcts.0.0.2

+40
+40
packages/prbnmcn-mcts/prbnmcn-mcts.0.0.2/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Monte-Carlo tree search based on UCB1 bandits" 4 + description: 5 + "This library provides a monadic API to describe lazily evaluated, finitely branching trees. It allows to use Monte-Carlo tree search to perform reward-guided exploration of these trees." 6 + maintainer: ["igarnier@protonmail.com"] 7 + authors: ["Ilias Garnier"] 8 + license: "MIT" 9 + homepage: "http://github.com/igarnier/prbnmcn-mcts" 10 + bug-reports: "http://github.com/igarnier/prbnmcn-mcts" 11 + depends: [ 12 + "dune" {>= "2.8"} 13 + "ocaml" {>= "4.14.0"} 14 + "prbnmcn-ucb1" {= "0.0.2"} 15 + "base-unix" {with-test} 16 + "odoc" {with-doc} 17 + ] 18 + build: [ 19 + ["dune" "subst"] {dev} 20 + [ 21 + "dune" 22 + "build" 23 + "-p" 24 + name 25 + "-j" 26 + jobs 27 + "@install" 28 + "@runtest" {with-test} 29 + "@doc" {with-doc} 30 + ] 31 + ] 32 + dev-repo: "git+https://github.com/igarnier/prbnmcn-mcts" 33 + url { 34 + src: 35 + "https://github.com/igarnier/prbnmcn-mcts/archive/refs/tags/0.0.2.tar.gz" 36 + checksum: [ 37 + "md5=bc21c58f681780879d82e783bcd3deba" 38 + "sha512=7be82aff6a4f5db7423e8f986654c338d69eae72a6d2fcd6f9ab4719384ba29b988eb6d5282dea086771bb726170a3a80a15a3c0276aebe84fc003d34c61ded1" 39 + ] 40 + }