gemseo.algos.progress_bar_data.data module#

Progress bar data of an optimization problem.

class ProgressBarData(problem)[source]#

Bases: BaseProgressBarData

The data of an optimization problem to be displayed in the progress bar.

Parameters:

problem (OptimizationProblem) -- The optimization problem from which to retrieve the data.

get(input_value)[source]#

Return the data to be displayed in the progress bar.

Parameters:

input_value (HashableNdarray | None) -- The input value related to this data, if any.

Returns:

The data to be displayed in the progress bar.

Return type:

StrKeyMapping