27 po::options_description options(
"Required options");
29 (
"amconfig", po::value<string>(&amconfig)->required(),
"ampath")
30 (
"amlib", po::value<string>(&amlib)->default_value(
""),
"amlib")
31 (
"in_jsons", po::value<string>(&in_jsons)->required(),
"in_jsons")
32 (
"jreq", po::value<string>(&jreq)->default_value(
""),
"jreq")
33 (
"pid_id", po::value<int>(&pid_id)->default_value(1),
"pid id")
34 (
"prediction_time", po::value<int>(&prediction_time)->default_value(20210101),
"prediction_time")
35 (
"test_stage", po::value<int>(&test_stage)->default_value(0),
"test stage")
36 (
"calc_by_type", po::value<bool>(&calc_by_type)->default_value(
false),
"calc_by_type")