Salome HOME
Documentation update with features and review corrections
[modules/adao.git] / src / daComposant / daAlgorithms / DifferentialEvolution.py
index 2d671bc68c49308991cc09e20523c0ad2ec0580e..0c0079779b5f086a0619c0b504fbec2ae253303d 100644 (file)
@@ -154,6 +154,10 @@ class ElementaryAlgorithm(BasicObjects.Algorithm):
                 "MetaHeuristic",
                 "Population",
             ),
+            features=(
+                "NonLocalOptimization",
+                "DerivativeFree",
+            ),
         )
 
     def run(self, Xb=None, Y=None, U=None, HO=None, EM=None, CM=None, R=None, B=None, Q=None, Parameters=None):