biodynamo icon indicating copy to clipboard operation
biodynamo copied to clipboard

Allow both manual and automatic randomization of agents ordering

Open Senui opened this issue 2 years ago • 1 comments

By default, the random reordering happens at the end of every iterations (during the teardown operation), but with this PR this can be turned off by initializing the auto_randomize_ variable of the RandomizedRm class with false. To manually trigger the random reordering of agents, you can call the RandomizedRm::RandomizeAgentsOrder function.

Senui avatar Oct 07 '22 15:10 Senui

ping @LukasBreitwieser

TobiasDuswald avatar Nov 23 '22 12:11 TobiasDuswald

@Senui is this done and still relevant? :)

TobiasDuswald avatar Feb 02 '23 22:02 TobiasDuswald