| View previous topic :: View next topic |
| Author |
Message |
H.G.Muller

Joined: 10 Mar 2006 Posts: 12751 Location: Amsterdam
|
Post subject: Re: Hamsters randomizer in action Posted: Tue Jun 05, 2007 1:13 pm |
|
|
OK, that isn't disastrously bad. I was thinking more of trees of 100M nodes. After all, 2M nodes probably represents just half a second of search.
(I am never sure how people count nodes; Joker does about 1.5Mnps, but it does not count nodes that are satisfied from the hash table. And I do suppose you would want to write information for such nodes.)
I guess I would still prefer to simply redo the search a number of times. For a search of the size you mention it would make the requested information almost appear instantly, in a time negligible compared to what you needed to study it. By the time the search is so big that this becomes cumbersome, writing it on disk would take many minutes. Plus, that for each information you want to dig out of the search, you would have to read it back as well.
In the early days of debugging uMax I had really built an interactive tree walker in the search: upon entry of any node below a certain (globally set) level, you would get into a menu were you could tell wat to do from this node. This then set a variable local to the node that controlled all debugging print statements, e.g. to give an overview of the moves and their search scores, to go to the node one of the moves led to, to go back to the parent node, to go to the next IID iteration, etc. It didn't require so much code.
You could not entirely prevent having to re-run a search, though: at some point you arrived at hash hits with a suspicious score, and you would want to examine the search that filled those hash hits. And that of course had happened at a point that you already passed. |
|
| Back to top |
|
 |
|
| Subject |
Author |
Date/Time |
Hamsters randomizer in action |
Alessandro Scotti |
Sun Jun 03, 2007 7:24 pm |
Re: Hamsters randomizer in action |
Gerd Isenberg |
Sun Jun 03, 2007 8:25 pm |
Re: Hamsters randomizer in action |
Alessandro Scotti |
Sun Jun 03, 2007 8:33 pm |
Re: Hamsters randomizer in action |
Gerd Isenberg |
Sun Jun 03, 2007 8:43 pm |
Re: Hamsters randomizer in action |
Michael Sherwin |
Mon Jun 04, 2007 2:04 am |
Re: Hamsters randomizer in action |
Pradu Kannan |
Mon Jun 04, 2007 2:33 am |
Re: Hamsters randomizer in action |
Tony |
Mon Jun 04, 2007 3:35 am |
Re: Hamsters randomizer in action |
Pradu Kannan |
Mon Jun 04, 2007 6:24 am |
Re: Hamsters randomizer in action |
Tony |
Mon Jun 04, 2007 6:47 am |
Re: Hamsters randomizer in action |
Gerd Isenberg |
Mon Jun 04, 2007 7:12 am |
Re: Hamsters randomizer in action |
H.G.Muller |
Mon Jun 04, 2007 10:26 am |
Re: Hamsters randomizer in action |
Tony |
Mon Jun 04, 2007 11:13 am |
Re: Hamsters randomizer in action |
H.G.Muller |
Mon Jun 04, 2007 11:49 am |
Re: Hamsters randomizer in action |
Alessandro Scotti |
Mon Jun 04, 2007 3:47 pm |
Re: Hamsters randomizer in action |
Guetti |
Mon Jun 04, 2007 4:21 pm |
Re: Hamsters randomizer in action |
H.G.Muller |
Mon Jun 04, 2007 6:16 pm |
Re: Hamsters randomizer in action |
Alessandro Scotti |
Tue Jun 05, 2007 10:47 am |
Re: Hamsters randomizer in action |
H.G.Muller |
Tue Jun 05, 2007 11:53 am |
Re: Hamsters randomizer in action |
Alessandro Scotti |
Tue Jun 05, 2007 12:39 pm |
Re: Hamsters randomizer in action |
H.G.Muller |
Tue Jun 05, 2007 1:13 pm |
Re: Hamsters randomizer in action |
Uri Blass |
Tue Jun 05, 2007 1:27 pm |
Re: Hamsters randomizer in action |
H.G.Muller |
Tue Jun 05, 2007 1:46 pm |
Re: Hamsters randomizer in action |
Uri Blass |
Tue Jun 05, 2007 10:33 pm |
Re: Hamsters randomizer in action |
Alessandro Scotti |
Wed Jun 06, 2007 10:32 pm |
Re: Hamsters randomizer in action |
Alessandro Scotti |
Thu Jun 07, 2007 12:01 am |
Re: Hamsters randomizer in action |
Pradu Kannan |
Thu Jun 07, 2007 8:13 am |
Re: Hamsters randomizer in action |
Alessandro Scotti |
Thu Jun 07, 2007 6:01 pm |
Re: Hamsters randomizer in action |
Spock |
Mon Jun 04, 2007 7:17 pm |
Re: Hamsters randomizer in action |
Ron Murawski |
Tue Jun 05, 2007 10:23 pm |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|