| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
charlcd.c:621
case '\n':
/*
* flush the remainder of the current line and
* go to the beginning of the next line
*/
for (; priv->addr.x < lcd->bwidth; priv->addr.x++)
lcd->ops->write_data(lcd, ' ');
priv->addr.x = 0;
priv->addr.y = (priv->addr.y + 1) % lcd->height;
charlcd_gotoxy(lcd);
break;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 43eec01361eb6174142180c29afef960e041514e.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I still can't tell whether if ((ply & 1) == 0) this = this - 1.0; is
correct.
|
|
|
|
|
|
|
|
In tinue it doesn't seem to choose a move
|
|
With minimax of depth 1 the evaluation function seems alright with the
current method of training and generating weights
|
|
|
|
|
|
|