Anselm Kiefner

Results 61 comments of Anselm Kiefner

Well observed. There is some debate on this problem here https://github.com/Python-Fuzzylogic/fuzzylogic/discussions/47.

You need to use backticks ``` to format a block as code. There, I fixed it for you.

`trace_delta.neg_large = S( -1, -0.25 )` with a domain of `trace_delta = Domain( "Delta", -2, 2 ) ` looks weird. This assumes a resolution of 1, which is only the...

> It was at this point where I thought I would seek the advise of a resonsible adult who could perhaps show me the error of my ways. Reasonable? Me?...

Btw, thanks a lot for your actual usecase. Helps so much in understanding how my code is actually used and how it's supposed to work. Last person who contacted me...

Hmmm. Could the problem with the resolution be caused by the negative lower limit in the domain? I'm just trying to reproduce your problem and having a result of -3.2...

Seems like you've done a lot of digging, wow. Okay. Hmm. Let's see...

Sorry, I deleted my comments after re-reading what you posted in detail. As I understand it, the index is not an integer because at this point in the calculation it's...

There is an alternative approach to using arrays, which could actually be intermixed. Simple functions like R, S, triangular, trapezoid could be mapped to actual geometric formulas, so the "index"...

What's the cog value you return now?