ACM Home Page
Please provide us with feedback. Feedback
Making hard constraints soft
Full text PdfPdf (58 KB)
Source ACM SIGNUM Newsletter archive
Volume 22 ,  Issue 1  (January 1987) table of contents
Pages: 11 - 11  
Year of Publication: 1987
ISSN:0163-5778
Author
Publisher
ACM  New York, NY, USA
Bibliometrics
Downloads (6 Weeks): 0,   Downloads (12 Months): 12,   Citation Count: 1
Additional Information:

abstract   cited by   index terms   collaborative colleagues  

Tools and Actions: Review this Article  
DOI Bookmark: Use this link to bookmark this Article: http://doi.acm.org/10.1145/24680.24683
What is a DOI?

ABSTRACT

Search algorithms solve a problem by evaluating a user defined function at a sequence of points that tend to converge to the desired solution. If the function contains an expression such as (cos x - ey sin z)1/2 which can not be evaluated at some points, the search algorithm may fail at some intermediate point. Faced with such a problem one is inclined to think of using an algorithm that allows one to impose constraints. (For this example, cos x - ey sin z ≥ 0.) But unlike most constraints that are imposed, we need to impose the condition that no attempt be made to evaluate the function (or perhaps another constraint) when the constraint is not satisfied. I call such a constraint a "hard" constraint.2