Table of Contents

Class UCBBanditOptions<T>

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

Type Parameters

T
Inheritance
UCBBanditOptions<T>
Inherited Members

Properties

ExplorationParameter

public double ExplorationParameter { get; init; }

Property Value

double

NumArms

public int NumArms { get; init; }

Property Value

int