Skip to content

Conversation

odow
Copy link
Member

@odow odow commented May 7, 2021

Closes #1185

@blegat I think I need you to look at this.

@odow odow added Type: Bug Submodule: Bridges About the Bridges submodule labels May 7, 2021
@odow odow added this to the v0.10 milestone May 7, 2021
@odow odow requested a review from blegat May 7, 2021 03:43
@blegat
Copy link
Member

blegat commented May 7, 2021

If a LazyBridgeOptimizer has an inner SingleBridgeOptimizer then there will be this issue too. So this will be needed in LazyBridgeOptimizer as well.
However, I'm a bit afraid of performance implications of this. Maybe we can say that stacking Variable.SingleBridgeOptimizer is allowed but as the inner model of a LazyBridgeOptimizer. The performance of SingleBridgeOptimizer is less critical as it is mostly used for testing.

@odow
Copy link
Member Author

odow commented May 11, 2021

Maybe we just say that chaining bridges isn't supported for now. Fixing this and checking it works in every case seems a much bigger task.

@odow
Copy link
Member Author

odow commented May 17, 2021

Closing because we need to think about this a bit more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Submodule: Bridges About the Bridges submodule Type: Bug
Development

Successfully merging this pull request may close these issues.

Chaining bridges doesn't work
2 participants