Salome HOME
Documentation update with features and review corrections
[modules/adao.git] / src / daComposant / daAlgorithms / LinearLeastSquares.py
index b827d6260f925a3acddacf193fb0103e3b5d784c..7f86dc6ab32b3b71d1613e5dd3e63c95f3ff4700 100644 (file)
@@ -85,7 +85,12 @@ class ElementaryAlgorithm(BasicObjects.Algorithm):
                 "Optimization",
                 "Linear",
                 "Variational",
-            )
+            ),
+            features=(
+                "LocalOptimization",
+                "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):