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