Results 1 - 10
of
206
Interval arithmetic: From principles to implementation
- J. ACM
"... We start with a mathematical definition of a real interval as a closed, connected set of reals. Interval arithmetic operations (addition, subtraction, multiplication and division) are likewise defined mathematically and we provide algorithms for computing these operations assuming exact real arithme ..."
Abstract
-
Cited by 59 (7 self)
- Add to MetaCart
We start with a mathematical definition of a real interval as a closed, connected set of reals. Interval arithmetic operations (addition, subtraction, multiplication and division) are likewise defined mathematically and we provide algorithms for computing these operations assuming exact real arithmetic. Next, we define interval arithmetic operations on intervals with IEEE 754 floating point endpoints to be sound and optimal approximations of the real interval operations and we show that the IEEE standard’s specification of operations involving the signed infinities, signed zeros, and the exact/inexact flag are such as to make a correct and optimal implementation more efficient. From the resulting theorems we derive data that are sufficiently detailed to convert directly to a program for efficiently implementing the interval operations. Finally we extend these results to the case of general intervals, which are defined as connected sets of reals that are not necessarily closed. 1
Interval Analysis on Directed Acyclic Graphs for Global Optimization
- J. Global Optimization
, 2004
"... A directed acyclic graph (DAG) representation of optimization problems represents each variable, each operation, and each constraint in the problem formulation by a node of the DAG, with edges representing the ow of the computation. ..."
Abstract
-
Cited by 32 (7 self)
- Add to MetaCart
A directed acyclic graph (DAG) representation of optimization problems represents each variable, each operation, and each constraint in the problem formulation by a node of the DAG, with edges representing the ow of the computation.
On the Complexity of Isolating Real Roots and Computing with Certainty the Topological Degree
, 2002
"... In this contribution the isolation of real roots and the computation of the topological degree... ..."
Abstract
-
Cited by 31 (14 self)
- Add to MetaCart
In this contribution the isolation of real roots and the computation of the topological degree...
Enhanced Interval Analysis for Phase Stability: Cubic Equation of State Models
- IND. ENG. CHEM. RES
, 1998
"... The reliable prediction of phase stability is a challenging computational problem in chemical process simulation, optimization and design. The phase stability problem can be formulated either as a minimization problem or as an equivalent nonlinear equation solving problem. Conventional solution meth ..."
Abstract
-
Cited by 29 (20 self)
- Add to MetaCart
The reliable prediction of phase stability is a challenging computational problem in chemical process simulation, optimization and design. The phase stability problem can be formulated either as a minimization problem or as an equivalent nonlinear equation solving problem. Conventional solution methods are initialization dependent, and may fail by converging to trivial or non-physical solutions or to a point that is a local but not global minimum. Thus there has been considerable recent interest in developing more reliable techniques for stability analysis. Recently we have demonstrated, using cubic equation of state models, a technique that can solve the phase stability problem with complete reliability. The technique, which is based on interval analysis, is initialization independent, and if properly implemented provides a mathematical guarantee that the correct solution to the phase stability problem has been found. However, there is much room for improvement in the computational efficiency of the technique. In this paper we consider two means of enhancing the efficiency of the method, both based on sharpening the range of interval function evaluations. Results indicate that by using the enhanced method, computation times can be reduced by nearly an order of magnitude in some cases.
Novel Approaches to Numerical Software with Result Verification
- Numerical Software with Result Verification, International Dagstuhl Seminar, Dagstuhl
, 2003
"... Abstract. Traditional design of numerical software with result verification is based on the assumption that we know the algorithm ¦¨§� © ©���� £��������� � that transforms input © ©�� into �� � £��������� � ©���� the output, and we £��������� � know the intervals of possible values of the inputs. Ma ..."
Abstract
-
Cited by 27 (19 self)
- Add to MetaCart
Abstract. Traditional design of numerical software with result verification is based on the assumption that we know the algorithm ¦¨§� © ©���� £��������� � that transforms input © ©�� into �� � £��������� � ©���� the output, and we £��������� � know the intervals of possible values of the inputs. Many real-life problems go beyond this paradigm. In some cases, we do not have an algorithm ¦, we only know some relation (constraints) between ©� � and. In other cases, in addition to knowing the intervals, we may know some relations between; we may have some information about the probabilities of different values of © � , and we may know the exact values of some of the inputs (e.g., we may know that © £ ���¨�� �). In this paper, we describe the approaches for solving these real-life problems. In Section 2, we describe interval consistency techniques related to handling constraints; in Section 3, we describe techniques that take probabilistic information into consideration, and in Section 4, we overview techniques for processing exact real numbers. 1
Motivations for an arbitrary precision interval arithmetic and the MPFI library
- Reliable Computing
, 2002
"... Nowadays, computations involve more and more operations and consequently errors. The limits of applicability of some numerical algorithms are now reached: for instance the theoretical stability of a dense matrix factorization (LU or QR) is ensured under the assumption that n 3 u < 1, where n is the ..."
Abstract
-
Cited by 24 (7 self)
- Add to MetaCart
Nowadays, computations involve more and more operations and consequently errors. The limits of applicability of some numerical algorithms are now reached: for instance the theoretical stability of a dense matrix factorization (LU or QR) is ensured under the assumption that n 3 u < 1, where n is the dimension of the matrix and u = 1 + − 1, with 1 + the smallest floating-point larger than 1; this means that n must be less than 200,000, which is almost reached by modern simulations. The numerical quality of solvers is now an issue, and not only their mathematical quality. Let us cite studies performed by the CEA (French Nuclear Agency) on the simulation of nuclear plant accidents and also softwares controlling and possibly correcting numerical programs, such as Cadna [10] or Cena [20]. Another approach consists in computing with certified enclosures, namely interval arithmetic [21, 2, 18]. The fundamental principle of this arithmetic consists in replacing every number by an interval enclosing it. For instance, π cannot be exactly represented using a binary or decimal arithmetic, but it
Globally convergent autocalibration using interval analysis
- PAMI
, 2004
"... Università degli studi di Verona We address the problem of autocalibration of a moving camera with unknown constant intrinsic parameters. Existing autocalibration techniques use numerical optimization algorithms whose convergence to the correct result cannot be guaranteed, in general. To address thi ..."
Abstract
-
Cited by 23 (8 self)
- Add to MetaCart
Università degli studi di Verona We address the problem of autocalibration of a moving camera with unknown constant intrinsic parameters. Existing autocalibration techniques use numerical optimization algorithms whose convergence to the correct result cannot be guaranteed, in general. To address this problem, we have developed a method where an interval branchand-bound method is employed for numerical minimization. Thanks to the properties of Interval Analysis this method converges to the global solution with mathematical certainty and arbitrary accuracy, and the only input information it requires from the user are a set of point correspondences and a search box. The cost function is based on the Huang-Faugeras constraint of the fundamental matrix, and a closed form expression for its Jacobian and Hessian matrices is derived through matrix differential calculus. A recently proposed interval extension based on Bernstein polynomial forms has been investigated to speed up the search for the solution. Finally, experimental results on synthetic and real images are presented.
Optimization Strategies for the Approximate GCD Problem
- In Proc. ISSAC'98
, 1998
"... We describe algorithms for computing the greatest common divisor (GCD) of two univariate polynomials with inexactlyknown coefficients. Assuming that an estimate for the GCD degree is available (e.g., using an SVD-based algorithm), we formulate and solve a nonlinear optimization problem in order to d ..."
Abstract
-
Cited by 19 (2 self)
- Add to MetaCart
We describe algorithms for computing the greatest common divisor (GCD) of two univariate polynomials with inexactlyknown coefficients. Assuming that an estimate for the GCD degree is available (e.g., using an SVD-based algorithm), we formulate and solve a nonlinear optimization problem in order to determine the coefficients of the "best" GCD. We discuss various issues related to the implementation of the algorithms and present some preliminary test results. 1 Introduction There are many applications in which it is necessary to compute the greatest common divisor (GCD) of two or more polynomials. For example, symbolic computation programs must be able to simplify rational functions, such as (x 2 + 4x + 4)=(x + 2). Sometimes, the coefficients may be inexact, due to the accumulation of floating-point errors or to imprecise input (e.g., the coefficients come from physical measurements). This situation can cause great difficulties in GCD computation. Suppose we have p(x) = x 2 +3:999x...
A Comparison of Complete Global Optimization Solvers
"... Results are reported of testing a number of existing state of the art solvers for global constrained optimization and constraint satisfaction on a set of over 1000 test problems in up to 1000 variables. ..."
Abstract
-
Cited by 19 (4 self)
- Add to MetaCart
Results are reported of testing a number of existing state of the art solvers for global constrained optimization and constraint satisfaction on a set of over 1000 test problems in up to 1000 variables.

