-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: nearby selection pinning support #614
Conversation
...a/ai/timefold/solver/core/impl/domain/variable/listener/support/VariableListenerSupport.java
Outdated
Show resolved
Hide resolved
...a/ai/timefold/solver/core/impl/domain/variable/listener/support/VariableListenerSupport.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like the new pinning check. Maybe the Javadoc for
Line 8 in f9901d0
public interface IterableSelector<Solution_, T> extends Selector<Solution_>, Iterable<T> { |
Line 11 in f9901d0
public interface MoveSelector<Solution_> extends IterableSelector<Solution_, Move<Solution_>> { |
...timefold/solver/core/impl/heuristic/selector/move/generic/list/RandomListChangeIterator.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good from the FSR model perspective, thank you!
No description provided.