gemseo / algos

Hide inherited members

base_problem module

Provide the base class for problems.

class gemseo.algos.base_problem.BaseProblem[source]

Bases: ABC

Base class for problems.

abstract check()[source]

Check the problem.

Return type:

None

Examples using BaseProblem

Analytical test case # 2

Analytical test case # 2

Analytical test case # 3

Analytical test case # 3

Solve an ODE: the Van der Pol problem

Solve an ODE: the Van der Pol problem

Change the seed of a DOE

Change the seed of a DOE

Convert a database to a dataset

Convert a database to a dataset

Pareto front on Binh and Korn problem

Pareto front on Binh and Korn problem