adjustBuffer

Sets PanmicticPopulation.buffer = PanmicticPopulation.buffer + step

Parameters

step

step value for new buffer value

  • set positive value to increase

  • set negative value to decrease

  • zero is skipped (no changes)

  • Changing PanmicticPopulation.buffer will copy the existing population to a new array, which can take a significant amount of time

  • When manual increasing the value - its generate new chromosomes with Population.factory

See also