alinaciuysal / OEDA

Apache License 2.0
1 stars 1 forks source link

dict of dict structure for MLR strategy #17

Closed alinaciuysal closed 6 years ago

alinaciuysal commented 6 years ago

As we can't pass complex objects as parameter(s) to obj_fcn, we are currently using global workflow and variable objects. Thus, to allow parallel execution of experiments based on MLR strategy, we need to have this structure in a thread-safe manner.

alinaciuysal commented 6 years ago

will not be fixed until we find a way to properly pass additional, non-objective parameters to function of MBO

alinaciuysal commented 6 years ago

implemented here