Skip to content

AlgorithmManager

AlgorithmManager

AlgorithmManager(analysis_manager)

Bases: TaggedComponentManager[Algorithm]

Methods:

linear

linear(**kwargs) -> Algorithm

newton

newton(**kwargs) -> Algorithm

modifiednewton

modifiednewton(**kwargs) -> Algorithm

newtonlinesearch

newtonlinesearch(**kwargs) -> Algorithm

krylovnewton

krylovnewton(**kwargs) -> Algorithm

secantnewton

secantnewton(**kwargs) -> Algorithm

bfgs

bfgs(**kwargs) -> Algorithm

broyden

broyden(**kwargs) -> Algorithm

expressnewton

expressnewton(**kwargs) -> Algorithm