نتایج جستجو برای: based environment

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

Journal: :IJCSA 2005
Agustín Orfila Javier Ignacio Carbó Rubiera Arturo Ribagorda

Recent studies about Intrusion Detection Systems (IDS) performance reveal that the value of an IDS and its optimal operation point depend not only on the Hit and False alarm rates but also on costs (such as those associated with making incorrect decisions about detection) and the hostility of the operating environment. An adaptive multiagent IDS is proposed in this paper and it is evaluated acc...

2001
Lara S. Crawford Markus P.J. Fromherz Christophe Guettier Yi Shang

The design of a problem solver for a particular problem depends on the problem type, the system resources, and the application requirements, as well as the specific problem instance. The difficulty in matching a solver to a problem can be ameliorated through the use of online adaptive control of solving. In this approach, the solver or problem representation selection and parameters are defined...

1999
Charles J. Petrie Sigrid Goldmann Andreas Raquet

Integrated project management means that design and planning are interleaved with plan execution, allowing both the design and plan to be changed as necessary. This requires that the right eeects of change are propagated through the plan and design. When this is distributed among designers and planners, no one may have all of the information to perform such propagation and it is important to id...

2004
Martin Rehák Petr Charvát Michal Pechoucek

Based on actual industrial project on which the Gerstner laboratory has collaborated, we present a multiple-level scheduling approach as a mean to efficiently apply agent-based planning systems in high-volume production environment. Brief description of efficient and reconfigurable high-level scheduler based on linear programming, as well as design elements of lowlevel agent-based planning are ...

Journal: :Computer methods and programs in biomedicine 2013
Timothy T. Bergsma William Knebel Jeannine Fisher William R. Gillespie Matthew M. Riggs Leonid Gibiansky Marc R. Gastonguay

metrumrg is an R package that facilitates workflow for the discipline of pharmacometrics. Support is provided for data preparation, modeling, simulation, diagnostics, and reporting. Existing tools and techniques are emphasized where available; original solutions are provided for otherwise unmet needs. In particular, metrumrg implements an R interface for the NONMEM(®) modeling software, optiona...

Journal: :Irish medical journal 2012
D S Evans R Kiernan R Corcoran M Glacken M O'Shea

A review of admissions to cancer services at University Hospital Galway (UHG) was undertaken to assess the appropriateness of hospital usage. All cancer specialty patients admitted from 26-28 May 2009 were reviewed (n = 82). Chi square tests, Exact tests, and One-way ANOVA were utilised to analyse key issues emerging from the data. Fifty (61%) were classified as emergencies. Twenty three (67%) ...

2012
Fernando Rivera-Illingworth Victor Callaghan Hani Hagras

of paper submitted to IEEE International Conference on Systems, Man and Cybernetics, pp.3565-3571, The Hague, Holland, October 2004 © Essex University 2004 1 Title Page Title of the abstract A Neuro-Fuzzy Embedded Agent Based Approach for Abnormal Behaviour Detection in Intelligent Environments Type of text EXTENDED ABSTRACT Authors names F. Rivera-Illingworth V. Callaghan

Journal: :Concurrency - Practice and Experience 2000
Ladislau Bölöni Dan C. Marinescu John R. Rice Panagiota Tsompanopoulou E. A. Vavalis

The simulation and modeling of complex physical systems often involves many components because (i) the physical system itself has components of differing natures, (ii) parallel computing strategies require many (somewhat independent) components, and (iii) existing simulation software applies only to simpler geometrical shapes and physical situations. We discuss how agent based networks are appl...

2000
Uffe Kock Wiil

This paper takes a first step towards defining a standard component-based open hypermedia system storage interface in the context of the Open Hypermedia System Working Group. The paper presents a proposal for the core set of services of such an interface. The existence of such an interface is one of the basic preconditions for interoperability at the middleware level in hypermedia systems. The ...

2008
Hakan Duman Hani Hagras Vic Callaghan

This paper presents a novel fuzzy-based intelligent architecture that aims to find relevant and important associations between embedded-agent based services that form Ambient Intelligent Environments (AIEs). The embedded agents are used in two ways; first they monitor the inhabitants of the AIE, learning their behaviours in an online, non-intrusive and life-long fashion with the aim of pre-empt...

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

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

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"; } -->