]> SALOME platform Git repositories - modules/yacs.git/blobdiff - src/engine/Pool.hxx
Salome HOME
More documentation about the OptimizerLoop.
[modules/yacs.git] / src / engine / Pool.hxx
index 3fd53c97c17f1911796af207c57db801643a0fa6..efd2937779fc936a9136bdd2bde66b72d84543f4 100644 (file)
@@ -32,6 +32,12 @@ namespace YACS
     class Any;
     class OptimizerLoop;
 
+    /*! \brief Pool used to manage the samples of the optimizer loop plugin.
+     *  
+     *  Every sample has an identifier (Id), a priority, an initial value (In)
+     *  and an evaluation value (Out).
+     *  The current sample is the sample used by the latest terminated evaluation.
+     */
     class YACSLIBENGINE_EXPORT Pool
     {
       friend class OptimizerLoop;