Algorithms which Max(x) Min(y)
C#
1
Posts
1
Posters
0
Views
1
Watching
-
hello, looking for an algorithms/library in .NET that Algorithms which Max(x) Min(y) I think "Mean Variance Optimization" is the word for it - however MVO is used for portfolio selection/optimization: Max(Mean) Min(Variance) Some generic be nice and also how to find the edge cases? How optimized...? Thanks