Stay organized with collections
Save and categorize content based on your preferences.
C++ Reference: class SchedulingTimeWindowNeighborhoodGenerator
Note: This documentation is automatically generated.
Similar to SchedulingNeighborhoodGenerator except the set of intervals that
are relaxed are from a specific random time interval.
Method |
Generate | Return type: Neighborhood Arguments: const CpSolverResponse& initial_solution,
double difficulty, absl::BitGenRef random |
SchedulingTimeWindowNeighborhoodGenerator | Return type: explicit Arguments:
NeighborhoodGeneratorHelper const* helper, const std::string& name |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-06 UTC.
[null,null,["Last updated 2024-08-06 UTC."],[],["The `SchedulingTimeWindowNeighborhoodGenerator` class, similar to `SchedulingNeighborhoodGenerator`, relaxes a set of intervals. However, it focuses on intervals from a specific random time window. Key actions include generating a neighborhood using the `Generate` method, which takes an initial solution, difficulty level, and a random bit generator as input. The class itself is instantiated via the `SchedulingTimeWindowNeighborhoodGenerator` method, which takes a `NeighborhoodGeneratorHelper` and a name.\n"]]