Skip to content

Commit 520ece1

Browse files
authored
Update README.md
1 parent 2af8dd6 commit 520ece1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,8 @@ To make it possible to write fuzzy logic in the most pythonic and simplest way i
1717
* Domain and Set uses an assignment trick to make it possible to instantiate Set() without passing domain and name over and over (yet still be explicit, just not the way one would normally expect). This also allows to call sets as Domain.attributes, which also normally shouldn't be possible (since they are technically not attributes). However, this allows interesting things like dangling sets (sets without domains) that can be freely combined with other sets to avoid cluttering of domain-namespaces and just have the resulting set assigned to a domain to work with.
1818
Check the Showcase notebook in docs on https://github.com/amogorkon/fuzzylogic for working examples and documentation.
1919
Have fun!
20-
- Anselm Kiefner
20+
21+
# Office Hours
22+
You can contact me one-on-one! Please follow https://calendly.com/amogorkon/officehours to set up a meeting :-)
23+
24+
-- Anselm Kiefner

0 commit comments

Comments
 (0)