Java JFuzzyLogic sourceforge 运行演示

发布于 2024-10-20 23:04:02 字数 135 浏览 1 评论 0原文

有人成功运行 JFuzzyLogic 演示吗?我下载了 zip 文件,并将其解压。能够运行提示示例,但还有其他几个示例未运行。另外,Eclipse 项目的源文件夹中似乎没有 net,这阻止了我运行它们。如何设置 JFuzzyLogic 来运行所有演示。谢谢

Has anyone successfully run the JFuzzyLogic demos? I downloaded the zip file, unzipped it. Was able to run the tip example but there are several others which did not run. Also the eclipse project seemed not to have net in the source folder which prevented me from running them. How do you setup JFuzzyLogic to run all the demos. Thanks

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

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

发布评论

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

评论(2

夜夜流光相皎洁 2024-10-27 23:04:02

我能够运行所有三个演示(Tipper、InvertedPendulum 和参数优化)。我必须修改 fcl 文件才能运行参数优化演示,即使这样它也没有收敛到答案(只是一堆 NaN 结果)。

让演示运行起来并不容易。我在 Eclipse Helios 版本中安装了 jFuzzyLogic 软件,但 fcl 编辑器不起作用。基本上,Eclipse 忽略了整个事情,所以我解压缩了 jFuzzyLogic.jar 并导入了该项目。我必须创建一个“src”文件夹并将“net”目录移到其下。之后一切都成功了。

I was able to run all three demos (Tipper, InvertedPendulum, and parameterOptimization). I had to modify the fcl file to get the parameterOptimization demo to run and even then it didn't converge on an answer (just a bunch of NaN results).

Getting the demos to run wasn't easy. I installed the jFuzzyLogic software in my Eclipse Helios version, but the fcl editor didn't work. Basically, Eclipse just ignored the whole thing, so I unzipped jFuzzyLogic.jar and imported the project. I had to create a 'src' folder and move the 'net' directory under it. After that it all worked.

帥小哥 2024-10-27 23:04:02

事情没那么复杂...
要运行演示,您只需双击 JAR 文件即可。

如果双击不起作用,只需运行“java -jar jFuzzyLogic.jar”,如网站所述。

It is not that complicated...
To run the demo all you have to do is double click on the JAR file.

If double click doesn't work, just run "java -jar jFuzzyLogic.jar", as the website says.

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