Salome HOME
Documentation update with features and review corrections
[modules/adao.git] / src / daComposant / daAlgorithms / ControledFunctionTest.py
index e38591c160cc78090ed098a21839a2a82a1eb537..3e615a23e5c3977d746a17b2c95af67e643d4a17 100644 (file)
@@ -78,7 +78,11 @@ class ElementaryAlgorithm(BasicObjects.Algorithm):
         self.setAttributes(
             tags=(
                 "Checking",
-            )
+            ),
+            features=(
+                "DerivativeFree",
+                "ParallelFree",
+            ),
         )
 
     def run(self, Xb=None, Y=None, U=None, HO=None, EM=None, CM=None, R=None, B=None, Q=None, Parameters=None):