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
- Host: GitHub
- URL: https://github.com/reydvires/simulated-annealing
- Owner: ReydVires
- Created: 2018-09-24T23:36:10.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-28T18:27:12.000Z (about 7 years ago)
- Last Synced: 2024-12-27T08:44:19.008Z (10 months ago)
- Topics: ai, annealing, artificial-intelligence, lua, luajit, simulated, simulated-annealing, telkomuniversity
- Language: Lua
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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