Training config for the OPTIMIZATION problem type
| KEY | TYPE | Description |
|---|---|---|
| INCLUDE_ALL_PARTITIONS | bool | Include all partitions in the model training. Default is False. |
| SOLVE_TIME_LIMIT | float | The maximum time in seconds to spend solving the problem. Accepts values between 0 and 86400. |
| 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. |
| INCLUDE_SPECIFIC_PARTITIONS | List[str] | Include specific partitions in partitioned model training. Default is empty list. |