= Goal programming
{wiki=Goal_programming}
Goal programming is a branch of multi-criteria decision-making and optimization that involves finding solutions to problems that have multiple, often conflicting objectives. It extends linear programming by allowing decision-makers to prioritize and balance those competing goals rather than focusing on a single objective. \#\#\# Key Features of Goal Programming: 1. **Multiple Goals**: Unlike traditional linear programming, which typically optimizes a single objective function, goal programming allows for the consideration of several goals simultaneously.
Back to article page