See: Description
| Interface | Description |
|---|---|
| EvaluatedMoveCache |
Interface of a cache that stores validations (see
Problem.validate(Solution)) and
evaluations (see Problem.evaluate(Solution)) of neighbours obtained by applying moves
to the current solution in a neighbourhood search. |
| Class | Description |
|---|---|
| SingleEvaluatedMoveCache |
A single move cache only stores the last evaluation and validation that were offered to the cache.
|
Copyright © 2016. All rights reserved.