base_problem module¶
Provide the base class for problems.
- class gemseo.algos.base_problem.BaseProblem[source]
Bases:
ABCBase class for problems.
- abstract check()[source]
Check the problem.
- Return type:
None
Examples using BaseProblem¶
Multi-objective Binh-Korn example with the mNBI algorithm
Multi-objective Binh-Korn example with the mNBI algorithm
Multi-objective Fonseca-Fleming example with the mNBI algorithm
Multi-objective Fonseca-Fleming example with the mNBI algorithm
Multi-objective Poloni example with the mNBI algorithm
Multi-objective Poloni example with the mNBI algorithm