Interface ParameterLearningProgress


  • public interface ParameterLearningProgress
    Interface to provide progress information during parameter learning.
    • Method Detail

      • update

        void update​(ParameterLearningProgressInfo info)
        Progress update, containing information about the last iteration.
        Parameters:
        info - Information about the last iteration.
      • getDistributionMonitoring

        DistributionMonitoring getDistributionMonitoring()
        Gets information about the current state of distributions being monitored.
        Returns:
        Distribution monitoring information.