Interface ParamsResettable


public interface ParamsResettable
Tags models whose parameters can be reset.
Author:
josephramsey
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final long
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    In some cases (for instance, algorithm runners), cloned session models need to have the object-identically same parameter objects as before cloning.
  • Field Details

  • Method Details

    • resetParams

      void resetParams(Object params)
      In some cases (for instance, algorithm runners), cloned session models need to have the object-identically same parameter objects as before cloning. This method lets Tetrad set that automatically.
    • getResettableParams

      Object getResettableParams()
      Returns:
      the parameter object of a non-cloned model so that it can be set on the cloned model.