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
efe62058
Commit
efe62058
authored
Dec 02, 2019
by
Vivien Kraus
Browse files
The decay must be more pronounced
I don't have that much time
parent
dd579d4e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/tarot-app/tarot_perceptron_bootstrap.c
View file @
efe62058
...
@@ -351,7 +351,7 @@ self_learn (TarotPerceptron * perceptron)
...
@@ -351,7 +351,7 @@ self_learn (TarotPerceptron * perceptron)
size_t
n_owners
;
size_t
n_owners
;
TarotPlayer
owners
[
78
];
TarotPlayer
owners
[
78
];
double
confidence
;
double
confidence
;
exploration_reduction_remaining
*=
0
.
9999
9
;
exploration_reduction_remaining
*=
0
.
9999
;
current_exploration
=
exploration
+
exploration_reduction_remaining
;
current_exploration
=
exploration
+
exploration_reduction_remaining
;
yarrow256_random
(
&
generator
,
sizeof
(
option
),
&
option
);
yarrow256_random
(
&
generator
,
sizeof
(
option
),
&
option
);
yarrow256_random
(
&
generator
,
sizeof
(
sub_seed
),
sub_seed
);
yarrow256_random
(
&
generator
,
sizeof
(
sub_seed
),
sub_seed
);
...
...
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