gemseo / algos / opt

Show inherited members

opt_factory module

A factory to execute optimization algorithms from their name.

class gemseo.algos.opt.opt_factory.OptimizersFactory(use_cache=False)[source]

Bases: BaseAlgoFactory

Optimization libraries factory, see BaseAlgoFactory.

Parameters:

use_cache (bool) –

Whether to cache the created objects.

By default it is set to False.

Examples using OptimizersFactory

Analytical test case # 2

Analytical test case # 2