f1d55c3b0b
* Improves MinimumVariancePortfolioOptimizer Values Handling The C# version of the `MinimumVariancePortfolioOptimizer` generated NaN resulting in unit tests failing. If the solver returns NaN for an item, we set it to zero. if all items are NaN or Zero, we return the initial guess, since the sum cannot be zero. * Fixes `RiskParityPortfolioConstructionModelTests` We need to add insights to insight manager before we call `CreateTargets`.