You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently working on a concave function $\max_\mu \mathcal{F(\mu)}$, where $\mu\in\mathbb{T}(G)$. Here, $\mathbb{T}(G)$ represents the spanning-tree polytope, and it has the following constraints for the graph $G=(V, E)$:
This problem can be efficiently solved using the Maximum Spanning Tree algorithm, seen as a Linear Program, since $\mathcal{F(\mu)} $ represents the Bethe free energy and its gradient is $\nabla\mathcal{F(\mu)}=\text{Mutual Information}(\mu)$.
I am currently exploring the use of constrained optimization with jaxopt. However, I am facing challenges in setting up the projection, particularly when dealing with expanding subsets $F$ that depend on the complexity of the graph. This approach may not be scalable.
Do you have any suggestions on how I can proceed or if there is a better alternative approach?
The text was updated successfully, but these errors were encountered:
Hi, is this the correct place to ask questions?
I am currently working on a concave function$\max_\mu \mathcal{F(\mu)}$ , where $\mu\in\mathbb{T}(G)$ . Here, $\mathbb{T}(G)$ represents the spanning-tree polytope, and it has the following constraints for the graph $G=(V, E)$ :
This problem can be efficiently solved using the Maximum Spanning Tree algorithm, seen as a Linear Program, since$\mathcal{F(\mu)} $ represents the Bethe free energy and its gradient is $\nabla\mathcal{F(\mu)}=\text{Mutual Information}(\mu)$ .
I am currently exploring the use of constrained optimization with jaxopt. However, I am facing challenges in setting up the projection, particularly when dealing with expanding subsets$F$ that depend on the complexity of the graph. This approach may not be scalable.
Do you have any suggestions on how I can proceed or if there is a better alternative approach?
The text was updated successfully, but these errors were encountered: