intTypePromotion=1
zunia.vn Tuyển sinh 2024 dành cho Gen-Z zunia.vn zunia.vn
ADSENSE

Iterative algorithm

Xem 1-20 trên 149 kết quả Iterative algorithm
  • Part 2 book "Energy systems - Intelligent solutions for electricity transmission and distribution networks" includes content: A robust iterative learning control algorithm for uncertain power systems; damping of power system oscillations with optimal regulator; design of three phase LCL filter for grid connected pwm voltage source inverter using bacteria foraging optimization; real time monitoring of incipient faults in power transformer; advanced short circuit analysis for the assessment of voltage sag characteristics,... and other contents.

    pdf162p dianmotminh03 11-06-2024 5 2   Download

  • Ebook "Numerical regularization for atmospheric inverse problems" is to present and analyze numerical algorithms for atmospheric retrieval. The book is aimed at physicists and engineers with some background in numerical linear algebra and matrix computations. Although there are many practical details in this book, for a robust and efficient implementation of all numerical algorithms, the reader should consult the literature cited.

    pdf432p giangdongdinh 28-05-2024 2 1   Download

  • Artificial intelligence - Lecture 3: Search. This lecture provides students with content including: problem-solving agents; problem types; problem formulation; example problems; basic search algorithms; breadth-first search; depth-first search; depth-limited search; iterative deepening depth-first search;... Please refer to the detailed content of the lecture!

    pdf9p codabach1016 03-05-2024 3 2   Download

  • Part 1 book "Designing components with the C++ STL" includes content: The concept of the C++ standard template library, iterators, containers, abstract data types, standard algorithms.

    pdf174p muasambanhan07 18-02-2024 4 1   Download

  • The aim of this study was to determine the lowest 18F-FDG PET acquisition time without loss of diagnostic information and to optimise image reconstruction parameters (image reconstruction algorithm, number of iterations, voxel size, Gaussian filter) by phantom imaging. Moreover, patient data are evaluated to confirm the phantom results.

    pdf18p vialfrednobel 23-12-2023 8 3   Download

  • The book has two aims. As a technical reference, the reference document mentioned earlier is hardly suited to explain the concepts of the STL. Therefore, the first aim is to present how the STL can be used in a sensible way. Internal details of the STL are described only to the extent needed to understand how it works.

    pdf310p haojiubujain09 30-11-2023 12 4   Download

  • Part 1 of ebook "Python cookbook (Third edition)" provides readers with contents including: chapter 1 - data structures and algorithms; chapter 2 - strings and text; chapter 3 - numbers, dates, and times; chapter 4 - iterators and generators; chapter 5 - files and I/O; chapter 6 - data encoding and processing; chapter 7 - functions; chapter 8 - classes and objects;...

    pdf346p hanlinhchi 29-08-2023 14 6   Download

  • The problems optimize a generalized utility function taking into account the efficiency and fairness under the power constraints at the HAP and the energy storage constraint at the devices. We transform the problems for the HD and the FD with no self-interference (SI) into the convex problems while providing an iterative algorithm to solve the non-convex problem for the FD suffered from the residual SI.

    pdf5p viannee 02-08-2023 6 4   Download

  • Lecture An introduction to computer science using java - Chapter 6: Iteration. In this chapter we will: discuss the use of repetition (iteration) in programming algorithms; describe the Java while, for, and do-while statements; demonstrate the use of loop invariants to verify the correctness of loops; show the use of loops in data entry and computer animation.

    ppt20p haojiubujain04 27-07-2023 7 5   Download

  • This paper proposes a new algorithm for solving the split variational inequality problem in Hilbert spaces. In order to solve this problem, we propose a new algorithm and establish a strong convergence theorem for it. Compared with the work by Censor et al. (Numer. Algor., 59:301-323, 2012), the new algorithm gives strong convergence results. It shows that the iterative method converges strongly under weaker assumptions than the ones used recently. Some numerical examples are also given to illustrate the convergence analysis of the considered algorithm.

    pdf8p nhanchienthien 25-07-2023 5 4   Download

  • Phenotyping algorithms applied to electronic health record (EHR) data enable investigators to identify large cohorts for clinical and genomic research. Algorithm development is often iterative, depends on fallible investigator intuition, and is time- and labor-intensive.

    pdf10p visteverogers 24-06-2023 11 4   Download

  • In this paper, we introduce a modified algorithm for pseudomono- tone variational inequalities. This problem has many important applications in different fields such as optimization problem, Nash equilibrium problem, game theory, traffic equilibrium problem, fixed point problem.

    pdf8p viironman 02-06-2023 5 2   Download

  • This paper studies the proximal point algorithm for the class of generalized P0 variational inequalities. By using the upper semicontinuity result establishing the class of weakly univalent operators, we show that the iterative sequence generated by the algorithm is bounded, approaches to the solution set of the initial problem, and each of its accumulation points is a solution to the problem, provided that the solution set is bounded.

    pdf14p vinebula 02-06-2023 4 1   Download

  • In this paper, we introduce two different interative methods for finding a solution of a split pseudomonotone variational inequality and a split feasibility problem in Hilbert spaces. The proposed algorithm is generated based on the subgradient extragradient method which requires only two projections at each iteration step and the second projection is conducted onto the half-space containing the constrained set.

    pdf9p viharry 15-12-2022 8 2   Download

  • In this paper, we introduce a new approximate projection algorithm for finding a common solution of multivalued variational inequality problems and fixed point problems in a real Hilbert space. The proposed algorithm combines the approximate projection method with the Halpern iteration technique. The strongly convergent theorem is established under mild conditions.

    pdf7p viharry 15-12-2022 15 2   Download

  • This paper presents a method to optimally design electrical machines. Unlike the traditional design method “tries-and-errors iterative process”, the optimal design approach consists of combining optimization algorithms and multi-physics models to reach the optimum design.

    pdf7p vimelindagates 18-07-2022 8 5   Download

  • In this paper, an iterative algorithm that determines the maximum number of distributed resources that can penetrate into the grid is developed in the Matlab environment. The proposed model is tested with a simple distribution grid to determine the hosting capacity of the distribution grid.

    pdf5p vichristinelagarde 04-07-2022 5 1   Download

  • Continued part 1, part 2 of book "Compilers: Principles, Techniques, and Tools (Second Edition)" provide students with knowledge about: object-code generation, construction of basic blocks, generation of code from expressions and basic blocks, and register-allocation techniques; introduces the technology of code optimization, including ow graphs, data- ow frameworks, and iterative algorithms for solving these frameworks; instruction-level optimization; talks about larger-scale parallelism detection and exploitation;...

    pdf506p britaikridanik 05-07-2022 14 3   Download

  • The split variational inequality problem (SVIP) was first introduced by Censor et al. Up to now, there is a long list of works concerning algorithms to solve (SVIP). In this paper, we study the split variational inequality problem in Hilbert spaces. In order to solve this problem, we propose a self-adaptive algorithm.

    pdf9p viirenerosenfeld 02-06-2022 13 1   Download

  • Software design - Lecture 39. The main topics covered in this chapter include: behavioral patterns; category of patterns are concerned with algorithms and assignments of responsibilities between objects; describe not just patterns of objects or classes but also the pattern of communication between them;...

    ppt25p haoasakura 30-05-2022 16 3   Download

CHỦ ĐỀ BẠN MUỐN TÌM

ADSENSE

nocache searchPhinxDoc

 

Đồng bộ tài khoản
2=>2