Skip to content

Releases: gaplopes/hyper-grasp

v1.0.0: Initial Release

08 Jul 16:07

Choose a tag to compare

Hyper-GRASP v1.0.0

This is the initial release of Hyper-GRASP, a hypervolume-based GRASP metaheuristic for Multiobjective Combinatorial Optimization (MOCO) problems.

About

Hyper-GRASP is a hypervolume-based GRASP metaheuristic that combines greedy construction with local search to find a set of non-dominated solutions and approximate the Pareto front.

This implementation includes support for:

  • Multiobjective Knapsack Problem (MOKP) for any number of objectives
  • Multiobjective Minimum Spanning Tree (MOMST) for bi-objective cases

For detailed information about changes and improvements in this release, please see the UPDATE.md file.