 
 
 
 
 
 
 
  
 Next: Optimization with function and
 Up: Optimization with function evaluation
 Previous: Return code
     Contents 
In this version of
ALIAS there is no direct way to deal with inequalities that
are valid for the same function (e.g. 
 ), which mean that you will have to declare two inequalities
(which imply that the quantity
), which mean that you will have to declare two inequalities
(which imply that the quantity  will be evaluated twice).
 But in the previous procedure there is a way to avoid writing 
two inequalities. In the function evaluation procedure you will just
compute
 will be evaluated twice).
 But in the previous procedure there is a way to avoid writing 
two inequalities. In the function evaluation procedure you will just
compute  and declare this function as an inequality of type
 and declare this function as an inequality of type
 . After having computed the interval evaluation
. After having computed the interval evaluation  
 
- if
this interval is strictly included in 
![$[\alpha,\beta]$](img738.png) substitute the interval of substitute the interval of by the value -1 (or any negative number) by the value -1 (or any negative number)
- if this interval has no intersection with 
![$[\alpha,\beta]$](img738.png) substitute the interval of substitute the interval of by the value 1 (or any positive number) by the value 1 (or any positive number)
- if this interval has an intersection with  
![$[\alpha,\beta]$](img738.png) but
is not strictly included in it, then 
substitute the interval of but
is not strictly included in it, then 
substitute the interval of by the interval [-1,1] by the interval [-1,1]
 
 
 
 
 
 
 
  
 Next: Optimization with function and
 Up: Optimization with function evaluation
 Previous: Return code
     Contents 
Jean-Pierre Merlet
2012-12-20