I would like to write a multi objective function for optimizing several variables. However, I would like only certain objective functions effect certain optimization variables. For example, for a multi objective function of F = [f1 f2 f3] and optimization variables x = [x1 x2 x3], I would like x1 to be effected by f1 but not f2 or f3 etc. Optimization of all the variables should be performed together and I cannot assume that x2 and x3 for example are constant while I optimize for x1 . Is there an optimization algorithm that can handle this problem?

Thanks,

More Chaitanya Sampara's questions See All
Similar questions and discussions