STEFANOVITCH Nicolas
Team : SMA
Invited by : Amal EL FALLAH SEGHROUCHNI
Arrival date : 10/23/2010
Departure date : 12/31/2011
function showhidediv(id) {
if (document.getElementById) { // DOM3 = IE5, NS6
if (document.getElementById(id).style.display == 'none') document.getElementById(id).style.display = 'block'; else document.getElementById(id).style.display = 'none';
}
else {
if (document.layers) { // Netscape 4
if (document.id.display == 'none') document.id.display = 'block'; else document.id.display = 'none';
}
else { // IE 4
if (document.all.id.style.display == 'none') document.all.id.style.display = 'block'; else document.all.id.style.display = 'none';
}
}
}
// https://csp.withgoogle.com/docs/adopting-csp.html
document.addEventListener('DOMContentLoaded', function () {
document.getElementById('show_doctors')
.addEventListener('click', function doThings() {
showhidediv("docteurs");
});
});
2009-2011 Publications
-
2011
- N. Stefanovitch, A. El Fallah‑Seghrouchni : “Partially Decentralised Junction Trees for Quality Guaranteed Approximate Coordination in Open Multi-agent Systems with Optimality/Runtime Trade-Off”, International Conference on Intelligent Agent Technology, Lyon, France, pp. 377-380, (IEEE) (2011)
- N. Stefanovitch, A. El Fallah‑Seghrouchni : “Arbres de jonction dynamiques décentralisés”, Modèles formels de l'interaction, MFI'11, Rouen, France (2011)
- N. Stefanovitch, A. Farinelli, A. Rogers, N. Jennings : “Resource-Aware Junction Trees for Efficient Multi-Agent Coordination”, International Conference on Autonomous Agents and Multiagent Systems, Taipei, Taiwan, Province of China, pp. 363-370 (2011)
-
2010
- N. Stefanovitch : “Contributions à la résolution de problèmes d’optimisation de contraintes distribuées dynamiques à l’aide de modèles graphiques pour la coordination multiagents”, thesis, defence 10/22/2010, supervision El fallah seghrouchni, Amal, co-supervision : Pechanski, Frédéric (2010)
- N. Stefanovitch, A. Farinelli, A. Rogers, N. Jennings : “Efficient Multi-Agent Coordination Using Resource-Aware Junction Trees (extended abstract)”, International Conference on Autonomous Agents and Multiagent Systems, Toronto, ON, Canada, pp. 1413-1414 (2010)
-
2009
- N. Stefanovitch, A. El Fallah‑Seghrouchni, F. Peschanski : “Towards Efficient Coordination in Open MAS using Graphical Utility Models”, International Workshop on Optimisation in Multi-Agent Systems, Budapest, Hungary (2009)
- N. Stefanovitch : “Efficient Recomputation of Social Welfare in Open MAS using Graphical Models”, The International Workshop on Multi-Agent Systems Technology and Semantics, Bucharest, Romania (2009)