![]() |
SG++-Doxygen-Documentation
|
Abstract class of Subscribers of LinearSolverEvents. More...
Public Member Functions | |
| def | __repr__ (self) |
| Returns a string that represents the object. More... | |
| def | handleSolvingEvent (self, subject, event) |
| Handles events from LinearSolver. More... | |
| def | toString (self) |
| Returns a string that represents the object. More... | |
Abstract class of Subscribers of LinearSolverEvents.
The classes that wants to obtain the progress notifications from LinearSolver subclasses should implement this class. See documentation of Learner for details.
| def python.controller.SolverEventController.SolverEventController.__repr__ | ( | self | ) |
Returns a string that represents the object.
References python.controller.LearnerEventController.LearnerEventController.toString(), python.controller.SolverEventController.SolverEventController.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.SolverEventController.SolverEventController.handleSolvingEvent | ( | self, | |
| subject, | |||
| event | |||
| ) |
Handles events from LinearSolver.
| subject | LinearSolver object |
| event | Event Status of type LinearSolverEvents |
| def python.controller.SolverEventController.SolverEventController.toString | ( | self | ) |
Returns a string that represents the object.
Referenced by python.controller.SolverEventController.SolverEventController.__repr__(), python.uq.learner.Learner.Learner.createMemento(), python.learner.Learner.Learner.createMemento(), and python.learner.formatter.GridFormatter.GridFormatter.serialize().