Documentation ¶
Index ¶
- Constants
- type SuggestionService
- func (s *SuggestionService) GetSuggestions(ctx context.Context, req *api_v1_beta1.GetSuggestionsRequest) (*api_v1_beta1.GetSuggestionsReply, error)
- func (s *SuggestionService) ValidateAlgorithmSettings(ctx context.Context, req *api_v1_beta1.ValidateAlgorithmSettingsRequest) (*api_v1_beta1.ValidateAlgorithmSettingsReply, error)
Constants ¶
View Source
const ( AlgorithmCMAES = "cmaes" AlgorithmTPE = "tpe" AlgorithmRandom = "random" AlgorithmSobol = "sobol" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SuggestionService ¶
type SuggestionService struct {
// contains filtered or unexported fields
}
func NewSuggestionService ¶
func NewSuggestionService() *SuggestionService
func (*SuggestionService) GetSuggestions ¶
func (s *SuggestionService) GetSuggestions( ctx context.Context, req *api_v1_beta1.GetSuggestionsRequest, ) (*api_v1_beta1.GetSuggestionsReply, error)
func (*SuggestionService) ValidateAlgorithmSettings ¶
func (s *SuggestionService) ValidateAlgorithmSettings( ctx context.Context, req *api_v1_beta1.ValidateAlgorithmSettingsRequest, ) (*api_v1_beta1.ValidateAlgorithmSettingsReply, error)
Click to show internal directories.
Click to hide internal directories.