Salome HOME
Documentation update with features and review corrections
[modules/adao.git] / src / daComposant / daAlgorithms / EnsembleOfSimulationGenerationTask.py
index 84adcec300ac7ab4ed879c7fbe5b6fbb07fa06b4..6751d318cb08115c0c910ad57d22f4f7d90fbf6d 100644 (file)
@@ -93,7 +93,11 @@ class ElementaryAlgorithm(BasicObjects.Algorithm):
             tags=(
                 "Reduction",
                 "Checking",
-            )
+            ),
+            features=(
+                "DerivativeFree",
+                "ParallelAlgorithm",
+            ),
         )
 
     def run(self, Xb=None, Y=None, U=None, HO=None, EM=None, CM=None, R=None, B=None, Q=None, Parameters=None):