add button to move to a state farthest from any win condition
This commit is contained in:
@ -82,6 +82,10 @@ public:
|
||||
|
||||
auto FindTargetPath() -> void;
|
||||
|
||||
auto FindWorstState() -> State;
|
||||
|
||||
auto GoToWorst() -> void;
|
||||
|
||||
auto CurrentMassIndex() const -> std::size_t;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user