I am trying to implement an algorithm in C# that has some math function inside like :
Minimize a ||xu( i ) - ∑j aj( i ) bj ||2 + β || a( i ) ||1
but I'm not sure if there is any direct method in C# for optimizing and I couldn't find any thing in forums , or maybe you can offer any suggestion to solve this optimization problem in C# !?
There are several solvers with C# bindings that could be suitable for your problem, for example: