![]() |
SG++-Doxygen-Documentation
|
Abstract class of Subscribers of LearnerEvents. More...
Public Member Functions | |
| def | __repr__ (self) |
| Returns a string that represents the object. More... | |
| def | handleLearningEvent (self, subject, event) |
| Handles events from Learner. More... | |
| def | toString (self) |
| Returns a string that represents the object. More... | |
Abstract class of Subscribers of LearnerEvents.
The classes that wants to obtain the progress notifications from Learner should implement this class. See documentation of Learner for details.
| def python.controller.LearnerEventController.LearnerEventController.__repr__ | ( | self | ) |
Returns a string that represents the object.
References python.controller.LearnerEventController.LearnerEventController.toString(), python.controller.InfoToFile.InfoToFile.toString(), sgpp::base::GridDataBase.toString(), sgpp::base::HashGridStorage.toString(), sgpp::base::HashGridIterator.toString(), sgpp::base::HashGridPoint.toString(), sgpp::base::BoundingBox.toString(), sgpp::base::DataVector.toString(), sgpp::base::DataVectorSP.toString(), sgpp::base::DataMatrixSP.toString(), and sgpp::base::DataMatrix.toString().
| def python.controller.LearnerEventController.LearnerEventController.handleLearningEvent | ( | self, | |
| subject, | |||
| event | |||
| ) |
Handles events from Learner.
| subject | Learner object |
| event | Event Status of type LearnerEvents |
| def python.controller.LearnerEventController.LearnerEventController.toString | ( | self | ) |
Returns a string that represents the object.
Referenced by python.controller.LearnerEventController.LearnerEventController.__repr__(), python.controller.SolverEventController.SolverEventController.__repr__(), python.uq.learner.Learner.Learner.createMemento(), python.learner.Learner.Learner.createMemento(), and python.learner.formatter.GridFormatter.GridFormatter.serialize().