Open
Description
/kind feature
Describe the solution you'd like
-
katib currently use only single-objective optimization, (even though katib could display additional metrics, the optimizing process focused on single objective function)
-
However, as you might know well, optuna support multi-objective optimization
- which means, for example, we can optimize the hyperparameters to maximize accuracy and minimize time-cost simultaneously.
-
In such case, I know we can define a new objective function which combines two objectives, such as maximize
accuracy / time-cost
or something else more complicated. -
However, I wonder is there any plan to support such feature natively in katib.