C#中有什么直接方法可以优化数学函数或最小化参数? [英] is there any direct way in c# to optimize a math function or minimize a parameter?

查看:90
本文介绍了C#中有什么直接方法可以优化数学函数或最小化参数?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试在C#中实现一种算法,该算法内部具有一些数学函数,如:

最小化|| xu(i)-∑j aj(i)bj || 2 +β|| a(i)|| 1

但是我不确定C#中是否有任何直接的方法可以进行优化,而我在论坛中找不到任何东西,或者您可以提供任何建议来解决C#中的优化问题!?

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# !?

推荐答案

您是否看过开源Math.Net
http://www.mathdotnet.com/ [ ^ ]
Have you looked at Open Source Math.Net
http://www.mathdotnet.com/[^]


这篇关于C#中有什么直接方法可以优化数学函数或最小化参数?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