Table of Contents

Class GradientBanditOptions<T>

Namespace
AiDotNet.Models.Options
Assembly
AiDotNet.dll
public class GradientBanditOptions<T> : ReinforcementLearningOptions<T>

Type Parameters

T
Inheritance
GradientBanditOptions<T>
Inherited Members

Properties

Alpha

public double Alpha { get; init; }

Property Value

double

NumArms

public int NumArms { get; init; }

Property Value

int

UseBaseline

public bool UseBaseline { get; init; }

Property Value

bool