# HG changeset patch # User ladanyi # Date 1164017661 0 # Node ID 108d6db4f32a7cdf4232e521c8ff073d255a1cd0 # Parent 005b3f927287186ddef9b71eb24020c4f57e9a7b Doc fix. diff -r 005b3f927287 -r 108d6db4f32a lemon/simann.h --- a/lemon/simann.h Tue Nov 14 09:49:26 2006 +0000 +++ b/lemon/simann.h Mon Nov 20 10:14:21 2006 +0000 @@ -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