Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Brice Videau
CCS
Commits
ce4050b0
Commit
ce4050b0
authored
Jun 08, 2020
by
Brice Videau
Browse files
Parameter naming.
parent
d691f953
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/ccs/hyperparameter.h
View file @
ce4050b0
...
...
@@ -86,7 +86,7 @@ extern ccs_error_t
ccs_hyperparameter_sample
(
ccs_hyperparameter_t
hyperparameter
,
ccs_distribution_t
distribution
,
ccs_rng_t
rng
,
ccs_datum_t
*
value
);
ccs_datum_t
*
value
_ret
);
extern
ccs_error_t
ccs_hyperparameter_samples
(
ccs_hyperparameter_t
hyperparameter
,
...
...
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