Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Frederico Gonçalves <[email protected]>
  • Loading branch information
triceo and zepfred authored Aug 18, 2024
1 parent ebfbd92 commit be191b8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ Then it runs a construction heuristic to assign them again.
If xref:using-timefold-solver/modeling-planning-problems.adoc#planningVariableAllowingUnassigned[unassigned values] are allowed,
it may leave them unassigned.

This coarse-grained move is useful to help get the solver out of a local optimum.
This coarse-grained move is useful to help the solver to escape from a local optimum.
It allows the solver to effectively "undo" a number of earlier decisions in one step,
opening up a new part of the solution space.

Expand Down Expand Up @@ -566,7 +566,7 @@ Then it runs a construction heuristic to assign them again.
If xref:using-timefold-solver/modeling-planning-problems.adoc#planningListVariableAllowingUnassigned[unassigned values] are allowed,
it may leave them unassigned.

This coarse-grained move is useful to help get the solver out of a local optimum.
This coarse-grained move is useful to help the solver to escape from a local optimum.
It allows the solver to effectively "undo" a number of earlier decisions in one step,
opening up a new part of the solution space.

Expand Down

0 comments on commit be191b8

Please sign in to comment.