[Lemon-commits] ladanyi: r3077 - hugo/trunk/lemon
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 20 11:14:23 CET 2006
Author: ladanyi
Date: Mon Nov 20 11:14:21 2006
New Revision: 3077
Modified:
hugo/trunk/lemon/simann.h
Log:
Doc fix.
Modified: hugo/trunk/lemon/simann.h
==============================================================================
--- hugo/trunk/lemon/simann.h (original)
+++ hugo/trunk/lemon/simann.h Mon Nov 20 11:14:21 2006
@@ -83,6 +83,7 @@
};
/// \brief Simulated annealing abstract base class.
+ ///
/// Can be used to derive a custom simulated annealing class if \ref SimAnn
/// doesn't fit your needs.
class SimAnnBase {
@@ -214,6 +215,7 @@
};
/// \brief A simple controller for the simulated annealing class.
+ ///
/// This controller starts from a given initial temperature and evenly
/// decreases it.
class SimpleController : public ControllerBase {
@@ -265,6 +267,7 @@
/// \brief A controller with preset running time for the simulated annealing
/// class.
+ ///
/// With this controller you can set the running time of the annealing
/// process in advance. It works the following way: the controller measures
/// a kind of divergence. The divergence is the difference of the average
More information about the Lemon-commits
mailing list