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

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

First step for mastering Artificial Intelligence
https://github.com/reydvires/simulated-annealing

ai annealing artificial-intelligence lua luajit simulated simulated-annealing telkomuniversity

Last synced: 3 days ago
JSON representation

First step for mastering Artificial Intelligence

Awesome Lists containing this project

README

          

# 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