ExplorationTerminationState

io.github.srs.model.entity.dynamicentity.agent.termination.ExplorationTerminationState
final case class ExplorationTerminationState(visitedCells: Set[(Int, Int)] = ...)

Represents the state for an exploration-based termination condition. Tracks which cells in the environment have been visited by an agent.

Value parameters

visitedCells

mutable set of visited cell coordinates represented as (x, y) tuples

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product