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
Copy file name to clipboardExpand all lines: core/src/main/java/ai/timefold/solver/core/impl/localsearch/decider/acceptor/lateacceptance/LateAcceptanceAcceptor.java
Copy file name to clipboardExpand all lines: core/src/main/java/ai/timefold/solver/core/impl/localsearch/decider/acceptor/stuckcriterion/AbstractGeometricStuckCriterion.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -10,15 +10,15 @@
10
10
/**
11
11
* Restart strategy, which exponentially increases the metric that triggers the restart process.
12
12
* The first restart occurs after the {@code scalingFactor * GEOMETRIC_FACTOR^restartCount} metric.
13
-
* Following that, the metric increases exponentially: 1, 2, 3, 5, 7...
13
+
* Following that, the metric increases exponentially: 1, 3, 9, 27...
14
14
* <p>
15
15
* The strategy is based on the work: Search in a Small World by Toby Walsh
Copy file name to clipboardExpand all lines: core/src/main/java/ai/timefold/solver/core/impl/localsearch/decider/acceptor/stuckcriterion/DiminishedReturnsStuckCriterion.java
Copy file name to clipboardExpand all lines: core/src/test/java/ai/timefold/solver/core/impl/localsearch/decider/acceptor/lateacceptance/LateAcceptanceAcceptorTest.java
Copy file name to clipboardExpand all lines: core/src/test/java/ai/timefold/solver/core/impl/localsearch/decider/acceptor/stuckcriterion/DiminishedReturnsStuckCriterionTest.java
0 commit comments