current Point
Represents the current point (input settings) of the solver during its iterative process.
This value is derived from the inputMap
of the currently active solution, which reflects the solver's progress in finding optimal or improved solutions. It is critical in defining the context for later operations such as generating neighbors, evaluating solutions, or updating the current solution.
The property is read-only and provides an up-to-date snapshot of the solver's current position in the problem's solution space.