default Format
Provides the default tabular formatting for a single SolverStateSnapshot.
The output includes the iteration number, oracle calls, objective function values, and the string representations of the current and best solutions. Numerical values are padded to align neatly in a fixed-width console environment.
Return
A formatted, tabular string representing the snapshot.
Parameters
snapshot
The mathematical state of the solver at a specific iteration.