Skip to content
Snippets Groups Projects
Commit cb14c42a authored by Gregory Ashton's avatar Gregory Ashton
Browse files

Merge branch 'master' into adding-cached-data-check

parents b1cf1ff5 9420ae5d
No related branches found
No related tags found
1 merge request!39Adding cached data check
Pipeline #
......@@ -80,6 +80,15 @@ class Sampler(object):
else:
raise TypeError('result must either be a Result or None')
@property
def search_parameter_keys(self):
return self.__search_parameter_keys
@property
def fixed_parameter_keys(self):
return self.__fixed_parameter_keys
@property
def external_sampler(self):
return self.__external_sampler
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment