Salome HOME
Documentation update with features and review corrections
[modules/adao.git] / src / daComposant / daAlgorithms / GradientTest.py
index 851a4e74131866c8f4f776aa0c4f179f111fdd91..14876e9268f447c2fb96a73b08c6166accb57d59 100644 (file)
@@ -117,7 +117,11 @@ class ElementaryAlgorithm(BasicObjects.Algorithm):
         self.setAttributes(
             tags=(
                 "Checking",
-            )
+            ),
+            features=(
+                "DerivativeNeeded",
+                "ParallelDerivativesOnly",
+            ),
         )
 
     def run(self, Xb=None, Y=None, U=None, HO=None, EM=None, CM=None, R=None, B=None, Q=None, Parameters=None):