نتایج جستجو برای: decision problem

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

Journal: :international journal of industrial mathematics 0
s. m. ‎mousavi‎ department of industrial engineering‎, ‎faculty of engineering‎, ‎shahed university‎, ‎tehran‎, ‎iran. b. vahdani faculty of industrial and mechanical engineering‎, ‎qazvin branch‎, ‎islamic azad university‎, ‎qazvin‎, ‎iran. h. gitinavard‎ young researchers and elite club‎, ‎south tehran branch‎, ‎islamic azad university‎, ‎tehran‎, ‎iran. h. hashemi‎ young researchers and elite club‎, ‎south tehran branch‎, ‎islamic azad university‎, ‎tehran‎, ‎iran

‎selecting the most suitable robot among their wide range of specifications and capabilities is an important issue to perform the hazardous and repetitive jobs‎. ‎companies should take into consideration powerful group decision-making (gdm) methods to evaluate the candidates or potential robots versus the selected attributes (criteria)‎. ‎in this study‎, ‎a new gdm method is proposed by utilizi...

Journal: :journal of industrial engineering, international 2009
a.r rashidi komijan b aryanezhad a makui

product mix problem (pmp) is one of the most important and complicated problems in production systems. different approaches have been applied to solve this problem, among them, theory of constraints (toc) has been widely considered since 1990s. this paper develops a distinguished algorithm to solve product mix prob-lems that is efficient both in single and multi-bottleneck problems. at first, t...

Journal: :journal of industrial engineering, international 2009
h babaei m tootooni k shahanaghi a bakhsha

this paper will investigate the optimum portfolio for an investor, taking into account 5 criteria. the mean variance model of portfolio optimization that was introduced by markowitz includes two objective functions; these two criteria, risk and return do not encompass all of the information about investment; information like annual dividends, s&p star ranking and return in later years which...

Journal: :معماری و شهرسازی 0
اسفندیار زبردست دانشگاه تهران، دکترای شهرسازی

multi-criteria evaluation methods (mcem) have been widely used in the scientific arena as well as in urban and regional planning. the analytic network process (anp) is one the mcem that includes relevant tangible as well as intangible criteria and sub-criteria. it allows for a more complex relationship among the decision levels and attributes, as it does not require a strict hierarchical struct...

2011
Martin Josef Geiger Marc Sevaux

The article presents a study on a biobjective generalization of the inventory routing problem, an important optimization problem found in logistical networks in which aspects of inventory management and vehicle routing intersect. A compact solution representation and a heuristic optimization approach are presented, and experimental investigations involving novel benchmark instances are carried ...

Ayşegül Tuş Işık Esra Aytac¸ Adalı

A decision making process requires the values of conflicting objectives for alternatives and the selection of the best alternative according to the needs of decision makers. Multi-objective optimization methods may provide solution for this selection. In this paper it is aimed to present the laptop selection problem based on MOORA plus full multiplicative form (MULTIMOORA) and multi-objective o...

Journal: :international journal of industrial engineering and productional research- 0
mahdi yousefi nejad attari mohhamad reza bageri ensiyeh neishabouri

decision making about outsourcing or insourcing of manufacturing activities is a type of multiple criteria decision making (mcdm) problem, which requires considering quantitative and qualitative factors as evaluation criteria simultaneously. therefore, a suitable mcdm method can be useful in this area as it can consider the interactions among quantitative and qualitative criteria. the analytic ...

Javad Nematian Kourosh Eshghi,

In this paper, a fuzzy random minimum cost flow problem is presented. In this problem, cost parameters and decision variables are fuzzy random variables and fuzzy numbers respectively. The object of the problem is to find optimal flows of a capacitated network. Then, two algorithms are developed to solve the problem based on Er-expected value of fuzzy random variables and chance-constrained pro...

Problem of knowledge analysis for decision support system is the most difficult task of information systems. This paper presents a new approach based on notions of mathematical theory of Rough Sets to solve this problem. Using these concepts a systematic approach has been developed to reduce the size of decision database and extract reduced rules set from vague and uncertain data. The method ha...

Here, we propose a fuzzy analytic hierarchy process (FAHP) method to evaluate the alternatives of enterprise resource planning (ERP) system. The fuzzy AHP approach allows the users get values more accurately to model the vagueness which changes according subjective ideas in the decision-making environment for ERP system selection problem. Therefore, fuzzy AHP method is used to obtain firm decis...

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

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

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