![]() |
SG++-Doxygen-Documentation
|
The class implements heuristics for testing if the learn process should be finished before learner is overfitted. More...
Public Member Functions | |
__init__ (self) | |
Contructor. | |
fromJson (cls, jsonObject) | |
getAccuracyLimit (self) | |
Returns the accuracy on validation data, that have to be achieved. | |
getAdaptiveIterationLimit (self) | |
Returns the maximal number of refinement iterations. | |
getGridSizeLimit (self) | |
Returns the maximal grid size. | |
hasGridSizeChanged (self, sampler) | |
hasLimitReached (self, sampler) | |
isTrainingComplete (self, sampler) | |
Checks if learning process have to be stopped. | |
setAccuracyLimit (self, limit) | |
Setter for accuracy limit. | |
setAdaptiveIterationLimit (self, limit) | |
setGridSizeLimit (self, limit) | |
Setter for maximal grid size. | |
toString (self) | |
Returns a string that represents the object. | |
The class implements heuristics for testing if the learn process should be finished before learner is overfitted.
The test is made by calling method isTrainingComplete(learner)
of the class, which returns True if training process should be finished.
python.uq.sampler.asgc.ASGCSamplerStopPolicy.ASGCSamplerStopPolicy.__init__ | ( | self | ) |
Contructor.
References python.learner.TrainingStopPolicy.TrainingStopPolicy.__accuracyLimit, python.uq.sampler.asgc.ASGCSamplerStopPolicy.ASGCSamplerStopPolicy.__accuracyLimit, python.learner.TrainingStopPolicy.TrainingStopPolicy.__adaptiveIterationLimit, python.uq.sampler.asgc.ASGCSamplerStopPolicy.ASGCSamplerStopPolicy.__adaptiveIterationLimit, python.learner.TrainingStopPolicy.TrainingStopPolicy.__gridSizeLimit, python.uq.sampler.asgc.ASGCSamplerStopPolicy.ASGCSamplerStopPolicy.__gridSizeLimit, python.learner.TrainingStopPolicy.TrainingStopPolicy.__oldGridSize, and python.uq.sampler.asgc.ASGCSamplerStopPolicy.ASGCSamplerStopPolicy.__oldGridSize.
python.uq.sampler.asgc.ASGCSamplerStopPolicy.ASGCSamplerStopPolicy.fromJson | ( | cls, | |
jsonObject | |||
) |
python.uq.sampler.asgc.ASGCSamplerStopPolicy.ASGCSamplerStopPolicy.getAccuracyLimit | ( | self | ) |
Returns the accuracy on validation data, that have to be achieved.
References python.learner.TrainingStopPolicy.TrainingStopPolicy.__accuracyLimit, and python.uq.sampler.asgc.ASGCSamplerStopPolicy.ASGCSamplerStopPolicy.__accuracyLimit.
python.uq.sampler.asgc.ASGCSamplerStopPolicy.ASGCSamplerStopPolicy.getAdaptiveIterationLimit | ( | self | ) |
Returns the maximal number of refinement iterations.
References python.learner.TrainingStopPolicy.TrainingStopPolicy.__adaptiveIterationLimit, and python.uq.sampler.asgc.ASGCSamplerStopPolicy.ASGCSamplerStopPolicy.__adaptiveIterationLimit.
python.uq.sampler.asgc.ASGCSamplerStopPolicy.ASGCSamplerStopPolicy.getGridSizeLimit | ( | self | ) |
Returns the maximal grid size.
References python.learner.TrainingStopPolicy.TrainingStopPolicy.__gridSizeLimit, and python.uq.sampler.asgc.ASGCSamplerStopPolicy.ASGCSamplerStopPolicy.__gridSizeLimit.
Referenced by python.learner.TrainingStopPolicy.TrainingStopPolicy.hasLimitReached(), and python.uq.sampler.asgc.ASGCSamplerStopPolicy.ASGCSamplerStopPolicy.hasLimitReached().
python.uq.sampler.asgc.ASGCSamplerStopPolicy.ASGCSamplerStopPolicy.hasGridSizeChanged | ( | self, | |
sampler | |||
) |
References python.learner.TrainingStopPolicy.TrainingStopPolicy.__oldGridSize, and python.uq.sampler.asgc.ASGCSamplerStopPolicy.ASGCSamplerStopPolicy.__oldGridSize.
Referenced by python.learner.TrainingStopPolicy.TrainingStopPolicy.isTrainingComplete(), and python.uq.sampler.asgc.ASGCSamplerStopPolicy.ASGCSamplerStopPolicy.isTrainingComplete().
python.uq.sampler.asgc.ASGCSamplerStopPolicy.ASGCSamplerStopPolicy.hasLimitReached | ( | self, | |
sampler | |||
) |
References python.learner.TrainingStopPolicy.TrainingStopPolicy.__adaptiveIterationLimit, python.uq.sampler.asgc.ASGCSamplerStopPolicy.ASGCSamplerStopPolicy.__adaptiveIterationLimit, python.learner.TrainingStopPolicy.TrainingStopPolicy.getGridSizeLimit(), and python.uq.sampler.asgc.ASGCSamplerStopPolicy.ASGCSamplerStopPolicy.getGridSizeLimit().
Referenced by python.learner.TrainingStopPolicy.TrainingStopPolicy.isTrainingComplete(), and python.uq.sampler.asgc.ASGCSamplerStopPolicy.ASGCSamplerStopPolicy.isTrainingComplete().
python.uq.sampler.asgc.ASGCSamplerStopPolicy.ASGCSamplerStopPolicy.isTrainingComplete | ( | self, | |
sampler | |||
) |
Checks if learning process have to be stopped.
sampler | Learner object |
References python.learner.TrainingStopPolicy.TrainingStopPolicy.__oldGridSize, python.uq.sampler.asgc.ASGCSamplerStopPolicy.ASGCSamplerStopPolicy.__oldGridSize, python.learner.TrainingStopPolicy.TrainingStopPolicy.hasGridSizeChanged(), python.uq.sampler.asgc.ASGCSamplerStopPolicy.ASGCSamplerStopPolicy.hasGridSizeChanged(), python.learner.TrainingStopPolicy.TrainingStopPolicy.hasLimitReached(), and python.uq.sampler.asgc.ASGCSamplerStopPolicy.ASGCSamplerStopPolicy.hasLimitReached().
python.uq.sampler.asgc.ASGCSamplerStopPolicy.ASGCSamplerStopPolicy.setAccuracyLimit | ( | self, | |
limit | |||
) |
Setter for accuracy limit.
limit | double accuracy on validation data, that have to be achieved |
References python.learner.TrainingStopPolicy.TrainingStopPolicy.__accuracyLimit, and python.uq.sampler.asgc.ASGCSamplerStopPolicy.ASGCSamplerStopPolicy.__accuracyLimit.
python.uq.sampler.asgc.ASGCSamplerStopPolicy.ASGCSamplerStopPolicy.setAdaptiveIterationLimit | ( | self, | |
limit | |||
) |
References python.learner.TrainingStopPolicy.TrainingStopPolicy.__adaptiveIterationLimit, and python.uq.sampler.asgc.ASGCSamplerStopPolicy.ASGCSamplerStopPolicy.__adaptiveIterationLimit.
python.uq.sampler.asgc.ASGCSamplerStopPolicy.ASGCSamplerStopPolicy.setGridSizeLimit | ( | self, | |
limit | |||
) |
Setter for maximal grid size.
limit | integer maximal grid size |
References python.learner.TrainingStopPolicy.TrainingStopPolicy.__gridSizeLimit, and python.uq.sampler.asgc.ASGCSamplerStopPolicy.ASGCSamplerStopPolicy.__gridSizeLimit.
python.uq.sampler.asgc.ASGCSamplerStopPolicy.ASGCSamplerStopPolicy.toString | ( | self | ) |
Returns a string that represents the object.
Referenced by python.controller.LearnerEventController.LearnerEventController.__repr__(), python.controller.SolverEventController.SolverEventController.__repr__(), python.learner.Learner.Learner.createMemento(), python.uq.learner.Learner.Learner.createMemento(), and python.learner.formatter.GridFormatter.GridFormatter.serialize().