Packages

Annealing is a library for building and running simulated annealing algorithms in Elixir.

Current section

Files

Jump to
annealing README.md
Raw

README.md

# Annealing
Read [the description here](lib/annealing.md).
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `annealing` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:annealing, "~> 0.5.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at <https://hexdocs.pm/annealing>.