Skip to content

v1.1.0

Latest

Choose a tag to compare

@merendamattia merendamattia released this 04 Feb 17:19

1.1.0 (2026-02-04)

Bug Fixes

  • enhance algorithm selection in handleRunMces function to support connected and greedy path MCES algorithms (6224139)
  • reduce max workers for concurrent runs from 6 to 3 for better resource management (9aec8dc)
  • update edge multipliers and increase max workers for improved benchmark performance (125a6db)

Features

  • add algorithm statistics tracking and display in frontend; enhance backend to return additional metrics (77efb46)
  • add ilp_r2 algorithm to benchmark runner (1514cb1)
  • add plot generation script for benchmark results visualization (4c1ec1b)
  • add simulated annealing algorithm to benchmark runner (3584406)
  • add simulated annealing MCES algorithm and corresponding API endpoint (391dbc7)
  • add thread-safe printing for benchmark progress and results (5be115b)
  • enhance algorithm statistics display with improved styling and consistent table formatting (2f810aa)
  • enhance benchmark output with thread-safe printing and status updates (49ba2c5)
  • enhance solution optimality check in ilp_r2_mces function (610e777)
  • implement benchmark runner for MCES algorithms with CSV output and configurable parameters (19b0350)
  • implement connected and greedy path MCES algorithms; update API and frontend for new functionalities (34dbc85)
  • implement ILP R2 algorithm for MCES and add API endpoint (7e70624)
  • refactor benchmark execution to use ThreadPoolExecutor for concurrent algorithm runs (c310283)