Feedback and questions for chapter 5 #5
Replies: 1 comment 2 replies
-
Hi Anton, Working through the Entropy Pooling code. In the minimization problem expressed below: dual_solution = minimize( I see that the _dual_objective function you've specified takes an array of lagrangian multipliers as its first argument. Where (or how) do these multipliers appear exactly? My understanding of scipy's minimize function is that the first argument of the objective function is x0, which is just an array of zeroes. That would render the last term in equation 5.1.3, A'v, equal to zero, which doesn't seem correct. Put more simply, how do the lagrangian multipliers manifest in the minimization problem as written above? Thanks! |
Beta Was this translation helpful? Give feedback.
-
This thread is for general feedback and questions related to chapter 5.
It is perfectly fine to also create threads for specific topics or methods. If they happen to be particularly chapter 5 related, I will collect references to them here, for example, questions or feedback related to Entropy Pooling.
Beta Was this translation helpful? Give feedback.
All reactions