Refactoring parameter processing
Created by: Dreamlone
The framework functionality related to hyperparameter transfer and processing has been modified.
Previously, operation parameters and operations themselves were stored in different places: in nodes in the .operation and content fields, in operations in the params and get_params fields.
Now everything is stored in the content
dictionary in the node
Moreover, parameters are now filtered when passing from Implementations to Nodes. Some file names were also changed