Re: How do you copy an array?



Kim Minh Kaplan wrote:
First, the *child* node does not need the previous moves to do its job,

I don't understand. The effect of a move depends on the parent grid just before that move, not the original grid several plies earlier. And the score is determined from the entire child grid after adding the latest move, isn't it? How can you compute the score without knowing the entire, completely updated grid? How do you pass the current state of the game to deeper plies without creating new grids?

--
My name is dsb, and I'm at prairienet, which is an O-R-G.
.



Relevant Pages

  • Re: How do you copy an array?
    ... not the original grid several plies earlier. ... (setf (aref grid x) ...
    (comp.lang.lisp)
  • Re: User changing key value
    ... Parent and Child. ... the Child grid. ... After the user has entered a new valid primary key value, ... rows in the Parent grid, and then return to the row with the new key ...
    (microsoft.public.vsnet.general)
  • Re: ByVal and ByRef with MSFlexgrid acts the same (IN VB6)
    ... > selection to a String variable via the Clip method and pass this ... > String variable into your Sub. ... > separate grid on any one of your forms, ... > this passed data from the original grid to this second grid by ...
    (microsoft.public.vb.controls)
  • 2 Performance Questions
    ... parent grid record, ... am doing when the "down arrow" is clicked is making a column in the ... Sometimes it takes up to 7 or 8 seconds for the child grid to "load." ...
    (microsoft.public.dotnet.framework.aspnet.datagridcontrol)
  • Re: Some events are not executed from child gridview
    ... The first/parent grid is databinded from a button because user makes ... details for each row of parent grid and it's data is binded in the ... RowDataBound of the parent gridview. ...
    (microsoft.public.dotnet.framework.aspnet)