QLearning learning algorithm.

Namespace:  AForge.MachineLearning
Assembly:  AForge.MachineLearning (in AForge.MachineLearning.dll) Version: 2.2.4.0 (2.2.4.0)

Syntax

C#
public class QLearning

Remarks

The class provides implementation of Q-Learning algorithm, known as off-policy Temporal Difference control.

Inheritance Hierarchy

System..::.Object
  AForge.MachineLearning..::.QLearning

See Also