Skip to content

Lava Optimization 0.4.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Nov 07:04

Lava Optimization v0.4.0 Release Notes

November 9, 2023

What's Changed

New Features and Improvements

  • Three high-level applications that use the QUBO solver to solve the problems:
    • Scheduler:
      • matches a set of tasks with a set of agents.
      • formulates problems as Maximum Independent Set (MIS) problems.
      • Satellite Scheduler:
        • a special case of the Scheduler app.
        • the tasks to be scheduled are earth observation requests and agents performing these tasks are satellites.
    • Clustering application:
      • assigns cluster IDs to a set of points in 2-D space, based on their distance from cluster centroids.
      • assumes that the coordinates of the cluster centroids are given.
    • TSP
      • finds a route connecting way-points in 2-D.
      • currently, does not take the salesman's starting position into account.

Bug Fixes and Other Changes

  • No bug-fixes or other changes in this release.

Breaking Changes

  • No breaking changes in this release.

Known Issues

  • No known issues in this release.

New Contributors

Full Changelog: v0.3.0...v0.4.0