Stops optimization when a configured file exists.
Summary
Types
@type t() :: %GEPA.StopCondition.FileStopper{path: Path.t()}
Functions
@spec remove_stop_file(t()) :: :ok | {:error, File.posix()}
Stops optimization when a configured file exists.
@type t() :: %GEPA.StopCondition.FileStopper{path: Path.t()}
@spec remove_stop_file(t()) :: :ok | {:error, File.posix()}