Interface ParameterLearningProgress
-
public interface ParameterLearningProgressInterface to provide progress information during parameter learning.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DistributionMonitoringgetDistributionMonitoring()Gets information about the current state of distributions being monitored.voidupdate(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.
-
-