Table of Contents

Class GreedyDecoding

Namespace
LMKit.TextGeneration.Sampling
Assembly
LM-Kit.NET.dll

Handles greedy decoding strategy.
This algorithm selects the token with the highest probability, ensuring complete determinism.

public sealed class GreedyDecoding : TokenSampling
Inheritance
GreedyDecoding
Inherited Members

Methods

Clone()

Creates a deep copy of the current GreedyDecoding instance.