From d627e408a7802b196a5cf1216ae44f5461981ffa Mon Sep 17 00:00:00 2001 From: LPTK Date: Fri, 19 Jul 2013 13:48:45 +0200 Subject: [PATCH] updated news messages --- eo/NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/eo/NEWS b/eo/NEWS index 6657f36b8..0723eec0e 100644 --- a/eo/NEWS +++ b/eo/NEWS @@ -1,4 +1,8 @@ * current release: + - added an EOT& parameter to the moCoolingSchedule::update interface method because some cooling schedules need it + - eoMonitor's are no more executed in moCheckpoint::init to prevent access to uninitialized data + - renamed classes moSAexplorer->moSAExplorer, MetropolisHasting->MetropolisHastings and MetropolisHastingExplorer -> MetropolisHastingsExplorer + - reordered param order in moSA's 2nd constructor ('cool' is now before 'eval' because 'eval' now has a default value) * release 1.3.1 (2012-07-27) - the eo::mpi modules is no longer dependent from boost::mpi