ShreyaPriyanil
ShreyaPriyanil
Hi, I am trying to run a multi-objective optimization on my problem which looks like this: --------------------------------------------------------------------------------------------------- class LoadOptCWT3(FloatProblem): def __init__(self): super(LoadOptCWT3, self).__init__() self.number_of_variables = 23 self.number_of_objectives = 2 self.number_of_constraints...
Hi, I am trying to run a multi-objective optimization on my problem which looks like this: --------------------------------------------------------------------------------------------------- class LoadOptCWT3(FloatProblem): def __init__(self): super(LoadOptCWT3, self).__init__() self.number_of_variables = 23 self.number_of_objectives = 2 self.number_of_constraints...