JaffarPlus
High-performance best-first search optimizer for tool-assisted speedruns
Loading...
Searching...
No Matches
driver.hpp File Reference

Top-level orchestration of a Jaffar search run: drives the engine's step loop, tracks the best/worst states and win states, and periodically saves intermediate solutions. More...

#include "engine.hpp"
#include "game.hpp"
#include "runner.hpp"
#include <chrono>
#include <cstdlib>
#include <fstream>
#include <limits>
#include <vector>

Go to the source code of this file.

Classes

class  jaffarPlus::Driver
 Owns and runs the engine's step loop and reports how the run ended. More...
 

Detailed Description

Top-level orchestration of a Jaffar search run: drives the engine's step loop, tracks the best/worst states and win states, and periodically saves intermediate solutions.

Definition in file driver.hpp.