stepCircleResolution [int]:
Parameter of the optimization solver method: the number of points on the most outer circle. The number of points on any other circle will be
chosen based on the angle3D between two successive points on the most outer circle such that any angle3D between two successive points
on any circle will be almost equal. Therefore the number of points on a circle decreases with its radius.
The positioned points will be used in different ways which depends on the {@link OptimizationType}.
- OptimizationType.NELDER_MEAD (default): each neighbouring pair of points and the agent position is used as a starting simplex
- OptimizationType.PSO: each point and the position of the agent is used as a starting position of a particle
- OptimizationType.DISCRETE: each point and the position of the agent is used to directly evaluate the evaluation function (brute force)