run in __main__
This commit is contained in:
@@ -86,7 +86,8 @@ def run_simulation(n_servers=2, lam=40):
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
with ProcessPoolExecutor(max_workers=4) as executor:
|
if __name__=="__main__":
|
||||||
|
with ProcessPoolExecutor(max_workers=4) as executor:
|
||||||
n_servers = [n + 1 for n in range(10)]
|
n_servers = [n + 1 for n in range(10)]
|
||||||
lam = [(n + 1) * 4 for n in range(10)]
|
lam = [(n + 1) * 4 for n in range(10)]
|
||||||
parameter_values = [
|
parameter_values = [
|
||||||
|
|||||||
Reference in New Issue
Block a user