foxes.core.WindFarm.reset_turbines(algo, turbines=None)[source] Reset the wind farm turbines. ParametersΒΆ algo: foxes.core.AlgorithmThe algorithm turbines: list of foxes.core.Turbine, optionalThe new list of turbines. If None, the turbine list is cleared.