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

Extract Operations to separate repository #3

Closed alexander-rass closed 7 years ago

alexander-rass commented 7 years ago

The operations concerning mpf_t should be extracted to another repository as it can be relevant to other users without the context of particle swarm optimization as it supports many useful functions like for example trigonometric functions while using arbitrary precision. Afterwards it can be used in this repository as a library.

alexander-rass commented 7 years ago

operations, random number generators, and its tests are separated from pso. Therefore it could now be put to another repository. Code should still stay here to guarantee that a release contains the complete source files.

alexander-rass commented 7 years ago

additional repository is generated with the part containing only arbitrary-precision at https://github.com/alexander-rass/arbitraryprecisioncalculation