Class RdExhaustiveStateSpaceScan

java.lang.Object
org.drip.spaces.iterator.RdSpanningStateSpaceScan
org.drip.spaces.iterator.RdExhaustiveStateSpaceScan
Direct Known Subclasses:
RdSpanningCombinatorialIterator

public class RdExhaustiveStateSpaceScan
extends RdSpanningStateSpaceScan
RdExhaustiveStateSpaceScan contains the Functionality to iterate exhaustively through the Rd Space. It provides the following Functionality:
  • RdExhaustiveStateSpaceScan 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

    • RdExhaustiveStateSpaceScan

      public RdExhaustiveStateSpaceScan​(int[] terminalStateIndexArray, boolean cyclicalScan) throws java.lang.Exception
      RdExhaustiveStateSpaceScan 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