mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-19 11:22:06 +08:00
MAINT: Updates docstring for performance tracker class.
This commit is contained in:
@@ -148,14 +148,7 @@ log = logbook.Logger('Performance')
|
||||
|
||||
class PerformanceTracker(object):
|
||||
"""
|
||||
Tracks the performance of the zipline as it is running in
|
||||
the simulator, relays this out to the Deluge broker and then
|
||||
to the client. Visually:
|
||||
|
||||
+--------------------+ Result Stream +--------+
|
||||
| PerformanceTracker | ----------------> | Deluge |
|
||||
+--------------------+ +--------+
|
||||
|
||||
Tracks the performance of the algorithm.
|
||||
"""
|
||||
|
||||
def __init__(self, sim_params):
|
||||
|
||||
Reference in New Issue
Block a user