Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/onyb/simulated-annealing
- Owner: onyb
- License: apache-2.0
- Created: 2015-12-30T17:05:28.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-30T17:32:54.000Z (almost 9 years ago)
- Last Synced: 2023-02-27T11:26:55.839Z (over 1 year ago)
- Language: C
- Size: 20.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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```