Salome HOME
Documentation update with features and review corrections
[modules/adao.git] / src / daComposant / daAlgorithms / NonLinearLeastSquares.py
index 2351c3dd5c1c14968d7867925c2a94805fef2e0c..371fd30bdaff04706091971c321f463b34579388 100644 (file)
@@ -147,7 +147,12 @@ class ElementaryAlgorithm(BasicObjects.Algorithm):
                 "Optimization",
                 "NonLinear",
                 "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):