private BoxCartesian(World world, Snake[] snakes, IBoxHeuristic heuristicFunction) : base(world, snakes, heuristicFunction) { }
public BoxCartesian(World world, int[] snakesStartLocations, IBoxHeuristic heuristicFunction, ISnakeHeuristic heuristicForSnakes) : base(world, snakesStartLocations, heuristicFunction, heuristicForSnakes) { }