Issue1227

Title Improve interplay between SearchAlgorithms, Heuristics, EvaluationContext, and StateRegistry
Priority wish Status chatting
Superseder Nosy List florian, jendrik, malte
Assigned To Keywords
Optional summary
part of issue559

Created on 2026-07-23.17:43:35 by florian, last changed by florian.

Summary
part of issue559
Messages
msg12111 (view) Author: florian Date: 2026-07-23.17:45:52
issue1208 adds some questionable `mutable` and `const casts` that would fall under this issue: look for "issue1227" in the code after 1208 has been merged.
msg12109 (view) Author: florian Date: 2026-07-23.17:43:35
We generally want to untangle the dependencies between the classes and how they call each other. One aspect that could potentially be improved is the two-level lookup of per-state information.
History
Date User Action Args
2026-07-23 17:45:52floriansetmessages: + msg12111
status: unread -> chatting
2026-07-23 17:43:35floriancreate