Fuzzy-Logic-Sharp
Fuzzy-Logic-Sharp copied to clipboard
Fuzzy Logic Sharp for .NET
In submited example I added `for` loop to iterate through all water temperatures: ``` var water = new LinguisticVariable("Water"); var cold = water.MembershipFunctions.AddTrapezoid("Cold", 0, 0, 20, 40); var warm =...
and updated to @nunit version 3 due to it.
Fuzzy 2?
I don't see a comments section or an email so posting here. In doing my PhD research a while back I created a fuzzy 2 C# library. It's a bit...
I have a question based on the following example: How is information about the current water temperature received so that it can be assigned to a group (cold, hot). In...
I've found out that once a calculation is made the premise is not reset when calculating for another value, thus calculating invalid values. PremiseModifier value gets a value and it...