Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / airbus/discrete-optimization issues and pull requests

#284 - Use minizinc 2.8.5 binary in tests

Pull Request - State: open - Opened by nhuet 23 days ago

#282 - Add executed_ansatz variable to QAOA and VQE solvers

Pull Request - State: closed - Opened by ArmandGautier 23 days ago

#281 - add ansatz as class variable for QAOA and VQE algorithms

Pull Request - State: closed - Opened by ArmandGautier 24 days ago

#280 - Add a tutorial for lexicographic optimization

Pull Request - State: open - Opened by nhuet 24 days ago

#279 - Update and fix notebooks

Pull Request - State: closed - Opened by nhuet 25 days ago

#278 - Harmonize time_limit/timeout/... arguments

Pull Request - State: open - Opened by nhuet 27 days ago

#277 - Add a unit factor when reporting time with optuna callback

Pull Request - State: closed - Opened by nhuet about 1 month ago

#276 - Update fetching of IMOPSE datasets

Pull Request - State: closed - Opened by nhuet about 1 month ago

#275 - Add hyperparameters to SequentialMetasolver

Pull Request - State: closed - Opened by nhuet about 2 months ago

#274 - Unit test change for vrp cpsat

Pull Request - State: closed - Opened by g-poveda about 2 months ago

#273 - Improve `SubBrickHyperparmeter.suggest_hyperparameter_with_optuna()`

Pull Request - State: closed - Opened by nhuet about 2 months ago

#272 - List without replacement of categorical or subbrick hyperparameters

Pull Request - State: closed - Opened by nhuet about 2 months ago

#271 - Drop trials with same parameters as others by failing them

Pull Request - State: closed - Opened by nhuet about 2 months ago

#269 - Implement a sequential metasolver

Pull Request - State: closed - Opened by nhuet about 2 months ago

#268 - Store CPSolver in the OrtoolsCPSatSolver

Pull Request - State: closed - Opened by g-poveda about 2 months ago

#267 - Fix bug in cpsat vrp model

Pull Request - State: closed - Opened by g-poveda 2 months ago

#266 - Add hyperparameters from MinizincCPSolver to ColoringCP

Pull Request - State: closed - Opened by nhuet 2 months ago

#265 - Simplify `LargeNeighborhoodSearchScheduling.__init__()`

Pull Request - State: closed - Opened by nhuet 2 months ago

#263 - Improve optuna utils

Pull Request - State: closed - Opened by nhuet 2 months ago

#262 - Implement ListHyperparameter, a variable list of hyperparameters

Pull Request - State: closed - Opened by nhuet 2 months ago

#261 - LNS with cpsat for the coloring graph problem

Pull Request - State: closed - Opened by g-poveda 2 months ago

#260 - Refactor SubBrickHyperparameter

Pull Request - State: closed - Opened by nhuet 2 months ago

#259 - CPSat solver for vrp problem

Pull Request - State: closed - Opened by g-poveda 2 months ago

#258 - Cpsat based solver for traveling saleman problem

Pull Request - State: closed - Opened by g-poveda 3 months ago - 1 comment

#257 - Lexico tools update

Pull Request - State: closed - Opened by g-poveda 3 months ago

#256 - New solver added for maximum independent set

Pull Request - State: closed - Opened by g-poveda 3 months ago

#254 - Example script for MIS

Pull Request - State: closed - Opened by g-poveda 3 months ago

#253 - Make ConstraintHandlerMix more generic

Pull Request - State: closed - Opened by nhuet 3 months ago

#252 - Avoid random crash in test_cp_rcp

Pull Request - State: closed - Opened by nhuet 3 months ago

#251 - Implement lns solver for maximum independent set problem

Pull Request - State: closed - Opened by nhuet 3 months ago

#250 - Fix use of `time_limit_iter0` in LNS_CP

Pull Request - State: closed - Opened by nhuet 3 months ago

#249 - Implement lexicographic optimization

Pull Request - State: closed - Opened by nhuet 3 months ago

#248 - Fix lns solve() and unify contraint handlers api

Pull Request - State: closed - Opened by nhuet 3 months ago

#247 - add quantum solvers for tsp2Dmodel problem

Pull Request - State: closed - Opened by ArmandGautier 3 months ago

#246 - Simplification of ResultStorage api

Pull Request - State: closed - Opened by nhuet 3 months ago

#245 - Implement an ortools-cpsat based lns solver

Pull Request - State: closed - Opened by nhuet 3 months ago

#244 - Add possibility to finetune ortools-cpsat solvers

Pull Request - State: closed - Opened by nhuet 3 months ago

#243 - Add dynamically hyperparameters to a solver class in an optuna study

Pull Request - State: closed - Opened by nhuet 3 months ago

#242 - Add possibility to suggest bounds of a float hyperparameter

Pull Request - State: closed - Opened by nhuet 3 months ago

#241 - Correct initialisation of get_edges_for_vehicle() in GPDP problem

Pull Request - State: closed - Opened by g-poveda 4 months ago

#240 - Add "name_in_kwargs" attribute to hyperparameters

Pull Request - State: closed - Opened by nhuet 4 months ago

#239 - Add log and step attributes to integer and float hyperparameter

Pull Request - State: closed - Opened by nhuet 4 months ago

