You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
Currently Tuner has some ClassArg that is not necessary.
For example: tuner: builtinTunerName: Random classArgs: optimize_mode: maximize
In fact, random doesn‘t need optimize_mode.
This option is required, that is to say, if you don't add this item, you will get an error.
This is neither reasonable nor affects the user experience. It is recommended to change to optional.
The text was updated successfully, but these errors were encountered:
Currently Tuner has some ClassArg that is not necessary.
For example:
tuner: builtinTunerName: Random classArgs: optimize_mode: maximize
In fact, random doesn‘t need optimize_mode.
This option is required, that is to say, if you don't add this item, you will get an error.
This is neither reasonable nor affects the user experience. It is recommended to change to optional.
The text was updated successfully, but these errors were encountered: