diff --git a/kadmos/graph/graph_data.py b/kadmos/graph/graph_data.py index 14ec96ee6f891acbcf50c868c18649ae566b968e..269f098ff7d770d647b84b216edc5329ee28be3c 100644 --- a/kadmos/graph/graph_data.py +++ b/kadmos/graph/graph_data.py @@ -5554,11 +5554,12 @@ class MdaoDataGraph(DataGraph, MdaoMixin): architecture_role=self.ARCHITECTURE_ROLES_FUNS[1], label=label, instance=1, - settings={'algorithm': 'Dakota Quasi-Newton method', + settings={'package': 'SciPy', + 'algorithm': 'SLSQP', 'maximum_iterations': 1000, 'maximum_function_evaluations': 1000, - 'constraint_tolerance': 1e-4, 'convergence_tolerance': 1e-4, + 'constraint_tolerance': 1e-4, 'apply_scaling': True}) assert isinstance(design_variable_nodes, list) for des_var in design_variable_nodes: