Skip to content

ReydVires/simulated-annealing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

simulated-annealing

How To:

  • Download ZeroBrane Studio (Lua compiler)

  • Buka file [nama_file].lua pada ZeroBrane

  • Tekan F5 2x untuk Running hasil Simulated Annealing

ZeroBrane Studio link: https://studio.zerobrane.com/download

Alternative compile online: http://rextester.com/l/lua_online_compiler

Catatan: line 69-70 dapat di-comment agar output console tidak panjang Komentar di Lua: --

Alternative compile linux:

  • Install luajit: sudo apt-get install luajit
  • Cari file Lua: [nama_file].lua
  • Buka terminal di direktori tersebut
  • Jalankan perintah: luajit [nama_file].lua