#238 - Prepare compatibility with numpy 2.0

Pull Request - State: closed - Opened by nhuet 4 months ago

#237 - Clean pyproject.toml

Pull Request - State: closed - Opened by nhuet 4 months ago

#236 - Add quantum solvers for the coloring problem

Pull Request - State: closed - Opened by ArmandGautier 4 months ago

#235 - Add possibility to specify labels for CategoricalHyperparameter

Pull Request - State: closed - Opened by nhuet 4 months ago

#234 - Make qiskit an optional dependency

Pull Request - State: closed - Opened by nhuet 4 months ago

#233 - Add solvers using Qiskit for the coloring Problem

Pull Request - State: closed - Opened by ArmandGautier 4 months ago

#231 - More robust satisfy function for rcpsp

Pull Request - State: closed - Opened by g-poveda 4 months ago

#230 - Add possibility of defining subchoices for EnumHyperparameter

Pull Request - State: closed - Opened by nhuet 4 months ago

#229 - Allow GPHH solvers to not define training_domains

Pull Request - State: closed - Opened by nhuet 4 months ago

#228 - Replace test for timed pruner with timed optuna callback

Pull Request - State: closed - Opened by nhuet 4 months ago

#226 - add a step parameter to the class IntegerHyperparameter

Pull Request - State: closed - Opened by ArmandGautier 4 months ago

#225 - Update ParamsConstraintBuilder hyperparameters

Pull Request - State: closed - Opened by nhuet 4 months ago

#224 - Remove unused imports

Pull Request - State: closed - Opened by nhuet 4 months ago

#223 - Convert maximum_independent_set into a findable subpackage

Pull Request - State: closed - Opened by nhuet 4 months ago

#217 - Allow SubBrickKwargsHyperparameter to directly specify a subbrick class

Pull Request - State: closed - Opened by nhuet 4 months ago - 1 comment

#216 - add optuna example and two new solvers for mis problem

Pull Request - State: closed - Opened by ArmandGautier 4 months ago

#215 - Remove doc 0.1.dev1+g3d1cde5

Pull Request - State: closed - Opened by nhuet 4 months ago

#214 - Unify lns solvers api

Pull Request - State: closed - Opened by nhuet 4 months ago

#213 - Skip tests using python-mip on macos arm64

Pull Request - State: closed - Opened by nhuet 4 months ago

#212 - Minor change on hyperparam for ga solver

Pull Request - State: closed - Opened by g-poveda 5 months ago

#211 - Adapted the colormap usage in the different plot functions

Pull Request - State: closed - Opened by g-poveda 5 months ago

#210 - Add hyperparameters to rcpsp solvers

Pull Request - State: closed - Opened by g-poveda 5 months ago

#209 - Add maximum independent set problem and solvers

Pull Request - State: closed - Opened by ArmandGautier 5 months ago - 1 comment

#208 - Freeze ortools for windows tests

Pull Request - State: closed - Opened by nhuet 5 months ago

#207 - Enable callbacks for LS_RCPSP_Solver

Pull Request - State: closed - Opened by nhuet 5 months ago

#206 - Update hyperparameters for all LNS CP solvers

Pull Request - State: closed - Opened by nhuet 5 months ago

#205 - Remove unnecessary assert that could randomly fail

Pull Request - State: closed - Opened by nhuet 5 months ago

#204 - Update library metadata

Pull Request - State: closed - Opened by nhuet 5 months ago

#203 - Fix some issues in preparation for python 3.12 support

Pull Request - State: closed - Opened by nhuet 5 months ago

#202 - Test on python 3.12 instead of 3.11

Pull Request - State: closed - Opened by nhuet 5 months ago - 1 comment

#201 - Clean test workflow matrix

Pull Request - State: closed - Opened by nhuet 5 months ago

#200 - Fix binder build trigger for releases

Pull Request - State: closed - Opened by nhuet 5 months ago

#199 - Fix github actions with macos-latest

Pull Request - State: closed - Opened by nhuet 5 months ago

#198 - Add optuna tutorial

Pull Request - State: closed - Opened by nhuet 5 months ago

#195 - Make easier hyperparameters definition for LNS solvers

Pull Request - State: closed - Opened by nhuet 6 months ago

#193 - Avoid having to install minizinc to build the doc

Pull Request - State: closed - Opened by nhuet 6 months ago

#192 - Update Hyperparams for coloring solver

Pull Request - State: closed - Opened by g-poveda 6 months ago

#191 - Update minizinc binary version used in github workflow to 2.8.3

Pull Request - State: closed - Opened by nhuet 6 months ago - 1 comment

#190 - Fix optuna callback

Pull Request - State: closed - Opened by nhuet 6 months ago

#189 - Add a notebooks explaining callbacks usage

Pull Request - State: closed - Opened by nhuet 6 months ago

#188 - Add a basic content to "getting started" doc page.

Pull Request - State: closed - Opened by nhuet 6 months ago

#187 - Implement callbacks for minizinc-based solvers

Pull Request - State: closed - Opened by nhuet 6 months ago

#186 - Remove previous docs relying on existence of binder orphan branch

Pull Request - State: closed - Opened by nhuet 6 months ago

#185 - Add colab links for notebooks

Pull Request - State: closed - Opened by nhuet 6 months ago