Changes in version 2025-11-16 o Version 1.1.5 o Fix deprecrated use of SET_TYPEOF, replaced with public R API function call o Added missing Encoding: UTF-8 in DESCRIPTION file. Changes in version 2024-09-21 o Version 1.1.14.1 (non standard versioning from hornik) o Adjustements from hornik for API changes Changes in version 2024-01-15 o Version 1.1.13 o Fix valgrind findings o Fix passed seed for internal RNG Changes in version 2023-12-05 o Version 1.1.12 o src/Engine.cpp: Fix long int warning in Rprintf o Fix reverse depend issue with new check for trace.mat Changes in version 2023-11-27 o Version 1.1.11 o src/GenSA_init.c: Added registration of dynamic symbols. o src/Engine.cpp: Fixed Fedora warnings with Rprintf long int arguments. o src/Engine.cpp: Fixed no-improvement stoping criteria issue. Changes in version 2023-09-14 o Version 1.1.10 o src/Linpack.h: Added C declaration of BLAS routines (which will be removed soon in R core) Changes in version 2023-07-11 o Version 1.1.9 o src/Utils.h: Adjust include order to fix STL/clang17 conflicting issue with R internal includes order Changes in version 2023-02-09 o Version 1.1.8 o R/GenSA.R: Roxygen doc, better formatting of the code o src/Utils.h: Fix fedora/clang16 compilation issue fix o src/Caller.cpp: Fix the internal seeding that was not controlled by GenSA R function control argument. o CITATION: Replacing old-style citation with bibentry() o Fix first order dep issue Changes in version 2018-01-15 o Version: 1.1.7 o src/*.cpp,*.h: Fixed named vector transmission from C++ to R context o src/*.cpp,*.h: Expose internal seeding of the RG o R/GenSA.R: Fixed trace.mat and trace.fn options o src/*.cpp,*.h: Ensure package is following C++98 standard for Solaris as requested by Brian Ripley Changes in version 2016-02-09 o Version: 1.1.6 o R/GenSA.R: Add trace.mat option in control list o src/Engine.cpp: Fix memory leak in smooth search function Changes in version 2015-03-31 o Version: 1.1.5 o R/GenSA.R: Specify package name in .Call calls and put function name in quotes Changes in version 2014-01-13 o Version: 1.1.4 o inst/CITATION: Adjust publication date of the article Changes in version 2012-12-10 o Version: 1.1.3 o R/GenSA.R: Fix max.call according reviewer suggestion o R/GenSA.R: Replace temp by temperature according reviewer suggestion, add trace.fn argument o man/GenSA.Rd: Replace temp by temperature according reviewer suggestion, add simple.function control param, trace.fn Changes in version 2012-11-07 o Version: 1.1.2 o src/Engine.cpp: Fixing starting point generation o src/Engine.cpp: Fixing warnings on windows Changes in version 2012-10-11 o Version: 1.1.1 o src/Makevars: Fixing windows compilation issue Changes in version 2012-10-09 o Version: 1.1.0 o src/Engine.cpp: Re-annealing feature o src/Engine.h: Re-annealing feature o src/Utils.cpp: Remove calls to non public R API o src/Utils.cpp: Remove calls to non public R API o R/GenSA.R: Adjust the arguments order to be the same as optim o man/GenSA.Rd: Adjust the arguments order to be the same as optim Changes in version 2012-02-23 o Version: 1.0.3 o src/Engine.cpp: Reduce memory usage by removing unused matrix o src/Engine.cpp: Fix memory allocation for ls routine Changes in version 2011-12-13 o Version: 1.0.2 o man/GenSA.Rd: Fix truncated line in the help. Changes in version 2011-11-28 o Version: 1.0.1 o src/Caller.cpp: Fix compilation issue with std::vector o src/Utils.cpp: Fix compilation issue with ddMod function o src/Engine.cpp: Fix compilation warning Changes in version 2011-11-25 o Version: 1.0.0 o src/Caller.cpp: New file for wrapping the engine to R o src/Caller.h: New file for wrapping the engine to R o src/Engine.cpp: New C++ faster implementation o src/Engine.h: New C++ faster implementation o src/Utils.cpp: New file for util functions o src/Utils.h: New file for util functions o src/Tracer.cpp: New file for recording algorithm behavior o src/Tracer.h: New file for recording algorithm behavior Changes in version 2011-05-12 o NEWS: add NEWS file for tracking changes. o inst/CITATION: fix title of the package o DESCRIPTION: add Depends field