نتایج جستجو برای: process parameter optimization

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

Journal: :ecopersia 2015
mehdi vafakhah ali dastorani alireza moghaddam nia

parameter estimation of the nonlinear muskingum model is a highly nonlinear optimization problem. although various techniques have been applied to optimize the coefficients of the nonlinear muskingum flood routing models, but an efficient method for this purpose in the calibration process is still lacking. the accuracy of artificial bee colony (abc) algorithm is investigated in this paper to op...

2008
L. Zhang L. Gao W. Tao

The process of parameter choosing in vehicle overall design is a process of collaboration design, and is also a process of group decision optimization. The degree of cooperation and level of experts become the crucial standards in Computer Supported Collaborative Design because many decision-makers participating in the design process have different expertise and goals. This paper describes vehi...

Austenitic stainless steels (AISI316) are used for many commercial and industrial applications for their excellent corrosive resistance. AISI316 is generally difficult to machine material due to their high strength and high work hardening tendency. Tool wear (TW) and surface roughness (SR) are broadly considered the most challenging phases causing poor quality in machining. Optimization of cutt...

Journal: :journal of agricultural science and technology 2010
m. mousavi s. javan

important parameters on apple drying process are investigated experimentally and modeled employing artificial neural network and neuro-taguchi's method. experimental results show that the apple drying curve stands in the falling rate period of drying. temperature is the most important parameter that has a more pronounced effect on drying rate than the other two parameters i.e. air velocity and ...

Journal: :journal of industrial engineering, international 2006
babak abbasi seyed taghi akhavan niaki jamal arkat

in quality control charts, the problem of determining the optimum process mean arises when the deviation of a quality characteristic in one direction is more harmful than in the opposite direction. the failure mode in these two directions is usually different. a great majority of researches in this area have considered asymmet-ric cost function for processes with single quality characteristics....

A. Tahershamsi , R. Sheikholeslami,

In engineering, flood routing is an important technique necessary for the solution of a floodcontrol problem and for the satisfactory operation of a flood-prediction service. A simple conceptual model like the Muskingum model is very effective for the flood routing process. One challenge in application of the Muskingum model is that its parameters cannot be measured physically. In this article ...

Several traditional stopping criteria in Genetic Algorithms (GAs) are applied to the optimization process of a typical laminated composite plate. The results show that neither of the criteria of the type of statistical parameters, nor those of the kinds of theoretical models performs satisfactorily in determining the interruption point for the GA process. Here, considering the configuration of ...

2014
Patrick A. Ray Richard M. Vogel Paul H. Kirshen

Much progress has beenmade in the standardization of uncertainty analysis techniques for simulationmodeling but less progress has been made in optimization modeling. Among the various techniques used for optimization modeling under uncertainty, robust optimization (RO) uniquely allows for evaluation and control of the various risks of poor system performance resulting from input parameter uncer...

Journal: :iranian journal of chemistry and chemical engineering (ijcce) 1994
mohammad reza omidkhah seyyed ahmad seyyed shabestari

methyl tertiary butyl ether (mtbe) is known as a promising substitute for tetra ethyl lead (tel) in order to increase the octane number of gasoline. mtbe process, as many other processes, has two distinguished section, namely reaction section and separation section. in this paper we focus only on synthesis and optimization of separation section of this process. in order to achieve this objectiv...

2014
Balwant Singh Ravinder Kumar

Machining is the essential activity of a manufacturing organization and milling is one of them. The economy growth rate of a country depends upon the innovation and research in manufacturing sectors. In this paper an attempt has been made to identify the gap in optimization of process parameters in milling operations through extensive literature review. Literature review revealed that researche...

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

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

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