Class Algorithms

java.lang.Object
edu.cmu.tetrad.algcomparison.algorithm.Algorithms
All Implemented Interfaces:
TetradSerializable, Serializable

public class Algorithms extends Object implements TetradSerializable
A list of algorithm to be compared.
Version:
$Id: $Id
Author:
josephramsey
See Also:
  • Constructor Details

    • Algorithms

      public Algorithms()
      Constructs an empty list of algorithms.
  • Method Details

    • add

      public void add(Algorithm algorithm)
      Adds an algorithm.
      Parameters:
      algorithm - The algorithmt to add.
    • getAlgorithms

      public List<Algorithm> getAlgorithms()
      Returns the list of algorithm.
      Returns:
      A copy of the list of algorithm that have been added, in that order.