GEPA.StopCondition.FileStopper (GEPA v0.3.0)

Copy Markdown View Source

Stops optimization when a configured file exists.

Summary

Types

t()

@type t() :: %GEPA.StopCondition.FileStopper{path: Path.t()}

Functions

new(path)

@spec new(Path.t()) :: t()

remove_stop_file(file_stopper)

@spec remove_stop_file(t()) :: :ok | {:error, File.posix()}