nextPoint

protected abstract fun nextPoint(): InputMap(source)

Defines and specifies how to get the next point for the solver's iterative process. This function is intended to be overridden in subclasses to provide a method for determining the next point in the search process.

Return

an instance of InputMap representing the next point for the solver's process.