简单最小化,但传递到方法中

发布于 2025-01-03 19:27:45 字数 240 浏览 0 评论 0原文

我正在尝试使用 Solver Foundation 来解决一个简单的单变量最小化问题(C#),但我是这个库的新手,并且发现很难找到一个简单的示例...

我正在尝试使用变量最小化x:

MIN[const - method(x)],其中 method(x) 是在同一类中定义的方法。我还可以选择将 method(x) 替换为其他类的实例,其中包含“给定 x 的结果”类型方法。

有办法做到这一点吗?

多谢

I'm trying to use Solver Foundation to solve a simple one variable minimization problem (C#), but I'm new to this library and am finding an easy example hard to find...

What I'm trying to do minimize using variable x:

MIN[const - method(x)], where method(x) is a method defined in the same class. I also have the option of replacing method(x) with an instance of some other class, which has a 'result given x' type method in it.

Is there a way to do that?

Thanks a lot

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

知足的幸福 2025-01-10 19:27:45

这是一个很好的“简单”示例,我自己一直用它来学习求解器。经过 2-3 次阅读后,我能够理解所描述的问题,并且几乎了解求解器中发生的情况 =)

http://clear-lines.com/blog/post/first-steps-with-the-microsoft-solver-foundation.aspx

Here is a good "simple" example I've been using to learn Solver myself. After 2-3 readings I was able to wrap my head around the described problem and almost understand what was going on in solver =)

http://clear-lines.com/blog/post/first-steps-with-the-microsoft-solver-foundation.aspx

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文