Iterative Deepening Branch and Bound

09/03/1999
by   S. Mohanty, et al.
0

In tree search problem the best-first search algorithm needs too much of space . To remove such drawbacks of these algorithms the IDA* was developed which is both space and time cost efficient. But again IDA* can give an optimal solution for real valued problems like Flow shop scheduling, Travelling Salesman and 0/1 Knapsack due to their real valued cost estimates. Thus further modifications are done on it and the Iterative Deepening Branch and Bound Search Algorithms is developed which meets the requirements. We have tried using this algorithm for the Flow Shop Scheduling Problem and have found that it is quite effective.

READ FULL TEXT
research
01/23/2014

An Enhanced Branch-and-bound Algorithm for the Talent Scheduling Problem

The talent scheduling problem is a simplified version of the real-world ...
research
07/30/2019

Iterative Budgeted Exponential Search

We tackle two long-standing problems related to re-expansions in heurist...
research
04/04/2023

Connected and Autonomous Vehicle Scheduling Problems: Some Models and Algorithms

In this paper, we consider scheduling problems that arise in connected a...
research
12/12/2012

Real-valued All-Dimensions search: Low-overhead rapid searching over subsets of attributes

This paper is about searching the combinatorial space of contingency tab...
research
01/21/2019

Analyzing Branch-and-Bound Algorithms for the Multiprocessor Scheduling Problem

The Multiprocessor Scheduling Problem (MSP) is an NP-Complete problem wi...
research
03/08/2011

Climbing depth-bounded adjacent discrepancy search for solving hybrid flow shop scheduling problems with multiprocessor tasks

This paper considers multiprocessor task scheduling in a multistage hybr...
research
09/12/2020

Iterative beam search algorithms for the permutation flowshop

We study an iterative beam search algorithm for the permutation flowshop...

Please sign up or login with your details

Forgot password? Click here to reset