نتایج جستجو برای: hybrid hill climbing

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

2001
W. L. Wu D. Rosenbaum F. C. Su

INTRODUCTION Arthrodesis of the ankle is an established operation. The lack of normal ankle movement after ankle arthrodesis reduced the ability of the patients to walk smoothly on the arthrodesis foot. It would have a more profound effect in negotiating stairs, because large ranges of dorsiflexion and plantarflexion are required to accomplish this activity. Although gait characteristics have b...

2009

Regaining walking ability is one of the most prominent goals in the rehabilitation program following lower-limb amputation. Walking ability in this context relates to a natural, symmetric, sustainable gait. The ability to monitor walking ability and evaluate gait patterns during the fitting and rehabilitation process is fundamental to achieving these goals. Walking function can be assessed qual...

2001
Robert C. Holte

This paper examines the performance of hill-climbing algorithms on standard test problems for combinatorial auctions (CAs). On single-unit CAs, deterministic hill-climbers are found to perform well, and their performance can be improved signiicantly by randomizing them and restarting them several times, or by using them collectively. For some problems this good performance is shown to be no bet...

2005
Brian P. Gerkey Sebastian Thrun Geoff Gordon

We address the basic problem of coordinating the actions of multiple robots that are working toward a common goal. This kind of problem is NP-hard, because in order to coordinate a system of n robots, it is in principle necessary to generate and evaluate a number of actions or plans that is exponential in n (assuming P 6= NP ). However, we suggest that many instances of coordination problems, d...

1999
William Millan Andrew J. Clark Ed Dawson

This paper outlines a general approach to the iterative incremental improvement of the cryptographic properties of arbitrary Boolean functions. These methods, which are known as hill climbing, offer a fast way to obtain Boolean functions that have properties superior to those of randomly generated functions. They provide a means to improve the attainable compromise between conflicting cryptogra...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه صنعت آب و برق (شهید عباسپور) - دانشکده برق و کامپیوتر 1391

در این پایان نامه مدلسازی و کنترل سیستم تولید همزمان برق وحرارت با استفاده از موتور دیزل مورد بررسی قرار گرفته است. معمولاً برق مورد نیاز واحدهای صنعتی، ساختمان های تجاری و ساختمان های مسکونی از نیروگاه های بزرگ کشور تأمین می شود. در حالیکه نیاز حرارتی این ساختمان ها در همان محل تولید می گردد. اما روش دیگری که از دیرباز وجود داشته و امروزه توجه بیشتری را معطوف خودکرده، تولید همزمان برق و حرارت ا...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه شیراز - دانشکده مهندسی برق و کامپیوتر 1393

در این پایان نامه با استفاده از الگوریتم بهینه سازی تپه نوردی رولایه هایی برای یک دوره تناوب از آنتن آرایه انعکاسی متامتریال طراحی شده است. این آنتن برای کار در فرکانس های تراهرتز طراحی شده است. این رولایه ها طوری طراحی شده اند که این آنتن دارای منحنی فاز انعکاسی خطی باشد. سپس فاز انعکاسی در فرکانس های مختلف به دست آورده شد. با رسم منحنیها در یک نمودار مشاهده شد این آنتن در چندین فرکانس منحنی ت...

Journal: :international journal of smart electrical engineering 2014
shahram javadi mohammad hossein hazin

in this paper presents a maximum power point tracking (mppt) technique based on the hill climbing search (hcs) method and fuzzy logic system for wind turbines (wts) including of permanent magnet synchronous generator (pmsg) as generator. in the conventional hcs method the step size is constant, therefor both steady-state response and dynamic response of method cannot provide at the same time an...

1992
Akhil Madhani Steven Dubowsky

Multi-limb, mobile robotic systems will need to apply large forces over large ranges of motion. This paper presents the Force-Workspace Approach which can be used to plan the activities of such systems allowing them to execute such tasks without violating actuation limits, frictional constraints with their environments, and joint range of motion limits. The technique is applied to a robotic cli...

Journal: :J. Field Robotics 1997
Brian Yamauchi Pat Langley

We have developed a technique for place learning and place recognition in dynamic environments. Our technique associates evidence grids with places in the world and uses hill climbing to find the best alignment between current perceptions and learned evidence grids. We present results from five experiments performed using a real mobile robot in a real-world environment. These experiments measur...

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

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

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