Constrained optimization: Difference between revisions

Content deleted Content added
Cydebot (talk | contribs)
m Robot - Moving category Optimization to Mathematical optimization per CFD at Wikipedia:Categories for discussion/Log/2008 August 14.
Line 5:
A constraint optimization problem can be defined as a regular [[constraint satisfaction problem]] in which constraints are weighted and the goal is to find a solution maximizing the weight of satisfied constraints.
 
AlternativeAlternatively, a constraint optimization problem can be defined as a regular constraint satisfaction problem augumented with a number of "local" cost functions. The aim of constraint optimization is to find a solution to the problem whose cost, evaluated as the sum of the cost functions, is maximized or minimized. The regular constraints are called ''hard constraints'', while the cost functions are called ''soft constraints''. These names illustrate that hard constraints are to be necessarily satisfied, while soft constraints only express a preference of some solutions (those having a high or low cost) over other ones (those having lower/higher cost).
 
==Branch and bound==