java中的模糊逻辑 [英] Fuzzy logic in java

查看:117
本文介绍了java中的模糊逻辑的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我得到了一个涉及模糊逻辑的新项目模块。它是使用模糊逻辑方法确定不同的 Hydrometeors 。我很少关于什么是模糊逻辑的想法。所以我想从已经使用Java模糊逻辑完成项目的人那里获得一些建议(比如我可以采用的基本编程策略)。

I have been given a new project module which involves fuzzy logic. It is to determine different Hydrometeors using fuzzy logic method.I have very little idea about what fuzzy logic is. So I would like to have some advice from people who have already done projects using fuzzy logic in Java (like what are the basic programming strategies I can adopt).

我有遇到模糊logc API 。使用它的人请评论它的用途。

I have come across a fuzzy logc API. People who have used it please comment on how useful it is.

推荐答案

模糊逻辑是一个完全独立于编程语言的抽象概念。基本思想是,不使用任何语句为true或false的布尔逻辑,而是使用连续语句,其中语句可以是100%true和0%true之间的任何位置。这允许您比布尔逻辑更好地建模一些真实场景,但当然需要不同(更复杂)的规则来组合语句。

Fuzzy logic is an abstract concept that is completely independant of programming lanuages. The basic idea is that instead of boolean logic where any statement is either "true" or "false", you use a continuum where a statement can be anywhere between "100% true" and "0% true". This allows you to model some real-world scenarios much better than boolean logic, but of course requires different (more complex) rules for combining statements.

我没有使用过您链接到的API库,但它看起来维护得很好(它已经定期更新,有最新版本,甚至是eclipse插件)。

I have not used the API library you linked to, but it looks pretty well-maintained at first glance (it has been updated regularly, there is a recent release, and even an eclipse plugin).

这篇关于java中的模糊逻辑的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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