defining functions
This commit is contained in:
parent
ad5ee25a8e
commit
867be1c23e
1
gen-bn
Submodule
1
gen-bn
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 9bfc2e612fbe755c0b9cb81ebe768f640dff8f5c
|
||||||
8
main.py
8
main.py
@ -7,6 +7,14 @@ def main():
|
|||||||
print("Hello")
|
print("Hello")
|
||||||
print("Now Hello")
|
print("Now Hello")
|
||||||
|
|
||||||
|
def likelihood_weighting():
|
||||||
|
print("Hello")
|
||||||
|
|
||||||
|
def gibbs_sampling():
|
||||||
|
print("Hello")
|
||||||
|
|
||||||
|
def metropolis_hastings():
|
||||||
|
print("Hello")
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
main()
|
main()
|
||||||
Loading…
x
Reference in New Issue
Block a user