User Portlet User Portlet

Thibaut Jonckheere
Discussions
Oh, thanks a lot, this was the problem. I just installed a package containing it and the problem is solved. Thanks again, Thibaut
To be complete : my question came up while writing code to play gomoku (game where you need to aling 5 stones on a go board), using MonteCarlo Tree search algorithm. The most time-consuming part in my implementation is the function which checks if...
Very nice post, with interesting results.
Thanks a lot for the detailled information ! I was not expecting the problem to be simple - and your message and your experience confirm that Mathematica+Linux+Cuda is not a trivial combo. I will try to solve my problem step by step... Thibaut
Very nice and very impressive !
Wow, this is also excellent ! Using built-in function to do the job is of course optimal (but now we want to know how FindClique[] proceeds :-) ) I am wondering if there is a connection between your method of solving, and Knuth's [X...
A-maze-ing ! (sorry, someone had to make it :-P) Your code is really impressive, and I will be happy to study it in details to learn the way it works !
Thanks to everyone for the comments. ---------- @Carlo : Yes, you are right. My way of dealing with the URL was rather basic and certainly not bugproof. I have now improved the code with **URLBuild**: ImgPlay2[x_?StringQ] :=...