Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Hi all,
as discussed in ML already the current classes/variables that refer to operations on weights can be renamed for better expressiveness:
- all the classes under weight.primitive should be renamed from XXX to XXXOperations because they actually contain operations on weights (they do not represent weights themselves);
- in the actual algorithms, all variable names for weight operations should actually be something like weightOperations instead of the name of the interface (e.g. orderedMonoid).