This repository has been archived by the owner on Jul 19, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Store ensemble config nodes in an ordered map
We observe different samplings for iteration 0 in regressions tests for deploys built internally vs deploys built on GitHub Action and then fetched from PyPI. This commit stores the parameter nodes in an ordered structure (map) instead of unordered_map aiming at this making the different builds sample the parameters in the same order.
- Loading branch information