نتایج جستجو برای: talonavicular coalition

تعداد نتایج: 7387  

2012
Haris Aziz Florian Brandl

• Appreciation of a coalition depends respectively on the most preferred and least preferred subcoalition(s). ‣ Preferences satisfy top responsiveness if the following conditions hold: i) each coalition contains a unique most preferred subcoalition (called a choice set); ii) appreciation of a coalition depends on the choice set; iii) if two coalitions have the same choice set, then the smaller ...

Journal: :Games and Economic Behavior 2009
André Casajus

In this paper, we introduce a component efficient value for TU games with a coalition structure which reflects the outside options of players within the same structural coalition. It is based on the idea that splitting a coalition should affect players who stay together in the same way. We show that for all TU games there is a coalition structure that is stable with respect to this value. Journ...

2011
Martina Husáková

Coordination and cooperation of artificial autonomous agents is activity for effective problems solution. Coalition formation is by one of cooperative mechanisms used in multi-agent systems. Various approaches of multi-agent coalition formation ensure coalition stability, optimal allocation of sources and payoff distribution for efficient achievement of individual or collective goals. The paper...

2013
Ulrich FAIGLE Michel GRABISCH

The Shapley value is defined as the average marginal contribution of a player, taken over all possible ways to form the grand coalition N when one starts from the empty coalition and adds players one by one. In a previous paper, the authors have introduced an allocation scheme for a general model of coalition formation where the evolution of the coalition of active players is ruled by a Markov ...

2010
Yoram Bachrach Reshef Meir Kyomin Jung Pushmeet Kohli

We consider optimizing the coalition structure in Coalitional Skill Games (CSGs), a succinct representation of coalitional games (Bachrach and Rosenschein 2008). In CSGs, the value of a coalition depends on the tasks its members can achieve. The tasks require various skills to complete them, and agents may have different skill sets. The optimal coalition structure is a partition of the agents t...

Journal: :IGTR 2015
Aymeric Lardon

The purpose of this article is to analyze a class of voting games in a partition approach. We consider a society in which coalitions can be formed and where a finite number of voters have to choose among a set of alternatives. A coalition is winning if it can veto any proposed alternative. In our model, the veto power of a coalition is dependent on the coalition formation of the outsiders. We s...

Journal: :Int. J. Game Theory 2008
Naoki Watanabe Shigeo Muto

Considering coalition structures formed by an external licensor of a patented technology and oligopolistic firms, we investigate licensing agreements that can be reached as the bargaining outcomes under those coalition structures. The cores for coalition structures are empty, unless the grand coalition forms. We give the necessary and sufficient condition for the core (for the grand coalition) ...

Journal: :Social Choice and Welfare 2008
Dinko Dimitrov Claus-Jochen Haake

We consider hedonic coalition formation games that are induced by a simple TUgame and a cooperative solution. For such models, Shenoy’s (1979) absence of the paradox of smaller coalitions provides a sufficient condition for core existence. We present three different versions of his condition in order to compare it to the top coalition property of Banerjee et al. (2001) that guarantees nonemptin...

2013
Harold Houba Gerard van der Laan Yuyu Zeng Hans-Peter Weikard Arantza Estévez-Fernández

We study coalition formation and the strategic timing of membership of an IEA for environmental issues in the Coalitional Bargaining Game (CBG) of Gomes (2005, Econometrica). For the general CBG, we derive the necessary and sufficient condition for immediate formation of the grand coalition. We apply the CBG to a river sharing problem with two symmetric upstream agents and one downstream agent....

2011
ANON SUKSTRIENWONG

The study of the buyer coalition has been reviewed by researchers for decades. However, there are few schemes applying ant colony optimization (ACO) for forming buyer coalition. In this paper, the approach called the Ant Colony for Buyer Coalition (ACBC) algorithm is proposed to form the buyer coalition with bundles of items. The main endeavor of the algorithm is to partition the whole group of...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->