Salome HOME
Documentation update with features and review corrections
[modules/adao.git] / src / daComposant / daAlgorithms / QuantileRegression.py
index 921793a72debee22e9859712c8839fce9d18132c..3fc63ce186fb3a1ca82a610741e62ef739605aab 100644 (file)
@@ -101,7 +101,11 @@ class ElementaryAlgorithm(BasicObjects.Algorithm):
                 "Optimization",
                 "Risk",
                 "Variational",
-            )
+            ),
+            features=(
+                "LocalOptimization",
+                "DerivativeNeeded",
+            ),
         )
 
     def run(self, Xb=None, Y=None, U=None, HO=None, EM=None, CM=None, R=None, B=None, Q=None, Parameters=None):