Load balancing of resources in timefold SelectionSorterWeightFactory vs Constraints
I have an objective to evenly distribute tasks among employees using Timefold Solver.
Understanding Resource Allocation: Seeking Insights into the ‘Why’ and ‘How’
We are using timefold for resource allocation
TimeFold allowsUnassigned is not assigning resources even with 0 constraints
We are using TimeFold for employee resource scheduling, I have set allowsUnassigned=true , however I observed that resource allocation is not happening even when constraints are not broken.
solveBuilder is null
We are utilizing timefold for employee allocation , we want to test the logic of “employee allocation”
How can I put a mandatory sequence of Jobs in the food packing example?
I’m new to this and I’ve done an example to plan operations for a shoe manufacturing order, and I’m following the example of food packing, I’ve already made some changes to be able to put in a mandatory sequence of operations, but the algorithm isn’t working. to behave correctly, is there an example that can help me with this issue of the sequence of operations.
TimefoldSolverAutoConfiguration does not define or inherit an implementation of the resolved method ‘abstract void postProcessBeanFactory
I tried to upgrade from Optaplanner to Timefold manually. But I failed to start the server. The error is:
How to model Capacitated VRP for planning monthly schedule and multiple visits per customer?
We have tried the quick-start for Vehicle Routing and am now looking to extend the code to our use case of doing route planning given a forward planning window of one month. No pre-order, and each customer will be visited a few times (Visit needs defined per customer), with visits being as evenly spaced out as possible to maximise sales at each visit. The vehicleCapacity constraint also has to be reset each day of course during solving.
Timefold / Optaplanner variable listener concurreny issues
I have a running solution where we implemented a sort of multi-chained model using Timefold. In our model, each planning entity has several planning variables. These variables are chained using variable listeners to ensure that when one variable changes, the corresponding shadow variables of the entity and all other relevant entities are updated accordingly.
optaplanner / timefold variable listener concurreny issues
I have a running solution where we implemented a sort of multi-chained model using Timefold. In our model, each planning entity has several planning variables. These variables are chained using variable listeners to ensure that when one variable changes, the corresponding shadow variables of the entity and all other relevant entities are updated accordingly.
How can we use the TailChainSwapMoveSelectorConfig with the AnchorShadow variable in the OptaPlanner or Timefold projects?
I’ve added the following default configurations for using TailChainSwapMoveSelectorConfig: