/use_dijkstra (bool, default: true) # If true, use dijkstra's algorithm. Otherwise, A*. /use_quadratic (bool, default: true) # If true, use the quadratic approximation of the potential. Otherwise, use a simpler calculation. /use_grid_path (bool, default: false) # If true, create a path that follows the grid boundaries. Otherwise, use a gradient descent method.