Closed alexander-rass closed 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.
additional repository is generated with the part containing only arbitrary-precision at https://github.com/alexander-rass/arbitraryprecisioncalculation
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.