Skip to content
GitLab
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
dc770088
Commit
dc770088
authored
Oct 13, 2019
by
Vivien Kraus
Browse files
Well, still too slow.
parent
ebd3534b
Pipeline
#175245
passed with stages
in 54 minutes and 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/libtarot/mcts/tarot/mcts_private_impl.h
View file @
dc770088
...
...
@@ -510,7 +510,7 @@ mcts_impute (TarotGame * game, struct yarrow256_ctx *rng)
yarrow256_random
(
rng
,
sz
,
(
void
*
)
imputation_seed
);
counter_load_from_game
(
&
counter
,
game
);
ret
=
(
counter_and_game_impute
_likely
(
counter_and_game_impute
(
&
counter
,
game
,
sz
,
(
void
*
)
imputation_seed
)
!=
TAROT_IMPUTATION_OK
);
return
ret
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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