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
acb741e8
Commit
acb741e8
authored
Nov 28, 2019
by
Vivien Kraus
Browse files
Update the parameters
parent
bbac8f82
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/tarot-app/tarot_perceptron_bootstrap.c
View file @
acb741e8
...
@@ -74,8 +74,8 @@ parse_options (int argc, char *argv[])
...
@@ -74,8 +74,8 @@ parse_options (int argc, char *argv[])
char
default_seed
[]
=
"default"
;
char
default_seed
[]
=
"default"
;
uint8_t
*
seed
;
uint8_t
*
seed
;
char
*
end
;
char
*
end
;
exploration
=
0
.
1
;
exploration
=
0
.
05
;
learning_rate
=
1e-
4
;
learning_rate
=
1e-
7
;
yarrow256_init
(
&
generator
,
0
,
NULL
);
yarrow256_init
(
&
generator
,
0
,
NULL
);
yarrow256_seed
(
&
generator
,
strlen
(
default_seed
),
(
void
*
)
default_seed
);
yarrow256_seed
(
&
generator
,
strlen
(
default_seed
),
(
void
*
)
default_seed
);
while
(
1
)
while
(
1
)
...
...
Write
Preview
Markdown
is supported
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