Skip to content

Commit

Permalink
Implement ValidateAlgorithmSettings for hyperopt (kubeflow#1130)
Browse files Browse the repository at this point in the history
  • Loading branch information
c-bata authored and sperlingxx committed Apr 20, 2020
1 parent cace161 commit 6a10439
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/suggestion/v1alpha3/hyperopt_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ def GetSuggestions(self, request, context):
parameter_assignments=Assignment.generate(new_assignments)
)

def ValidateAlgorithmSettings(self, request, context):
return api_pb2.ValidateAlgorithmSettingsReply()


class OptimizerConfiguration(object):
def __init__(self, random_state=None):
Expand Down

0 comments on commit 6a10439

Please sign in to comment.