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

restart deletes files #5

Closed alexander-rass closed 5 years ago

alexander-rass commented 5 years ago

When the program is called with parameter restart, a configuration file and a backup file then the configuration file and the backup file are just cleared if they new configuration backup (confBU) file and the backup file match the given filenames. The data is then lost and the program terminates.

alexander-rass commented 5 years ago

Resolved Issue