Fix some randomness in evolutionary pareto search not coming from given seed
I found this running my new AML version of the face segmentation task. Each search run was generating different archid's even though I was giving the search algorithm the same seed.
Fixes: # (issue)
Changes
Please delete options that are not relevant.
[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (causes existing functionality to not work as expected)
…en seed.
Add unit tests to cover this.
Pull Request Template
Description
Fix some randomness in evolutionary pareto search not coming from given seed
I found this running my new AML version of the face segmentation task. Each search run was generating different archid's even though I was giving the search algorithm the same seed.
Fixes: # (issue)
Changes
Please delete options that are not relevant.
Configuration:
Final checks: