OptimizationTrainingConfig

Training config for the OPTIMIZATION problem type

KEY TYPE Description
OPTIMALITY_GAP_LIMIT float The stopping optimality gap limit. Optimality gap is fractional difference between the best known solution and the best possible solution. Accepts values between 0 and 1.
SOLVE_TIME_LIMIT float The maximum time in seconds to spend solving the problem. Accepts values between 0 and 86400.