|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Replacement policy that prefers entries searched to greater depth. More...
#include <Transposition_Table.H>
Public Member Functions | |
| bool | operator() (const Entry &candidate, const Entry ¤t) const noexcept |
| Decide which entry to keep according to remaining depth. | |
Replacement policy that prefers entries searched to greater depth.
Definition at line 137 of file Transposition_Table.H.
|
inlinenoexcept |
Decide which entry to keep according to remaining depth.
| candidate | New entry proposed for storage. |
| current | Entry already stored for the same key. |
candidate.depth > current.depth. Definition at line 144 of file Transposition_Table.H.
References Aleph::divide_and_conquer_partition_dp().