georgymh / decentralized-ml

Interoperable and decentralized machine learning.
Apache License 2.0
9 stars 5 forks source link

Refactored DMLJob #45

Closed kiddyboots216 closed 5 years ago

kiddyboots216 commented 5 years ago

DMLJob now has an instance attribute specific_job which is a container class that contains the specific information needed for whichever DMLJob the Optimizer needs the Runner to run. The Optimizer no longer has a self.job instance attributes, but rather a dictionary of job_data.