Salome HOME
Documentation update with features and review corrections
[modules/adao.git] / src / daComposant / daAlgorithms / ParallelFunctionTest.py
index 88b4eafc8fdc08c6ac7b778d1c863108f809c371..fe32909b0b77dc3705f356dae4e6f97e4fdc6f6f 100644 (file)
@@ -77,7 +77,11 @@ class ElementaryAlgorithm(BasicObjects.Algorithm):
         self.setAttributes(
             tags=(
                 "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):