EvaluationContract interface
Properties
| enable |
True if the evaluation should explore for a more optimal learning settings. |
| end |
The end time of the evaluation. |
| name | The name of the evaluation. |
| policies | Additional learning settings to evaluate. |
| start |
The start time of the evaluation. |
Property Details
enableOfflineExperimentation
True if the evaluation should explore for a more optimal learning settings.
enableOfflineExperimentation?: boolean
Property Value
boolean
endTime
The end time of the evaluation.
endTime: string | Date
Property Value
string | Date
name
The name of the evaluation.
name: string
Property Value
string
policies
Additional learning settings to evaluate.
policies: PolicyContract[]
Property Value
startTime
The start time of the evaluation.
startTime: string | Date
Property Value
string | Date