Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sametd/simann4all
Simulated Annealling Algorithm based on Netlib with some enhancements and a lot better usability. Written in Fortran 90.
https://github.com/sametd/simann4all
Last synced: 9 days ago
JSON representation
Simulated Annealling Algorithm based on Netlib with some enhancements and a lot better usability. Written in Fortran 90.
- Host: GitHub
- URL: https://github.com/sametd/simann4all
- Owner: sametd
- Created: 2018-04-01T22:10:43.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-01T22:16:31.000Z (almost 7 years ago)
- Last Synced: 2024-11-22T23:41:46.405Z (2 months ago)
- Language: Fortran
- Size: 10.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simann_for_all
This simulated annealing algorithm will become optimization base for docking and caspesa algorithms
I wrote this code for my own needs but it can be applied for nearly every possible optimization problems.
I also wrote a mpi version of this code. I will upload it later on seperate repository.