Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sametd/simannc

Netlib simulated annealing kodunun C dilinde tekrar yazımı ve geliştirilmesi
https://github.com/sametd/simannc

Last synced: about 2 months ago
JSON representation

Netlib simulated annealing kodunun C dilinde tekrar yazımı ve geliştirilmesi

Awesome Lists containing this project

README

        

# SimannC

Netlib f77 simulated annealing versiyonunun C dilinde yeniden ve geliştirilerek yapılmış implementasyonu

Su an

gcc -c simannFuncs.c objectiveFunc.c simann.c -lm -Wall && gcc main.c *.o -o opt.x -lm -Wall

komutu ile derlenebilir. Buraya ekstra test fonksiyonları ve bir Makefile gelebilir, gelmeyebilir de :)

Samet.