microsoft / archai

Accelerate your Neural Architecture Search (NAS) through fast, reproducible and modular research.
https://microsoft.github.io/archai
MIT License
467 stars 92 forks source link

Fix some randomness in evolutionary pareto search not coming from given seed #225

Closed lovettchris closed 1 year ago

lovettchris commented 1 year ago

…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: