alexander-rass / HiPPSO

High Precision Particle Swarm Optimization (HiPPSO) is a particle swarm optimization (PSO) algorithm using arbitrary precision and is implemented in C++ using gmp library
Other
2 stars 1 forks source link

Renaming suggested: Modification -> Operation, VectorMergeOperation->VectorReduceOperation #2

Closed alexander-rass closed 7 years ago

alexander-rass commented 7 years ago

Classes where the name contains Modifications do not modify anything. They produce some "new" output while the input data stays the same. Suggestion: Change those classes to Operation instead of Modification Also VectorMergeOperation does not merge anything. Instead it reduces a vector valued object to a single object. Suggestion: Change VectorMergeOperation to VectorReduceOperation

alexander-rass commented 7 years ago

Renaming finished