Package-level declarations
Types
Link copied to clipboard
data class StableForSteps<T>(checkInterval: Long, equalIntervals: Long) : TerminationPredicate<T, Position<*>>
A Predicate that tests if an environment's nodes (meaning their position and concentration) have remained unchanged for a certain amount of steps.
Link copied to clipboard