Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CCS
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Brice Videau
CCS
Commits
ca395341
Commit
ca395341
authored
Jul 30, 2020
by
Brice Videau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo.
parent
811d1205
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
bindings/ruby/lib/cconfigspace/objective_space.rb
bindings/ruby/lib/cconfigspace/objective_space.rb
+1
-1
No files found.
bindings/ruby/lib/cconfigspace/objective_space.rb
View file @
ca395341
...
@@ -28,7 +28,7 @@ module CCS
...
@@ -28,7 +28,7 @@ module CCS
attach_function
:ccs_objective_space_get_hyperparameter_by_name
,
[
:ccs_objective_space_t
,
:string
,
:pointer
],
:ccs_result_t
attach_function
:ccs_objective_space_get_hyperparameter_by_name
,
[
:ccs_objective_space_t
,
:string
,
:pointer
],
:ccs_result_t
attach_function
:ccs_objective_space_get_hyperparameter_index_by_name
,
[
:ccs_objective_space_t
,
:string
,
:pointer
],
:ccs_result_t
attach_function
:ccs_objective_space_get_hyperparameter_index_by_name
,
[
:ccs_objective_space_t
,
:string
,
:pointer
],
:ccs_result_t
attach_function
:ccs_objective_space_get_hyperparameter_index
,
[
:ccs_objective_space_t
,
:ccs_hyperparameter_t
,
:pointer
],
:ccs_result_t
attach_function
:ccs_objective_space_get_hyperparameter_index
,
[
:ccs_objective_space_t
,
:ccs_hyperparameter_t
,
:pointer
],
:ccs_result_t
attach_function
:ccs_objective_space_get_hyperparameters
,
[
:ccs_objective_space_t
,
:size_t
,
:pointer
,
:pointer
],
:
size
_t
attach_function
:ccs_objective_space_get_hyperparameters
,
[
:ccs_objective_space_t
,
:size_t
,
:pointer
,
:pointer
],
:
ccs_result
_t
attach_function
:ccs_objective_space_add_objective
,
[
:ccs_objective_space_t
,
:ccs_expression_t
,
:ccs_objective_type_t
],
:ccs_result_t
attach_function
:ccs_objective_space_add_objective
,
[
:ccs_objective_space_t
,
:ccs_expression_t
,
:ccs_objective_type_t
],
:ccs_result_t
attach_function
:ccs_objective_space_add_objectives
,
[
:ccs_objective_space_t
,
:size_t
,
:pointer
,
:pointer
],
:ccs_result_t
attach_function
:ccs_objective_space_add_objectives
,
[
:ccs_objective_space_t
,
:size_t
,
:pointer
,
:pointer
],
:ccs_result_t
attach_function
:ccs_objective_space_get_objective
,
[
:ccs_objective_space_t
,
:size_t
,
:pointer
,
:pointer
],
:ccs_result_t
attach_function
:ccs_objective_space_get_objective
,
[
:ccs_objective_space_t
,
:size_t
,
:pointer
,
:pointer
],
:ccs_result_t
...
...
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