Skip to content

Global cleanup#55

Merged
BatyLeo merged 4 commits intomainfrom
cleanup
Mar 13, 2026
Merged

Global cleanup#55
BatyLeo merged 4 commits intomainfrom
cleanup

Conversation

@BatyLeo
Copy link
Copy Markdown
Member

@BatyLeo BatyLeo commented Mar 12, 2026

Making sure all existing benchmarks and the documentation are in line with the new interface.


Changes:

  • Replace generate_anticipative_solution with generate_anticipative_solver(benchmark)
  • Convert generate_baseline_policies return values from positional tuples to named tuples for all benchmarks
  • Standardize seed=nothing default in generate_statistical_model for all benchmarks
  • Remove redundant per-module re-exports
  • Move target_policy application out of generate_sample and into generate_dataset exclusively
  • Docs: restructure using_benchmarks.md with a "Core workflow" section up front + trim custom_benchmarks.md

@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 12, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

Files with missing lines Coverage Δ
src/Argmax/Argmax.jl 100.00% <100.00%> (ø)
src/DecisionFocusedLearningBenchmarks.jl 100.00% <ø> (ø)
src/DynamicAssortment/DynamicAssortment.jl 100.00% <100.00%> (ø)
...namicVehicleScheduling/DynamicVehicleScheduling.jl 100.00% <100.00%> (+18.51%) ⬆️
src/FixedSizeShortestPath/FixedSizeShortestPath.jl 94.00% <ø> (ø)
src/Maintenance/Maintenance.jl 100.00% <100.00%> (ø)
src/PortfolioOptimization/PortfolioOptimization.jl 91.89% <ø> (ø)
src/SubsetSelection/SubsetSelection.jl 100.00% <100.00%> (ø)
src/Utils/Utils.jl 100.00% <ø> (ø)
src/Utils/interface.jl 71.92% <100.00%> (-0.49%) ⬇️
... and 1 more
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@BatyLeo BatyLeo marked this pull request as ready for review March 12, 2026 16:22
@BatyLeo BatyLeo merged commit 676b98b into main Mar 13, 2026
4 checks passed
@BatyLeo BatyLeo deleted the cleanup branch March 13, 2026 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant