|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Aspiration-window configuration for iterative deepening. More...
#include <Negamax.H>
Public Member Functions | |
| bool | enabled () const noexcept |
| True when the aspiration window is active (half_window > 0). | |
Public Attributes | |
| Score | half_window = Score{} |
| Initial half-width around the previous root value. | |
| Score | growth = Score{} |
| Extra widening applied after each failed attempt. | |
Aspiration-window configuration for iterative deepening.
|
inlinenoexcept |
True when the aspiration window is active (half_window > 0).
Definition at line 320 of file Negamax.H.
References Aleph::AspirationWindow< Score >::half_window.
| Score Aleph::AspirationWindow< Score >::growth = Score{} |
| Score Aleph::AspirationWindow< Score >::half_window = Score{} |
Initial half-width around the previous root value.
Definition at line 316 of file Negamax.H.
Referenced by Aleph::AspirationWindow< Score >::enabled().