Interface ParameterLearningProgress
-
public interface ParameterLearningProgress
Interface to provide progress information during parameter learning.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DistributionMonitoring
getDistributionMonitoring()
Gets information about the current state of distributions being monitored.void
update(ParameterLearningProgressInfo info)
Progress update, containing information about the last iteration.
-
-
-
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.
-
-