Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hi All, I Want To Ask About Hpo If There Possibility To Work Not Only With Standard Args But With Configuration_Object (Omegaconf) ? Thanks

Hi all, I want to ask about HPO if there possibility to work not only with standard args but with configuration_object (OmegaConf) ? Thanks

  
  
Posted 2 months ago
Votes Newest

Answers


Hi @<1603198163143888896:profile|LonelyKangaroo55> , you certainly can. I think you need to enable editing these configurations but it certainly is possible with some tinkering 🙂

  
  
Posted 2 months ago
169 Views
1 Answer
2 months ago
2 months ago
Tags