InferOpt
Combinatorial optimization layers for machine learning pipelines
Science Score: 54.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
✓Academic publication links
Links to: arxiv.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.3%) to scientific vocabulary
Keywords
Repository
Combinatorial optimization layers for machine learning pipelines
Basic Info
- Host: GitHub
- Owner: JuliaDecisionFocusedLearning
- License: mit
- Language: Julia
- Default Branch: main
- Homepage: https://juliadecisionfocusedlearning.github.io/InferOpt.jl/
- Size: 1.33 MB
Statistics
- Stars: 126
- Watchers: 3
- Forks: 4
- Open Issues: 19
- Releases: 12
Topics
Metadata Files
README.md
InferOpt.jl
Overview
InferOpt.jl is a toolbox for using combinatorial optimization algorithms within machine learning pipelines.
It allows you to create differentiable layers from optimization oracles that do not have meaningful derivatives. Typical examples include mixed integer linear programs or graph algorithms.
Getting started
To install the stable version, open a Julia REPL and run the following command:
julia
julia> using Pkg; Pkg.add("InferOpt")
To install the development version, run this command instead:
julia
julia> using Pkg; Pkg.add(url="https://github.com/JuliaDecisionFocusedLearning/InferOpt.jl")
Citing us
If you use our package in your research, please cite the following paper:
Learning with Combinatorial Optimization Layers: a Probabilistic Approach - Guillaume Dalle, Léo Baty, Louis Bouvier and Axel Parmentier (2022)
Related packages
The following libraries implement similar functionalities:
- ImplicitDifferentiation.jl: automatic differentiation of implicit functions
- DiffOpt.jl: differentiating convex optimization programs w.r.t. program parameters
- JAXopt: hardware accelerated, batchable and differentiable optimizers in JAX
Owner
- Name: JuliaDecisionFocusedLearning
- Login: JuliaDecisionFocusedLearning
- Kind: organization
- Repositories: 1
- Profile: https://github.com/JuliaDecisionFocusedLearning
Citation (CITATION.bib)
@misc{InferOpt.jl,
author = {Guillaume Dalle, Léo Baty, Louis Bouvier and Axel Parmentier},
title = {InferOpt.jl},
url = {https://github.com/axelparmentier/InferOpt.jl},
version = {v0.7.1},
year = {2025},
month = {7}
}
GitHub Events
Total
- Create event: 5
- Release event: 1
- Issues event: 5
- Watch event: 12
- Delete event: 8
- Issue comment event: 24
- Push event: 31
- Pull request event: 7
Last Year
- Create event: 5
- Release event: 1
- Issues event: 5
- Watch event: 12
- Delete event: 8
- Issue comment event: 24
- Push event: 31
- Pull request event: 7
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 60
- Total pull requests: 83
- Average time to close issues: 4 months
- Average time to close pull requests: 29 days
- Total issue authors: 5
- Total pull request authors: 6
- Average comments per issue: 1.52
- Average comments per pull request: 1.37
- Merged pull requests: 67
- Bot issues: 0
- Bot pull requests: 18
Past Year
- Issues: 1
- Pull requests: 3
- Average time to close issues: N/A
- Average time to close pull requests: about 2 months
- Issue authors: 1
- Pull request authors: 3
- Average comments per issue: 11.0
- Average comments per pull request: 1.67
- Merged pull requests: 3
- Bot issues: 0
- Bot pull requests: 1
Top Authors
Issue Authors
- gdalle (4)
- BatyLeo (2)
- JuliaTagBot (1)
Pull Request Authors
- BatyLeo (5)
- dependabot[bot] (3)
- gdalle (3)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- julia 21 total
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 12
juliahub.com: InferOpt
Combinatorial optimization layers for machine learning pipelines
- Homepage: https://juliadecisionfocusedlearning.github.io/InferOpt.jl/
- Documentation: https://docs.juliahub.com/General/InferOpt/stable/
- License: MIT
-
Latest release: 0.7.1
published 8 months ago
Rankings
Dependencies
- actions/checkout v2 composite
- codecov/codecov-action v2 composite
- julia-actions/cache v1 composite
- julia-actions/julia-buildpkg v1 composite
- julia-actions/julia-docdeploy v1 composite
- julia-actions/julia-processcoverage v1 composite
- julia-actions/julia-runtest v1 composite
- julia-actions/setup-julia v1 composite
- JuliaRegistries/TagBot v1 composite
- julia-actions/RegisterAction latest composite