2012-12-10: Sylvain Gubian
* 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
2012-11-07: Sylvain Gubian
* Version: 1.1.2
*src/Engine.cpp: Fixing starting point generation
*src/Engine.cpp: Fixing warnings on windows
2012-10-11: Sylvain Gubian
* Version: 1.1.1
*src/Makevars: Fixing windows compilation issue
2012-10-09: Sylvain Gubian
* 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
2012-02-23: Sylvain Gubian
*Version: 1.0.3
*src/Engine.cpp: Reduce memory usage by removing unused matrix
*src/Engine.cpp: Fix memory allocation for ls routine
2011-12-13 Sylvain Gubian
* Version: 1.0.2
*man/GenSA.Rd: Fix truncated line in the help.
2011-11-28 Sylvain Gubian
* 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
2011-11-25 Sylvain Gubian
* 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
2011-05-12 Sylvain Gubian
* NEWS: add NEWS file for tracking changes.
* inst/CITATION: fix title of the package
* DESCRIPTION: add Depends field