About 35,100 results
Open links in new tab
  1. Heap-Based Optimizer (HBO) - File Exchange - MATLAB Central

    May 14, 2024 · This principle motivates us to map the concept of CRH to propose a new algorithm for optimization that logically arranges the search agents in a hierarchy based on their fitness. The proposed algorithm is named as heap-based optimizer (HBO) because it utilizes the heap data structure to map the concept of CRH.

  2. Flowchart of heap-based optimizer algorithm - ResearchGate

    Download scientific diagram | Flowchart of heap-based optimizer algorithm from publication: Heap Based Optimizer Algorithm for Solving Feature Selection Problems in High-Dimensional...

  3. A-star Algorithm with Heap Sort Optimisation Flowchart

    ... flowchart of the A-Star algorithm with heap sort optimization can be seen in Figure 3. The flow begins with the creation of two lists, an open list, and a closed list. ... [...]...

  4. Heap-based optimizer inspired by corporate rank hierarchy for …

    Dec 15, 2020 · This motivates us to develop a novel human-behavior based meta-heuristic, which maps the concept of corporate rank hierarchy in a very distinctive manner to an optimization algorithm named as Heap Based Optimizer (HBO). In …

  5. Heap-based optimizer based on three new updating strategies

    Dec 15, 2022 · Heap-based optimizer (HBO) is a novel meta-heuristic algorithm proposed in 2020, and it has a unique search mechanism and good performance, but still some deficiencies, such as poor search ability and low search efficiency in solving complex optimization problems.

  6. Heap Based Optimizer inspired by corporate rank hierarchy for …

    Heap Based Optimizer inspired by corporate rank hierarchy for global optimization

  7. Flowchart of the proposed IHBO technique. - ResearchGate

    This study aims to propose and implement a new algorithm called improved heap-based optimizer (IHBO). The objective of minimizing the...

  8. Build a max-heap by adding each successive element in the array to the heap. Remove the maximum and put it at the last index, remove the next maximum and put it at 2nd to last index, and so on. In particular, repeatedly swap the root with last element in the heap and heapify down the new root to restore the heap one size smaller. 1.

  9. An efficient heap-based optimization algorithm for parameters ...

    Mar 23, 2021 · Therefore, in this paper, a new improved optimization algorithm based on the Heap-based optimizer (HBO) has been proposed to estimate the unknown parameters of PEMFCs models using an objective function that minimizes …

  10. Heap Sort in C: Building an Optimized Sorting Program

    In this article, delve into the world of Heap Sort across different languages—C++, Java, and Python—to understand its implementation and optimize your sorting algorithms. Heap sort is an efficient sorting algorithm that works by organizing data into a specialized tree-like structure known as a heap.

  11. Some results have been removed