Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/onyb/simulated-annealing

Simulated Annealing heuristic for solving the Ising spin glass ground state problem
https://github.com/onyb/simulated-annealing

Last synced: 24 days ago
JSON representation

Simulated Annealing heuristic for solving the Ising spin glass ground state problem

Awesome Lists containing this project

README

        

##Simulated Annealing heuristic for solving the Ising spin glass ground state problem

Steps
-----
- Clone this Github Gist by:
git clone https://gist.github.com/9e6cec4bb0f8ee826fcd.git

- Launch the Simulated Annealer for comparing the success probabilities:
```bash launch.sh -p```
or
```bash launch.sh --probability```

- Launch the Simulated Annealer to note the running time:
```bash launch.sh -t```
or
```bash launch.sh --time```