search for: exahustively

Displaying 3 results from an estimated 3 matches for "exahustively".

2016 Dec 18
1
llvm (the middle-end) is getting slower, December edition
On Sun, Dec 18, 2016 at 11:10 AM, Philip Reames <listmail at philipreames.com> wrote: > On 12/17/2016 01:35 PM, Davide Italiano via llvm-dev wrote: >> [...] > > I'd really like to see a profile which broke down the time spent in Value > Propagation and LVI. As the person who has touched both most recently, I am > probably the responsible party. At the same time,
2002 Jun 19
1
best selection of covariates (for each individual)
...ncentration coefficient) for IxJ contingency tables. Since for every subject with m "present" covars, there are m possible contingency tables, and there are many subjects with multiple present covars, there is an astronomical number of possible contingency tables, and we can not do an exahustively search (nor do I see an obvious way to simplify the problem from tau's definition, because we have 12 categories to predict based on the 8 covars). I would use a genetic algorithm to try and find a decent solution. Approach 2: set this up as a multinomial loglinear model. Fit it (using mu...
2016 Dec 18
0
llvm (the middle-end) is getting slower, December edition
On 12/17/2016 01:35 PM, Davide Italiano via llvm-dev wrote: > First of all, sorry for the long mail. > Inspired by the excellent analysis Rui did for lld, I decided to do > the same for llvm. > I'm personally very interested in build-time for LTO configuration, > with particular attention to the time spent in the optimizer. > Rafael did something similar back in March, so