PyOptimizerBase
Last update: 05.08.2026class PyOptimizerBase.OptimizerBase
__init__()
Raises an exception This class cannot be instantiated from Python
adapt()
appraise()
finalize()
get_awaiting_designs() → matrix_type
get_best_design_numbers() → object
get_best_equalities() → matrix_type
get_best_inequalities() → matrix_type
get_best_inputs() → matrix_type
get_best_objectives() → matrix_type
get_criteria_success_info() → bitset_type
get_equalities() → matrix_type
get_inequalities() → matrix_type
get_inputs() → matrix_type
get_next_designs() → matrix_type
get_num_awaiting_designs() → int
get_objectives() → matrix_type
initialize(arg2: SettingsBase)
is_converged() → bool
is_terminated() → bool
set_criteria_success_info(arg2: bitset_type)
set_equalities(arg2: matrix_type)
set_inequalities(arg2: matrix_type)
set_inputs(arg2: matrix_type)
set_objectives(arg2: matrix_type)
set_terminated()
class PyOptimizerBase.SettingsBase
__init__()
Raises an exception This class cannot be instantiated from Python