car_side_impact
- desdeo_problem.testproblems.car_side_impact(three_obj=True, var_iv=array([1., 0.9, 1., 1., 1.75, 0.8, 0.8]))[source]
Car-side impact problem.
- Parameters:
three_obj (bool) – If true, utilize three objectives version. If false, utilize four objectives version. Default is true.
var_iv (np.array) – Optional, initial variable values. Defaults are [1, 0.9, 1, 1, 1.75, 0.8, 0.8]. x1 ∈ [0.5, 1.5], x2 ∈ [0.45, 1.35], x3 ∈ [0.5, 1.5], x4 ∈ [0.5, 1.5], x5 ∈ [0.875, 2.625], x6 ∈ [0.4, 1.2] and x7 ∈ [0.4, 1.2].
- Returns:
a problem object.
- Return type: