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, I Am Using Optuna For Multi Objective Hyperparameter Optimization. Currently It Seems That Existing Optuna.Py Only Supports Single Objective Optimization. Do You Have Any Plan To Support Multi Objective Hyperparameter Optimization?

Hi, I am using optuna for multi objective hyperparameter optimization.
Currently it seems that existing optuna.py only supports single objective optimization.
Do you have any plan to support multi objective hyperparameter optimization?
https://github.com/allegroai/clearml/blob/master/clearml/automation/optuna/optuna.py

  
  
Posted one year ago
Votes Newest

Answers 2


Hi Erez,
Thank you for your reply and consideration.
I'm looking forward to it!

  
  
Posted one year ago

Hi Moki, Great idea! We'll add it to our plans and update here once it's done 😄

  
  
Posted one year ago
590 Views
2 Answers
one year ago
one year ago
Tags