Loading...
Search for: heuristic-methods
0.01 seconds
Total 150 records

    Power-Aware run-time scheduler for mixed-criticality systems on multi-core platform

    , Article IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems ; 2020 Ranjbar, B ; Nguyen, T. D. A ; Ejlali, A ; Kumar, A ; Sharif University of Technology
    Institute of Electrical and Electronics Engineers Inc  2020
    Abstract
    In modern multi-core Mixed-Criticality (MC) systems, a rise in peak power consumption due to parallel execution of tasks with maximum frequency, specially in the overload situation, may lead to thermal issues, which may affect the reliability and timeliness of MC systems. Therefore, managing peak power consumption has become imperative in multi-core MC systems. In this regard, we propose an online peak power and thermal management heuristic for multi-core MC systems. This heuristic reduces the peak power consumption of the system as much as possible during runtime by exploiting dynamic slack and per-cluster Dynamic Voltage and Frequency Scaling (DVFS). Specifically, our approach examines... 

    Power-Aware runtime scheduler for mixed-criticality systems on multicore platform

    , Article IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems ; Volume 40, Issue 10 , 2021 , Pages 2009-2023 ; 02780070 (ISSN) Ranjbar, B ; Nguyen, T. D. A ; Ejlali, A ; Kumar, A ; Sharif University of Technology
    Institute of Electrical and Electronics Engineers Inc  2021
    Abstract
    In modern multicore mixed-criticality (MC) systems, a rise in peak power consumption due to parallel execution of tasks with maximum frequency, specially in the overload situation, may lead to thermal issues, which may affect the reliability and timeliness of MC systems. Therefore, managing peak power consumption has become imperative in multicore MC systems. In this regard, we propose an online peak power and thermal management heuristic for multicore MC systems. This heuristic reduces the peak power consumption of the system as much as possible during runtime by exploiting dynamic slack and per-cluster dynamic voltage and frequency scaling (DVFS). Specifically, our approach examines... 

    Pool and accuracy based stream classification: A new ensemble algorithm on data stream classification using recurring concepts detection

    , Article Proceedings - IEEE International Conference on Data Mining, ICDM, 11 December 2011 through 11 December 2011, Vancouver, BC ; 2011 , Pages 588-595 ; 15504786 (ISSN) ; 9780769544090 (ISBN) Hosseini, M. J ; Ahmadi, Z ; Beigy, H ; Sharif University of Technology
    Abstract
    One of the main challenges of data streams is the occurrence of concept drift. Concept drift is the change of target (or feature) distribution, and can occur in different types: sudden, gradual, incremental or recurring. Because of the forgetting mechanism existing in the data stream learning process, recurring concepts has received much attention recently, and became a challenging problem. This paper tries to exploit the existence of recurring concepts in the learning process and improve the classification of data streams. It uses a pool of concepts to detect the reoccurrence of a concept using two methods: a Bayesian, and a heuristic method. Two approaches are used in the classification... 

    Polynomial datapath optimization using partitioning and compensation heuristics

    , Article Proceedings - Design Automation Conference, 26 July 2009 through 31 July 2009, San Francisco, CA ; 2009 , Pages 931-936 ; 0738100X (ISSN); 9781605584973 (ISBN) Sarbishei, O ; Alizadeh, B ; Fujita, M ; Sharif University of Technology
    2009
    Abstract
    Datapath designs that perform polynomial computations over Z 2n are used in many applications such as computer graphics and digital signal processing domains. As the market of such applications continues to grow, improvements in high-level synthesis and optimization techniques for multivariate polynomials have become really challenging. This paper presents an efficient algorithm for optimizing the implementation of a multivariate polynomial over Z2n in terms of the number of multipliers and adders. This approach makes use of promising heuristics to extract more complex common sub-expressions from the polynomial compared to the conventional methods. The proposed algorithm also utilizes a... 

    Planning by guided hill-climbing

    , Article 6th Mexican International Conference on Artificial Intelligence, MICAI 2007, Aguascalientes, 4 November 2007 through 10 November 2007 ; Volume 4827 LNAI , 2007 , Pages 1067-1077 ; 03029743 (ISSN); 9783540766308 (ISBN) Akramifar, S. A ; Ghassem Sani, G ; Sharif University of Technology
    Springer Verlag  2007
    Abstract
    This paper describes a novel approach will be called guided hill climbing to improve the efficiency of hill climbing in the planning domains. Unlike simple hill climbing, which evaluates the successor states without any particular order, guided hill climbing evaluates states according to an order recommended by an auxiliary guiding heuristic function. Guiding heuristic function is a self-adaptive and cost effective function based on the main heuristic function of hill climbing. To improve the performance of the method in various domains, we defined several heuristic functions and created a mechanism to choose appropriate functions for each particular domain. We applied the guiding method to... 

    Photovoltaic parameter estimation using heuristic optimization

    , Article 2017 IEEE 4th International Conference on Knowledge-Based Engineering and Innovation ; Volume 2018-January , 2018 , Pages 0792-0797 ; 9781538626405 (ISBN) Mirzapour, O ; Karimi Arpanahi, S ; Sharif University of Technology
    Institute of Electrical and Electronics Engineers Inc  2018
    Abstract
    Photovoltaic (PV) panel accurate modeling is essential for operational studies and generation estimation under actual conditions and power electronic control device designs in grid connected or isolated power systems. Inaccuracy in modeling parameters such as photon's current, diode's saturation current, series and parallel resistances and diodes ideality coefficients causes errors in modeling and simulating photovoltaic panel's operation. In this paper, photovoltaic panel's parameters are estimated according to characteristic curves obtained from experiments. Heuristic optimization methods are utilized to calculate parameters for both singlediode and double-diode models. Results indicate... 

    Parallel minimum spanning tree heuristic for the steiner problem in graphs

    , Article 13th International Conference on Parallel and Distributed Systems, ICPADS, Hsinchu, 5 December 2007 through 7 December 2007 ; Volume 1 , December , 2007 ; 15219097 (ISSN); 9781424418909 (ISBN) Akbari, H ; Iranmanesh, Z ; Ghodsi, M ; Sharif University of Technology
    2007
    Abstract
    Given an undirected graph with weights associated with its edges, the Steiner tree problem consists of finding a minimum weight subtree spanning a given subset of (terminal) nodes of the original graph. Minimum Spanning Tree Heuristic (MSTH) is a heuristic for solving the Steiner problem in graphs. In this paper we first review existing algorithms for solving the Steiner problem in graphs. We then introduce a new parallel version of MSTH on three dimensional mesh of trees architecture. We describe our algorithm and analyze its time complexity. The time complexity analysis shows that the algorithm's running time is O(lg2 n) which is comparable with other existing parallel solutions. © 2007... 

    Parallelization of the branch-and-bound algorithm in transportation discrete network design problem

    , Article Scientia Iranica ; Volume 23, Issue 2 , 2016 , Pages 407-419 ; 10263098 (ISSN) Zarrinmehr, A ; Shafahi, Y ; Sharif University of Technology
    Sharif University of Technology 
    Abstract
    Transportation Discrete Network Design Problem (TDNDP) aims at choosing a subset of proposed projects to minimize the users' total travel time with respect to a budget constraint. Because TDNDP is a hard combinatorial problem, recent research has widely addressed heuristic approaches and ignored the exact solution. This paper explores how application of parallel computation can affect the performance of an exact algorithm in TDNDP. First, we show that the Branch-and-Bound (B&B) algorithm, proposed by LeBlanc, is well adapted to a parallel design with synchronized Master-Slave (MS) paradigm. Then, we develop a parallel B&B algorithm and implement it with two search strategies of... 

    Optimum generation dispatching of distributed resources in smart grids

    , Article International Transactions on Electrical Energy Systems ; Volume 25, Issue 7 , 2015 , Pages 1297-1318 ; 20507038 (ISSN) Ansarian, M ; Sadeghzadeh, S. M ; Fotuhi Firuzabad, M ; Sharif University of Technology
    John Wiley and Sons Ltd  2015
    Abstract
    Summary Increasing interest in smart grids exhibits its potential benefits for providing reliable, secure, efficient, environmental friendly and sustainable electricity from renewable energy resources. Here, reliability models of four types of renewable and hybrid distributed generation were developed. A fuzzy multi-objective function was suggested for simultaneous optimization of reliability, electricity generation cost, grid loss and voltage profile. This not only considers uncertainty of renewable energy resources but also provides smart generation dispatching. An efficient reliability index consisting of energy and interruption frequency terms was also defined. A novel hybrid heuristic... 

    Optimum design of planar transformer for LLC resonant converter using metaheuristic method

    , Article 45th Annual Conference of the IEEE Industrial Electronics Society, IECON 2019, 14 October 2019 through 17 October 2019 ; Volume 2019-October , 2019 , Pages 6621-6626 ; 9781728148786 (ISBN) Nazerian, E ; Tahami, F ; Sharif University of Technology
    IEEE Computer Society  2019
    Abstract
    Isolated, high-density DC-DC converters play a crucial role in the power supply unit of information technology industries. By virtue of high efficiency and high power density, LLC resonant converters-among the rest of DC-DC converters-are suitable candidates for this application. The magnetic structure of this converter, however, is a bulky, dissipative part, which has a considerable portion of power loss. Improvement in the size and efficiency of the LLC transformer will lead to an overall enhancement of power density and efficiency of the converter. Nevertheless, the optimization of planar transformers for the LLC converter has not been studied enough. This paper proposes a... 

    Optimizing capacity, pricing and location decisions on a congested network with balking

    , Article Mathematical Methods of Operations Research ; Volume 74, Issue 2 , October , 2011 , Pages 233-255 ; 14322994 (ISSN) Abouee Mehrizi, H ; Babri, S ; Berman, O ; Shavandi, H ; Sharif University of Technology
    2011
    Abstract
    In this paper, we consider the problem of making simultaneous decisions on the location, service rate (capacity) and the price of providing service for facilities on a network. We assume that the demand for service from each node of the network follows a Poisson process. The demand is assumed to depend on both price and distance. All facilities are assumed to charge the same price and customers wishing to obtain service choose a facility according to a Multinomial Logit function. Upon arrival to a facility, customers may join the system after observing the number of people in the queue. Service time at each facility is assumed to be exponentially distributed. We first present several... 

    Optimizing a multi-item economic order quantity problem with imperfect items, inspection errors, and backorders

    , Article Soft Computing ; Volume 23, Issue 22 , 2019 , Pages 11671-11698 ; 14327643 (ISSN) Khalilpourazari, S ; Pasandideh, S. H. R ; Akhavan Niaki, S. T ; Sharif University of Technology
    Springer Verlag  2019
    Abstract
    This paper proposes a multi-item economic order quantity model with imperfect items in supply deliveries. The inspection process to classify the items is not perfect and involves two types of error: Type-I and Type-II. To cope with the uncertainty involved in real-world applications and to bring the problem closer to reality, operational constraints are assumed stochastic. The aim is to determine the optimal order and back order sizes of the items in order to achieve maximum total profit. As the proposed mathematical model is a constrained nonlinear programming, three different solution methods including an exact method named the interior-point and two novel meta-heuristics named grey wolf... 

    Optimising multi-item economic production quantity model with trapezoidal fuzzy demand and backordering: Two tuned meta-heuristics

    , Article European Journal of Industrial Engineering ; Volume 10, Issue 2 , 2016 , Pages 170-195 ; 17515254 (ISSN) Sadeghi, J ; Niaki, S. T. A ; Malekian, M. R ; Sadeghi, S ; Sharif University of Technology
    Inderscience Enterprises Ltd  2016
    Abstract
    In this paper, a multi-item economic production quantity model with fuzzy demand is developed in which shortages are backordered and the warehouse space is limited. While the demand is assumed to be a trapezoidal fuzzy number, the centroid defuzzification method is used to defuzzify fuzzy output functions. The Lagrangian relaxation procedure is first employed to solve the problem. Then, the model is extended to a constrained fuzzy integer nonlinear programming, in order to suit real-world situations. As the extended model cannot be solved in a reasonable time using exact methods, two meta-heuristic algorithms, named the genetic algorithm (GA) and the particle swarm optimisation (PSO) each... 

    Optimal resilience-oriented microgrid formation considering failure probability of distribution feeders

    , Article Electric Power Systems Research ; Volume 209 , 2022 ; 03787796 (ISSN) Jahromi, S. N ; Hajipour, E ; Ehsan, M ; Sharif University of Technology
    Elsevier Ltd  2022
    Abstract
    After a natural disaster, there is an urgent need to supply critical loads such as hospitals as soon as possible. Microgrid (MG) formation is one of the quickest ways to achieve this goal. However, in MG formation studies, there is a trade-off between maximizing the amount of restored loads and minimizing their risk of interruption due to the following aftershocks. For the former objective, the minimum number of MGs should be formed, whereas, for the latter objective, the maximum number of MGs should be configured. This paper tackles this contradictory situation by considering the failure risk of distribution feeders in its proposed optimization framework. In this paper, at first, a novel... 

    Optimal pinning controllability of complex networks: Dependence on network structure

    , Article Physical Review E - Statistical, Nonlinear, and Soft Matter Physics ; Volume 91, Issue 1 , January , 2015 ; 15393755 (ISSN) Jalili, M ; Askari Sichani, O ; Yu, X ; Sharif University of Technology
    American Physical Society  2015
    Abstract
    Controlling networked structures has many applications in science and engineering. In this paper, we consider the problem of pinning control (pinning the dynamics into the reference state), and optimally placing the driver nodes, i.e., the nodes to which the control signal is fed. Considering the local controllability concept, a metric based on the eigenvalues of the Laplacian matrix is taken into account as a measure of controllability. We show that the proposed optimal placement strategy considerably outperforms heuristic methods including choosing hub nodes with high degree or betweenness centrality as drivers. We also study properties of optimal drivers in terms of various centrality... 

    Optimal distribution transformer sizing in a harmonic involved load environment via dynamic programming technique

    , Article Energy ; Volume 120 , 2017 , Pages 92-105 ; 03605442 (ISSN) Hajipour, E ; Mohiti, M ; Farzin, N ; Vakilian, M ; Sharif University of Technology
    Abstract
    Installation of a significant number of distributed generators (DGs), besides the application of non-sinusoidal loads such as; Plug-in Hybrid Electric Vehicles (PHEVs), in the emerging smart distribution networks and the industrial plants have posed a major challenge to the existing methods of optimal transformer sizing (OTS). The harmonic currents generated in these new environments not only substantially increase the transformer load losses, but also cause abnormal winding temperature rise and hence transformer excessive loss of life. Therefore, the harmonic contents of the loads currents should be accounted in choosing the appropriate size of distribution transformers. To address this... 

    Optimal distribution network reconfiguration considering power quality issues

    , Article 2017 IEEE Smart Grid Conference, SGC 2017, 20 December 2017 through 21 December 2017 ; Volume 2018-January , March , 2018 , Pages 1-6 ; 9781538642795 (ISBN) Nazerian, E ; Gharebaghi, S ; Safdarian, A ; Sharif University of Technology
    Institute of Electrical and Electronics Engineers Inc  2018
    Abstract
    Distribution network reconfiguration as a technique for reducing network losses and enhancing voltage profile has attracted attention of many researchers. In spite of impacts network reconfiguration can have on power quality indices, the potentials have not been studied enough. To fill the gap, this paper presents a method to determine optimum network configuration considering voltage profile, network losses, and total harmonic distortion (THD). The proposed method also vouches for radial structure of the network, supplying all loads, and maintaining voltages and currents within allowable bounds. Since network reconfiguration problem is a combinatorial optimization problem, a meta-heuristic... 

    On the efficiency of artificial neural networks for plastic analysis of planar frames in comparison with genetic algorithms and ant colony systems

    , Article Neural Computing and Applications ; 2016 , Pages 1-19 ; 09410643 (ISSN) Jahanshahi, M ; Maleki, E ; Ghiami, A ; Sharif University of Technology
    Springer-Verlag London Ltd 
    Abstract
    The investigation of plastic behavior and determining the collapse load factors are the important ingredients of every kinematical method that is employed for plastic analysis and design of frames. The determination of collapse load factors depends on many effective parameters such as the length of bays, height of stories, types of loads and plastic moments of individual members. As the number of bays and stories increases, the parameters that have to be considered make the analysis a complex and tedious task. In such a situation, the role of algorithms that can help to compute an approximate collapse load factor in a reasonable time span becomes more and more crucial. Due to their... 

    Online peak power and maximum temperature management in multi-core mixed-criticality embedded systems

    , Article 22nd Euromicro Conference on Digital System Design, DSD 2019, 28 August 2019 through 30 August 2019 ; 2019 , Pages 546-553 ; 9781728128610 (ISBN) Ranjbar, B ; Nguyen, T. D. A ; Ejlali, A ; Kumar, A ; Sharif University of Technology
    Institute of Electrical and Electronics Engineers Inc  2019
    Abstract
    In this work, we address peak power and maximum temperature in multi-core Mixed-Criticality (MC) systems. In these systems, a rise in peak power consumption may generate more heat beyond the cooling capacity. Additionally, the reliability and timeliness of MC systems may be affected due to excessive temperature. Therefore, managing peak power consumption has become imperative in multi-core MC systems. In this regard, we propose an online peak power management heuristic for multi-core MC systems. This heuristic reduces the peak power consumption of the system as much as possible during runtime by exploiting dynamic slack and Dynamic Voltage and Frequency Scaling (DVFS). Specifically, our... 

    On enhancing synchronization properties of dynamical networks using node and edge centrality measures

    , Article 2009 International Conference on Information Management and Engineering, ICIME 2009, Kuala Lumpur, 3 April 2009 through 5 April 2009 ; 2009 , Pages 22-26 ; 9780769535951 (ISBN) Jalili, M ; Rabiee, H. R ; IACSIT ; Sharif University of Technology
    2009
    Abstract
    In this paper a method for enhancing the synchronizability of dynamical networks is discussed. The method considers both local structural properties, i.e. node degrees, and global properties, i.e. node and edge betweenness centrality measures. Its performance is compared with that of some other heuristic methods and the evidence for its superior behavior is discussed. As an index for the synchronizability of a dynamical network, the eigenratio of the Laplacian matrix of the connection graph is considered. As network structures, scale-free, Watts- Strogatz and random networks of different sizes and topological properties are used. Numerical calculations of the eigenratio in the networks...