help帮助命令
命令功能
进入use交互界面后,查看鲲鹏自动调优结果处理工具的帮助信息。
使用示例
- 查看帮助信息。
help
返回信息如下:
Available Commands: exit - Exit the program help - Show this help message ibesttest - test best parameters inferenced by parameter importance analysis log - Change the log level man - Manual of use set - Set the config of round n show - Show round <n> information test - Retest round sequence. test <n> times train - Additional training after original result For more usage, please refer to "help <command>". e.g., help test
- 获取单独子命令的帮助信息,如test子命令。
help test
返回信息如下:
test - Retest round sequence. test <n> times usage: test <n1,n2,...> <n> test round n1,n2,... and test <n> times description: <n1,n2,...> round sequence supported r<n>/rank<n> which represent <n>th round sorted by performance supported t<n>/top<n> which represent top n rounds <n> run times, repeat run round sequence
父主题: 调优结果处理