Class RdReceedingStateSpaceScan

java.lang.Object
org.drip.spaces.iterator.RdSpanningStateSpaceScan
org.drip.spaces.iterator.RdReceedingStateSpaceScan

public class RdReceedingStateSpaceScan
extends RdSpanningStateSpaceScan
RdReceedingStateSpaceScan is the Abstract Iterator Class that contains the Functionality to conduct a Receeding Scan through a Rd Space. It provides the following Functionality:
  • RdReceedingStateSpaceScan Constructor

Module Computational Core Module
Library Statistical Learning Library
Project R1 and Rd Vector/Tensor Spaces (Validated and/or Normed), and Function Classes
Package Iterative/Exhaustive Vector Space Scanners
Author:
Lakshmi Krishnamurthy
  • Constructor Details

    • RdReceedingStateSpaceScan

      public RdReceedingStateSpaceScan​(int[] terminalStateIndexArray, boolean cyclicalScan) throws java.lang.Exception
      RdReceedingStateSpaceScan Constructor
      Parameters:
      terminalStateIndexArray - Upper Array Bounds for each Dimension
      cyclicalScan - TRUE - Cycle Post a Full Scan
      Throws:
      java.lang.Exception - Thrown if the Inputs are Invalid
  • Method Details