Library for dealing with descision theory algorithms.
Package can be installed by adding descisionex
to your list of dependencies in mix.exs
:
def deps do
[
{:descisionex, "~> 0.1.8"}
]
end
Documentation can be found at https://hexdocs.pm/descisionex.