Epsilon Constraints method:
1. If we have n objectives, we should be able to anyhow know the max and min bound of n-1 objectives
2. We should be able to convert the range of each objective values into finite number of discrete values, starting from the min value and ending at the max value
3. One objective will be used as the objective function, and the remaining objectives will be used as constraints using the epsilon value as the bound. The value of epsilon will be varied in each iteration. There will be n-1 nested loops. We have to iterate the epsilon value of these constraints effectively so that it still gives us a good solution but take less time to solve.
In general, lower value of n takes low computational time.
In general, to have an optimal solution, n-1 objective value ranges should be discrete integer numbers. That is, the values of epsilon can be only integer numbers. This is a way to get an optimal solution.
--
---
You received this message because you are subscribed to the Google Groups "Gurobi Optimization" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gurobi+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to gurobi+un...@googlegroups.com.