add logistic function

This commit is contained in:
ASPP Student 2025-09-23 17:04:04 +03:00
parent 952f8b97a5
commit 436acd66f5

View file

@ -1 +1,4 @@
# Your code goes here # Your code goes here
def f(x, r):
return r * x * (1-x)