نتایج جستجو برای: redundancy optimization

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

Journal: :Fuzzy Sets and Systems 2007
Josefa Mula Raul Poler Escoto José Pedro García-Sabater

Wepropose a new fuzzymathematical programmingmodel for production planning under uncertainty in an industrial environment. This model considers fuzzy constraints related to the total costs, the market demand and the available capacity of the productive resources and fuzzy coefficients for the costs due to the backlog of demand and for the required capacity. The main goal is to determine the mas...

Journal: :TPLP 2007
María Alpuente Santiago Escobar Salvador Lucas

The application of automatic transformation processes during the formal development and optimization of programs can introduce encumbrances in the generated code that programmers usually (or presumably) do not write. An example is the introduction of redundant arguments in the functions defined in the program. Redundancy of a parameter means that replacing it by any expression does not change t...

2006
Lance H. Gunderson Carl Folke Marco Janssen

Managing social-ecological systems can be daunting because of numeric and dynamic complexity. These complexities present great uncertainties for scientists, policy makers, stakeholders, and other groups. When approaching complicated problems, there are often mismatches between problems and solutions. At least three caricatures are useful in demonstrating the mismatch between problem and solutio...

Journal: :Hydrology and Earth System Sciences 2021

Abstract. This paper concerns the problem of optimal monitoring network layout using information-theoretical methods. Numerous different objectives based on information measures have been proposed in recent literature, often focusing simultaneously maximum and minimum dependence between chosen locations for data collection stations. We discuss these objective functions conclude that a single-ob...

Journal: :Comp.-Aided Civil and Infrastruct. Engineering 2006
Michael J. De Smith

This article provides an analysis of gradient and curvature constraints on path form and length, with particular reference to road, rail and pipeline route selection. Initially we examine the case of a single (global) gradient constraint and a planar surface, with or without boundaries and obstacles. This leads on to a consideration of surface representation using rectangular lattices and proce...

2000
R. J. J. H. van Son Barbertje M. Streefkerk Louis C. W. Pols

Speaking is generally considered efficient, in that less effort is spent articulating more redundant items. Two possible mechanisms for this optimization are tested. The use of prosodic structure, i.e., lexical stress and sentence accent, to (de-)emphasize (un-)important words, and the facilitation of syllable-articulation by retrieving often used motor-programs from memory. Such a “stored vers...

2013
Elvira Antal Tibor Csendes

A new implementation of a symbolic simplification algorithm is presented together with extended theoretical results that support the underlying method for constrained nonlinear optimization problems. The program is capable to automatically recognize simplification transformations, and to detect implicit redundancy in the objective function or in the constraint functions. We have also discussed ...

2000
Steven J. Deitz

High-level array programming languages are well-suited for scientific computing. Such languages free the programmer from the responsibility of managing burdensome low-level details that complicate programming in languages like C and Fortran. But these details do not vanish. We argue that the compiler should relieve the programmer of this burden. In this paper, we present a compiler optimization...

A. Zaretalab M. Sharifi, MR. Shahriari

Redundancy allocation problem is one of most important problems in reliability area. This problem involves with the suitable redundancy levels under certain strategies to maximizing system reliability under some constraints. Many changes have been made on this problem to draw the problem near to real situations. Selecting the redundancy strategy, using different system configuration are some of...

2002
William Nace

It has long been a tenet of the fault-tolerance research community that fault– tolerance is possible by exploiting resource redundancy in order to achieve the mission result. Hardware designers, for instance, rely upon various forms of redundant hardware to ensure the availability of at least one system that can produce correct responses. Strangely, one source of redundancy has not been compreh...

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

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

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