You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
[6.2.1] - 2023-01-20
Changed
Refactored WeightedStaticScheduling to extract internal package-access classes for reading and writing instances to and from OR-library formatted files.
Refactored WeightedStaticSchedulingWithSetups to extract internal package-access classes for reading and writing instances to and from the format of Cicirello (2003).
Refactored CommonDuedateScheduling to extract internal package-access classes for reading and writing instances to and from OR-library formatted files.
Fixed
Refactored several classes based on RefactorFirst scan, including the following:
Test cases for all of the numeric representations
Test cases for ValueBiasedStochasticSampling
Test cases for HeuristicBiasedStochasticSampling
Test cases for HeuristicSolutionGenerator
Test cases for HeuristicPermutationGenerator
Test cases for AcceptanceBandSampling
Test cases for all of the iterable mutation operators
Test cases for all of the mutation operators for permutations
Test cases for UniformMutation for integer representations
Test cases for all of the classic annealing schedules (linear, exponential, and logarithmic)
Test cases for all of the restart schedules
Test cases for all constructive heuristics for scheduling problems
Test cases for the BitVector class
Test cases for CommonDuedateScheduling
Test cases for WeightedStaticSchedulingWithSetups
Test cases for the parallel metaheuristic and parallel multistarter classes