What's Changed
New Feature Update:
- Added
callbacks
argument. Thesimulate_sorn
andtrain_sorn
class methods will returnstate_dict
and the user requested network states and parameters as a dictionary. * @Saran-nns in #43
Thrashed
- Removed async ops due to the delay in fetching operations between processes and memory. Further, the implemented operations (at current state) are not CPU intensive. * @Saran-nns in #42
Full Changelog: v0.7.0...v0.7.3