High Precision Particle Swarm Optimization (HiPPSO) is a particle swarm optimization (PSO) algorithm using arbitrary precision and is implemented in C++ using gmp library
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
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