add logistic function
This commit is contained in:
parent
952f8b97a5
commit
436acd66f5
1 changed files with 3 additions and 0 deletions
|
@ -1 +1,4 @@
|
|||
# Your code goes here
|
||||
|
||||
def f(x, r):
|
||||
return r * x * (1-x)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue