SG++-Doxygen-Documentation
Loading...
Searching...
No Matches
python.controller.InfoToFile.InfoToFile Class Reference

The class processes the progress information from Learner and LinearSolver and stores it into the file. More...

Inheritance diagram for python.controller.InfoToFile.InfoToFile:

Public Member Functions

 __init__ (self, filename)
 Constructor.
 
 handleLearningEvent (self, subject, status)
 Handles events from Learner.
 
 handleSolvingEvent (self, subject, status)
 Handles events from Linear Solver.
 
 toString (self)
 Returns a string that represents the object.
 

Static Public Attributes

 filename = None
 Filename, where output should be written.
 

Detailed Description

The class processes the progress information from Learner and LinearSolver and stores it into the file.

Constructor & Destructor Documentation

◆ __init__()

python.controller.InfoToFile.InfoToFile.__init__ (   self,
  filename 
)

Member Function Documentation

◆ handleLearningEvent()

python.controller.InfoToFile.InfoToFile.handleLearningEvent (   self,
  subject,
  status 
)

◆ handleSolvingEvent()

python.controller.InfoToFile.InfoToFile.handleSolvingEvent (   self,
  subject,
  status 
)

◆ toString()

Member Data Documentation

◆ filename


The documentation for this class was generated from the following file: