Salome HOME
Documentation update with features and review corrections
[modules/adao.git] / src / daComposant / daAlgorithms / InterpolationByReducedModelTest.py
index 95127655762ac7470e32d418876eb126bb8f589b..c45a028c6a76fdbb36abb8650f252cdd7aa761b0 100644 (file)
@@ -84,7 +84,10 @@ class ElementaryAlgorithm(BasicObjects.Algorithm):
             tags=(
                 "Reduction",
                 "Interpolation",
-            )
+            ),
+            features=(
+                "DerivativeFree",
+            ),
         )
 
     def run(self, Xb=None, Y=None, U=None, HO=None, EM=None, CM=None, R=None, B=None, Q=None, Parameters=None):