TabernaA
TabernaA
Okay thanks. I managed to connect my model to EMA. Yet it is very slow, I remembered there was an option for multiprocessing, is there any example of how to...
Thanks. I actually did adapt my model to be the same as the tutorial: This is my code: def model_EEG_ABM(F1=5, F2 =25, H =350 , B =1 , T =...
I am using 2.0.9
I have changed time in: 'TIME' : [float(i) for i in range(steps +1)] But still I get the same error. I have also tried to remove 'TIME' so using only...
I see, perfect! Thanks. I still got problems with parallel runs but I guess is something on my end that I got to fix.
At the bottom of the code I have added: from ema_workbench import MultiprocessingEvaluator with MultiprocessingEvaluator(model) as evaluator: experiments, outcomes = evaluator.perform_experiments(10) 1) I am using macOS Big Sur 11.3.1 2)...
Interesting. I think it might be something wrong with brew. I have to test Thanks for the help!
Hi guys, just a follow-up. I made the general ema workbench working (I had a problem with brew and conda directory mixed up). However I can't make it work with...
I am sorry, it says 'pool started' not running sequentially. I tried to copy and paste the sobol lake problem, it stayed like this the for 3 hours: (I am...
I closed by mistake sorry