Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tarot
tarot
Commits
df50c2d0
Commit
df50c2d0
authored
Nov 29, 2019
by
Vivien Kraus
Browse files
Consider the double keep even less often
parent
a8ecb8bb
Changes
1
Show whitespace changes
Inline
Side-by-side
src/tarot-app/tarot_perceptron_bootstrap.c
View file @
df50c2d0
...
...
@@ -205,7 +205,13 @@ random_move (const TarotGame * game)
if
(
tarot_game_get_hint_bid
(
game
,
&
next
,
&
mini_bid
)
==
TAROT_GAME_OK
)
{
TarotBid
bids
[]
=
{
TAROT_PASS
,
TAROT_TAKE
,
TAROT_PUSH
,
TAROT_STRAIGHT_KEEP
,
TAROT_PASS
,
TAROT_TAKE
,
TAROT_TAKE
,
TAROT_TAKE
,
TAROT_PUSH
,
TAROT_PUSH
,
TAROT_STRAIGHT_KEEP
,
TAROT_DOUBLE_KEEP
};
size_t
position
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment