X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FdaComposant%2FdaAlgorithms%2FDerivativeFreeOptimization.py;h=78e2a3068b523be0d209d628dc0ec5e656ce6547;hb=44f76651d9b8e83d196d710205de80900f206472;hp=93eea8821e58d2922a108c3b7fc64ea4771aca0e;hpb=399bf07d932a29e8adb8996e76de7ae3240eefa8;p=modules%2Fadao.git diff --git a/src/daComposant/daAlgorithms/DerivativeFreeOptimization.py b/src/daComposant/daAlgorithms/DerivativeFreeOptimization.py index 93eea88..78e2a30 100644 --- a/src/daComposant/daAlgorithms/DerivativeFreeOptimization.py +++ b/src/daComposant/daAlgorithms/DerivativeFreeOptimization.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2008-2020 EDF R&D +# Copyright (C) 2008-2021 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -33,7 +33,14 @@ class ElementaryAlgorithm(BasicObjects.Algorithm): default = "BOBYQA", typecast = str, message = "Minimiseur utilisé", - listval = ["BOBYQA", "COBYLA", "NEWUOA", "POWELL", "SIMPLEX", "SUBPLEX"], + listval = [ + "BOBYQA", + "COBYLA", + "NEWUOA", + "POWELL", + "SIMPLEX", + "SUBPLEX", + ], ) self.defineRequiredParameter( name = "MaximumNumberOfSteps",