mess-nlesc / model

NetLogo code for an agent-basel model
Apache License 2.0
0 stars 0 forks source link

Optimize the NetLogo code to improve the performace #11

Open fdiblen opened 9 months ago

fdiblen commented 9 months ago

There is a paper suggesting some performance improvements: https://jasss.soc.surrey.ac.uk/20/1/3.html

Can we apply some of these suggestions?

fdiblen commented 9 months ago

NetLogo also has a profiler extension which can be used to identify possible optimizations: https://ccl.northwestern.edu/netlogo/docs/profiler.html