static void ai_speculateDeep(fS word) { ai_clearTriggeredSpeculations(); ai_speculate(word); for (S s : ai_triggeredSpeculations()) { print("deep spec " + word + " -> " + s); ai_speculate(s); } }
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1012804 |
| Snippet name: | ai_speculateDeep |
| Eternal ID of this version: | #1012804/4 |
| Text MD5: | e2d5ab69ea9acd4ab4e4e7efebd60190 |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-12-13 17:46:18 |
| Source code size: | 218 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 703 / 689 |
| Version history: | 3 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |