You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. For the Fired class:
- Updated the class to properly inherit from Step
- Fixed the createQueueKey method to use FiredQueueKey
- Implemented the updateNet method to handle numeric conversion without ApproximateComparisonValueUtil
- Fixed the toString method to properly format doubles
- Added proper const qualifiers to methods
2. For the Save class:
- Updated the class to properly inherit from ElementStep
- Fixed the process method to properly cast the Element to Neuron
- Added proper const qualifiers to methods
0 commit comments