NeighborSelectorIfc

fun interface NeighborSelectorIfc

Defines a general functional interface for selecting a neighbor (point) from a defined neighborhood. The solver is supplied to allow potential access to its state/memory within the process to determine the neighbor.

Functions

Link copied to clipboard
abstract fun select(neighborhood: Set<InputMap>, solver: Solver): InputMap

Defines a general functional interface for selecting a neighbor (point) from a defined neighborhood.