Geoffrey De Smet

Results 86 issues of Geoffrey De Smet

HGS is a rumored to be a interesting algorithm for CVRP. Let's compare it to our implementation and see how it deal with real-world VRP complexity. https://github.com/vidalt/HGS-CVRP (MIT license)

process/needs triage

If the python solver is executed from a working directory that contains a directory called `java` (or maybe `javax` too), we get this error message: ``` ModuleNotFoundError: No module named...

process/needs triage
language/python

To reproduce: - run score analysis on a load balancing use case and serialize to JSON (through a rest endpoint) - with python Error: ``` Unable to serialize unknown type:...

process/needs triage
language/python

Make it stick out like a soar thumb

process/needs triage
language/python

Before ``` solverFactory.buildSolver(new SolverConfigOverride() .withTerminationConfig(new TerminationConfig().withSpentLimit(...)); ``` After ``` solverFactory.buildSolver(new SolverConfigOverride() .withTerminationSpentLimit(...))); ``` Same for unimproved time

process/needs triage

The Java quickstart readme's have this: The Python ones (vehicle routing and school timetabling) are missing that. Let's add it.