gemseo / algos / doe

Show inherited members

doe_factory module

A factory to execute DOE algorithms from their class names.

class gemseo.algos.doe.doe_factory.DOEFactory(use_cache=False)[source]

Bases: BaseAlgoFactory

DOE factory to create DOE libraries, see BaseAlgoFactory.

Parameters:

use_cache (bool) –

Whether to cache the created objects.

By default it is set to False.

Examples using DOEFactory

Pareto front on Binh and Korn problem

Pareto front on Binh and Korn problem

Analytical test case # 2

Analytical test case # 2

Analytical test case # 3

Analytical test case # 3

Optimal LHS vs LHS

Optimal LHS vs LHS