Share via


PersonalizerEvaluationOptions Class

Definition

A counterfactual evaluation.

public class PersonalizerEvaluationOptions
type PersonalizerEvaluationOptions = class
Public Class PersonalizerEvaluationOptions
Inheritance
PersonalizerEvaluationOptions

Constructors

Name Description
PersonalizerEvaluationOptions(String, DateTimeOffset, DateTimeOffset, IEnumerable<PersonalizerPolicy>)

Initializes a new instance of PersonalizerEvaluationOptions.

Properties

Name Description
EnableOfflineExperimentation

True if the evaluation should explore for a more optimal learning settings.

EndTime

The end time of the evaluation.

Name

The name of the evaluation.

Policies

Additional learning settings to evaluate.

StartTime

The start time of the evaluation.

Applies to