A Solution of Degree Constrained Spanning Tree Using Hybrid GA
Sounak Sadhukhan, Samar Sen Sarma

TL;DR
This paper presents a hybrid genetic algorithm to efficiently find minimum degree spanning trees in graphs, addressing an NP-complete problem with a practical, real-time heuristic solution.
Contribution
The paper introduces a novel hybrid genetic algorithm approach for solving the NP-complete minimum degree spanning tree problem with improved efficiency.
Findings
Experimental results outperform existing algorithms
The method generates solutions in real time
Encouraging results for future applications
Abstract
In real life, it is always an urge to reach our goal in minimum effort i.e., it should have a minimum constrained path. The path may be shortest route in practical life, either physical or electronic medium. The scenario is to represents the ambiance as a graph and to find a spanning tree with custom design criteria. Here, we have chosen a minimum degree spanning tree, which can be generated in real time with minimum turnaround time. The problem is NP-complete in nature [1, 2]. The solution approach, in general, is approximate. We have used a heuristic approach, namely hybrid genetic algorithm (GA), with motivated criteria of encoded data structures of graph. We compare the experimental result with the existing approximate algorithm and the result is so encouraging that we are interested to use it in our future applications.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsVehicle Routing Optimization Methods · Metaheuristic Optimization Algorithms Research
