Sciweavers

2550 search results - page 187 / 510
» Difference Decision Diagrams
Sort
View
ASIAN
2004
Springer
109views Algorithms» more  ASIAN 2004»
15 years 12 months ago
Online Stochastic and Robust Optimization
This paper considers online stochastic optimization problems where uncertainties are characterized by a distribution that can be sampled and where time constraints severely limit t...
Russell Bent, Pascal Van Hentenryck
EWCBR
2004
Springer
15 years 12 months ago
Explanation Oriented Retrieval
This paper is based on the observation that the nearest neighbour in a case-based prediction system may not be the best case to explain a prediction. This observation is based on t...
Dónal Doyle, Padraig Cunningham, Derek G. B...
VLDB
1999
ACM
107views Database» more  VLDB 1999»
15 years 10 months ago
The Value of Merge-Join and Hash-Join in SQL Server
Microsoft SQL Server was successful for many years for transaction processing and decision support workloads with neither merge join nor hash join, relying entirely on nested loop...
Goetz Graefe
MICRO
1992
IEEE
99views Hardware» more  MICRO 1992»
15 years 10 months ago
An investigation of the performance of various dynamic scheduling techniques
An important design decision in the implementation of a superscalar processor is the amount of hardware to allocate to the instruction scheduling mechanism. Dynamic scheduling pro...
Michael Butler, Yale N. Patt
IWMM
2000
Springer
94views Hardware» more  IWMM 2000»
15 years 10 months ago
Dynamic Adaptive Pre-Tenuring
In a generational garbage collector, a pre-tenured object is one that is allocated directly in the old generation. Pretenuring long-lived objects reduces the number of times that ...
Timothy L. Harris