12 research outputs found

    Solving the Coalition Structure Generation Problem on a GPU

    Get PDF
    We develop the first parallel algorithm for Coalition Structure Generation (CSG), which is central to many multi-agent systems applications. Our approach involves distributing the key steps of a dynamic programming approach to CSG across computational nodes on a Graphics Processing Unit (GPU) such that each of the thousands of threads of computation can be used to perform small computations that speed up the overall process. In so doing, we solve important challenges that arise in solving combinatorial optimisation problems on GPUs such as the efficient allocation of memory and computational threads to every step of the algorithm. In our empirical evaluations on a standard GPU, our results show an improvement of orders of magnitude over current dynamic programming approaches with an ever increasing divergence between the CPU and GPU-based algorithms in terms of growth. Thus, our algorithm is able to solve the CSG problem for 29 agents in one hour and thirty minutes as opposed to three days for the current state of the art dynamic programming algorithmsPeer Reviewe

    Paving the way for Large-Scale Combinatorial Auctions

    Get PDF
    The Winner Determination Problem (WDP) in Combinatorial Auctions comes up in a wide range of applications. Linear Programming (LP) relaxations are a standard method for approximating combinatorial optimisation problems. In this paper we propose how to encode the WDP so that it can be approximated with AD3. Moreover, we contribute with PAR-AD3, the first parallel implementation of AD3. We show that while AD3 is up to 4.6 times faster than CPLEX in a single-thread execution, PAR-AD3 is up to 23 times faster than parallel CPLEX in an 8-core architecture. Copyright © 2015, International Foundation for Autonomous Agents and Multiagent Systems (www.ifaamas.org). All rights reserved.This research has been supported by MICINN-Spain under contracts TIN2011-28689-C02-01, TIN2013-45732-C4-4-P and TIN2012-38876-C02-01.Peer reviewe

    Evaluation of the relationship between effervescent paracetamol and blood pressure: clinical trial

    Get PDF
    Background: Paracetamol's solubility is achieved by adding to the excipient sodium salts, either as bicarbonate, carbonate or citrate. As the relationship between salt and hypertension is well known, due to the sodium content it has raised a hypothesis that may interfere with the control of that risk factor. Therefore, the objective of this study is to evaluate the effect on blood pressure of effervescent paracetamol compared to non-effervescent, in hypertensive patients. Methods/Design: This is the protocol of a phase IV multicenter clinical trial, randomized, controlled, crossover, open, which will compare the effect of two different formulations of paracetamol (effervescent or non-effervescent) in the blood pressure of hypertensive patients, with a seven weeks follow up. 49 controlled hypertensive patients will be included (clinical BP lower than 150 and 95 mmHg, and lower than 135 mmHg and 85 mmHg in patients with diabetes or a history of cardiovascular event, and daytime ambulatory measurements lower than 140 and 90 mmHg) and mild to moderate pain (Visual Analog Scale between 1 and 4). The study was approved by the ethics committee of the Fundació Jordi Gol i Gurina and following standards of good clinical practice. The primary endpoint will be the variations in systolic BP in 24 h Ambulatory Blood Pressure Monitoring, considering significant differences 2 or more mmHg among those treated with non-effervescent and effervescent formulations. Intention-to-treat and per-protocol analysis will be held. Discussion: Despite the broad recommendation not to use effervescent drugs in patients with hypertension, there are relatively little studies that show exac tly this pressor effect due to sodium in salt that gives the effervescence of the product. This is the first clinical trial designed to study the effect of effervescence compared to the non-effervescent, in well-controlled hypertensive patients with mild to moderate pain, performed in routine clinical practic

    Role of age and comorbidities in mortality of patients with infective endocarditis

    Get PDF
    [Purpose]: The aim of this study was to analyse the characteristics of patients with IE in three groups of age and to assess the ability of age and the Charlson Comorbidity Index (CCI) to predict mortality. [Methods]: Prospective cohort study of all patients with IE included in the GAMES Spanish database between 2008 and 2015.Patients were stratified into three age groups:<65 years,65 to 80 years,and ≥ 80 years.The area under the receiver-operating characteristic (AUROC) curve was calculated to quantify the diagnostic accuracy of the CCI to predict mortality risk. [Results]: A total of 3120 patients with IE (1327 < 65 years;1291 65-80 years;502 ≥ 80 years) were enrolled.Fever and heart failure were the most common presentations of IE, with no differences among age groups.Patients ≥80 years who underwent surgery were significantly lower compared with other age groups (14.3%,65 years; 20.5%,65-79 years; 31.3%,≥80 years). In-hospital mortality was lower in the <65-year group (20.3%,<65 years;30.1%,65-79 years;34.7%,≥80 years;p < 0.001) as well as 1-year mortality (3.2%, <65 years; 5.5%, 65-80 years;7.6%,≥80 years; p = 0.003).Independent predictors of mortality were age ≥ 80 years (hazard ratio [HR]:2.78;95% confidence interval [CI]:2.32–3.34), CCI ≥ 3 (HR:1.62; 95% CI:1.39–1.88),and non-performed surgery (HR:1.64;95% CI:11.16–1.58).When the three age groups were compared,the AUROC curve for CCI was significantly larger for patients aged <65 years(p < 0.001) for both in-hospital and 1-year mortality. [Conclusion]: There were no differences in the clinical presentation of IE between the groups. Age ≥ 80 years, high comorbidity (measured by CCI),and non-performance of surgery were independent predictors of mortality in patients with IE.CCI could help to identify those patients with IE and surgical indication who present a lower risk of in-hospital and 1-year mortality after surgery, especially in the <65-year group

    Simulation vs Real Execution in DCOP Solving

    Get PDF
    This paper presents an experience on solving DCOP instances in a real, distributed scenario with up-to-date technology involving several machines and comparing this process with their solving in a simulator. From the result of this experience, we stress the importance of message communication time, orders of magnitude higher than the elements used in other proposed metrics to assess DCOP algorithms performance. Network latency, captured in message communication time, has an important impact in final performance and it must be necessarily taken into account to accurately approximate the elapsed time of the solving process. The results of this paper are an indicator of this, and we think they may be of interest for the Distributed Constraint Reasoning (DCR) community.Peer Reviewe

    Parallelisation and Application of AD 3 as a Method for Solving Large Scale Combinatorial Auctions

    No full text
    Auctions, and combinatorial auctions (CAs), have been successfully employed to solve coordination problems in a wide range of application domains. However, the scale of CAs that can be optimally solved is small because of the complexity of the winner determination problem (WDP), namely of finding the bids that maximise the auctioneer’s revenue. A way of approximating the solution of a WDP is to solve its linear programming relaxation. The recently proposed Alternate Direction Dual Decomposition algorithm (AD3) has been shown to efficiently solve large-scale LP relaxations. Hence, in this paper we show how to encode the WDP so that it can be approximated by means of AD3. Moreover, we present PAR-AD3, the first parallel implementation of AD3. PAR-AD3 shows to be up to 12.4 times faster than CPLEX in a single-thread execution, and up to 23 times faster than parallel CPLEX in an 8-core architecture. Therefore PARAD3 becomes the algorithm of choice to solve large-scale WDP LP relaxations for hard instances. Furthermore, PAR-AD3 has potential when considering largescale coordination problems that must be solved as optimisation problems.Research supported by MICINN projects TIN2011-28689-C02-01, TIN2013-45732-C4-4-P and TIN2012-38876-C02-0

    Evaluation of the relationship between effervescent paracetamol and blood pressure: clinical trial

    No full text
    Background: Paracetamol's solubility is achieved by adding to the excipient sodium salts, either as bicarbonate, carbonate or citrate. As the relationship between salt and hypertension is well known, due to the sodium content it has raised a hypothesis that may interfere with the control of that risk factor. Therefore, the objective of this study is to evaluate the effect on blood pressure of effervescent paracetamol compared to non-effervescent, in hypertensive patients. Methods/Design: This is the protocol of a phase IV multicenter clinical trial, randomized, controlled, crossover, open, which will compare the effect of two different formulations of paracetamol (effervescent or non-effervescent) in the blood pressure of hypertensive patients, with a seven weeks follow up. 49 controlled hypertensive patients will be included (clinical BP lower than 150 and 95 mmHg, and lower than 135 mmHg and 85 mmHg in patients with diabetes or a history of cardiovascular event, and daytime ambulatory measurements lower than 140 and 90 mmHg) and mild to moderate pain (Visual Analog Scale between 1 and 4). The study was approved by the ethics committee of the Fundació Jordi Gol i Gurina and following standards of good clinical practice. The primary endpoint will be the variations in systolic BP in 24 h Ambulatory Blood Pressure Monitoring, considering significant differences 2 or more mmHg among those treated with non-effervescent and effervescent formulations. Intention-to-treat and per-protocol analysis will be held. Discussion: Despite the broad recommendation not to use effervescent drugs in patients with hypertension, there are relatively little studies that show exac tly this pressor effect due to sodium in salt that gives the effervescence of the product. This is the first clinical trial designed to study the effect of effervescence compared to the non-effervescent, in well-controlled hypertensive patients with mild to moderate pain, performed in routine clinical practic

    Role of age and comorbidities in mortality of patients with infective endocarditis.

    No full text
    The aim of this study was to analyse the characteristics of patients with IE in three groups of age and to assess the ability of age and the Charlson Comorbidity Index (CCI) to predict mortality. Prospective cohort study of all patients with IE included in the GAMES Spanish database between 2008 and 2015.Patients were stratified into three age groups: A total of 3120 patients with IE (1327  There were no differences in the clinical presentation of IE between the groups. Age ≥ 80 years, high comorbidity (measured by CCI),and non-performance of surgery were independent predictors of mortality in patients with IE.CCI could help to identify those patients with IE and surgical indication who present a lower risk of in-hospital and 1-year mortality after surgery, especially in th

    Infective Endocarditis in Patients With Bicuspid Aortic Valve or Mitral Valve Prolapse

    No full text
    corecore