دسترسی نامحدود
برای کاربرانی که ثبت نام کرده اند
برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید
در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید
برای کاربرانی که ثبت نام کرده اند
درصورت عدم همخوانی توضیحات با کتاب
از ساعت 7 صبح تا 10 شب
ویرایش: 1
نویسندگان: Blagoj Delipetrev (Author)
سری:
ISBN (شابک) : 9781138029828, 9780429600517
ناشر: CRC Press
سال نشر: 2016
تعداد صفحات: 157
زبان:
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود)
حجم فایل: 21 مگابایت
در صورت تبدیل فایل کتاب Nested algorithms for optimal reservoir operation and their embedding in a decision support platform به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.
توجه داشته باشید کتاب الگوریتم های تو در تو برای عملیات بهینه مخزن و تعبیه آنها در یک پلت فرم پشتیبانی تصمیم نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.
عملیات مخزن یک مسئله بهینه سازی چند هدفه است و به طور سنتی با الگوریتم های برنامه ریزی پویا (DP) و برنامه ریزی پویا تصادفی (SDP) حل می شود. این پایاننامه الگوریتمهای جدیدی را برای عملیات بهینه مخزن ارائه میکند، به نامهای DP تودرتو (nDP)، SDP تودرتو (nSDP)، یادگیری تقویتی تودرتو (nRL) و انواع چند هدفه (MO) آنها، به ترتیب MONDP، MONSDP و MONRL. ایده این است که یک الگوریتم بهینه سازی تودرتو در هر انتقال حالت گنجانده شود، که بعد مسئله اولیه را کاهش می دهد و نفرین ابعاد را کاهش می دهد. این الگوریتمها میتوانند مسائل بهینهسازی چند هدفه را بدون افزایش قابل توجهی پیچیدگی الگوریتم یا هزینههای محاسباتی حل کنند. علاوه بر این می تواند گسسته سازی متغیر متراکم و نامنظم را مدیریت کند. همه الگوریتمها به زبان جاوا کدگذاری شدهاند و در مطالعه موردی مخزن Knezevo در جمهوری مقدونیه مورد آزمایش قرار گرفتند. الگوریتمهای بهینهسازی تودرتو در یک پلت فرم برنامه ابری برای مدلسازی و بهینهسازی منابع آب تعبیه شدهاند. این پلتفرم 24/7 در دسترس است، از همه جا قابل دسترسی است، مقیاس پذیر، توزیع شده، قابل همکاری است، و یک پلت فرم همکاری چند کاربره در زمان واقعی ایجاد می کند. این پایان نامه با الگوریتم های جدید و قدرتمندتر برای عملکرد بهینه مخزن و پلت فرم برنامه ابری کمک می کند. همه کدهای منبع برای استفاده عمومی در دسترس هستند و می توانند توسط محققان و دست اندرکاران برای پیشرفت بیشتر حوزه های ذکر شده استفاده شوند.
Reservoir operation is a multi-objective optimization problem, and is traditionally solved with dynamic programming (DP) and stochastic dynamic programming (SDP) algorithms. The thesis presents novel algorithms for optimal reservoir operation, named nested DP (nDP), nested SDP (nSDP), nested reinforcement learning (nRL) and their multi-objective (MO) variants, correspondingly MOnDP, MOnSDP and MOnRL. The idea is to include a nested optimization algorithm into each state transition, which reduces the initial problem dimension and alleviates the curse of dimensionality. These algorithms can solve multi-objective optimization problems, without significantly increasing the algorithm complexity or the computational expenses. It can additionally handle dense and irregular variable discretization. All algorithms are coded in Java and were tested on the case study of the Knezevo reservoir in the Republic of Macedonia. Nested optimization algorithms are embedded in a cloud application platform for water resources modeling and optimization. The platform is available 24/7, accessible from everywhere, scalable, distributed, interoperable, and it creates a real-time multiuser collaboration platform. This thesis contributes with new and more powerful algorithms for an optimal reservoir operation and cloud application platform. All source codes are available for public use and can be used by researchers and practitioners to further advance the mentioned areas.
1 INTRODUCTION
1.1 Motivation
1.2 Problem description
1.2.1 Optimal reservoir operation
1.2.2 Development of a cloud decision support platform
1.3 Research objectives
1.4 Outline of the thesis
2 OPTIMAL RESERVOIR OPERATION: THE MAIN APPROACHES RELEVANT FOR THIS STUDY
2.1 Mathematical formulation of reservoir optimization problem
2.2 Dynamic programming
2.3 Stochastic dynamic programming
2.4 Reinforcement learning
2.5 Approaches to multi-objective optimization
2.5.1 Multi-objective optimization by a sequence of single-objective optimization searches
2.5.2 Multi-objective and multi-agent reinforcement learning
2.6 Conclusions
3 NESTED OPTIMIZATION ALGORITHMS
3.1 Nested dynamic programming (nDP) algorithm
3.2 Nested optimization algorithms
3.2.1 Linear formulation
3.2.2 Non-linear formulation
3.3 Nested stochastic dynamic programming (nSDP) algorithm
3.4 Nested reinforcement learning (nRL) algorithm
3.5 Multi-objective nested algorithms
3.6 Synthesis: methodology and experimental workflow
3.7 Conclusions
4 CASE STUDY: ZLETOVICA HYDRO SYSTEM OPTIMIZATION PROBLEM
4.1 General description
4.2 Zletovica river basin
4.3 Zletovica hydro system
4.4 Optimization problem formulation
4.4.1 Decision variables
4.4.2 Constraints
4.4.3 Aggregated objective function
4.4.4 Objectives weights magnitudes
4.5 Conclusions
5 ALGORITHMS IMPLEMENTATION ISSUES
5.1 nDP implementation
5.2 nSDP implementation
5.2.1 Implementation issues
5.2.2 Transition matrices
5.2.1 Optimal number of clusters
5.3 nRL implementation
5.3.1 nRL design and memory implications
5.3.2 nRL parameters
5.3.3 Agent starting state, action list and convergence criteria
5.4 Conclusions
6 EXPERIMENTS, RESULTS AND DISCUSSION
6.1 Experiments with nDP using monthly data
6.2 Comparison of nDP with other DP algorithms
6.2.1 nDP compared with a classical DP algorithm
6.2.2 nDP compared with an aggregated water demand DP algorithm
6.3 Experiments with nDP using weekly data
6.4 Experiments with nSDP and nRL using weekly data and their comparison to nDP
6.5 Identification of optimal solutions in multi-objective setting using MOnDP, MOnSDP and MOnRL
6.6 Conclusions
7 CLOUD DECISION SUPPORT PLATFORM
7.1 Background
7.2 Architecture and implementation
7.2.1 Data infrastructure web service
7.2.2 Web service for support of Water Resources Modelling
7.2.3 Web service for water resources optimization
7.2.4 Web service for user management
7.3 Results and tests
7.4 Discussion
7.5 Conclusion
8 CONCLUSIONS AND RECOMMENDATIONS
8.1 Summary
8.2 Conclusions
8.2.1 Conclusions concerning the algorithms
8.2.2 Conclusions concerning the decision support platform
8.3 Recommendations