Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1486,6 +1486,13 @@ public class MyStageProvider implements BasicVariableStageProvider<Schedule, Shi
}
----

[NOTE]
====
By default, the solver uses the moves
xref:optimization-algorithms/move-selector-reference.adoc#changeMoveSelector[Change] and
xref:optimization-algorithms/move-selector-reference.adoc#swapMoveSelector[Swap].
====

[#listMoveSelectors]
== Move selectors for list variables

Expand Down Expand Up @@ -1759,6 +1766,14 @@ public class MyStageProvider implements ListVariableStageProvider<RoutePlan, Veh
}
----

[NOTE]
====
By default, the solver uses the moves
xref:optimization-algorithms/move-selector-reference.adoc#listChangeMoveSelector[Change],
xref:optimization-algorithms/move-selector-reference.adoc#listSwapMoveSelector[Swap], and
xref:optimization-algorithms/move-selector-reference.adoc#kOptListMoveSelector[K-OPT].
====

[#customMovesIntroduction]
== Custom moves

Expand Down