gemseo.mda.base_mda_root module#
Base module for Newton algorithm variants for solving MDAs.
- class BaseMDARoot(disciplines, settings_model=None, **settings)[source]#
Bases:
BaseMDASolver
Abstract class implementing MDAs based on (Quasi-)Newton methods.
Initialize self. See help(type(self)) for accurate signature.
- Parameters:
disciplines (Sequence[Discipline]) -- The disciplines from which to compute the MDA.
settings_model (BaseMDARootSettings | None) -- The MDA settings as a Pydantic model. If
None
, use**settings
.**settings (Any) -- The MDA settings. These arguments are ignored when
settings_model
is notNone
.
- Settings#
The pydantic model for the settings.
alias of
BaseMDARootSettings
- settings: BaseMDARootSettings#
The settings of the MDA