|
|
|
|
|
by eadan
2194 days ago
|
|
Congratulations on the launch! I've been excitedly waiting for the public release since hearing about HASH on Joel's blog a few months ago. I've been playing with some models over the past few hours and I have a few questions / comments. First, would it be possible to perform sensitivity analysis on parameters of the model? For example, with the city infection model, run a number of simulations in parallel with different infection rate values, and see how it affects the model output. Relatedly, I think it would be useful to specify a probability distribution over a parameter rather than setting a fixed value. The state space of the model would become exponential in the number of parameters which can vary, so I understand if it's infeasible, at least in the public version. The real-time spatial and plot views are great. I would like to try some network based simulations. Any plans to add visualizations for these? |
|
We have some users representing networks in the 3D viewer at present, and have seen three ways implementing networks to date:
1. Edges are represented as agents. They are used to store properties such as edge length, and to provide nodes with a way of accessing other nodes.
2. Edges are represented AND USED as agents. Edges not only store properties but themselves exhibit behaviors.
3. Nodes are given a network object which contains information about their network neighbors and all relevant properties (such as directed/undirected edge, edge length, etc...)
Re: your question around experiments... yes to all three (parameter sweeping, Monte Carlo, and sensitivity analysis), and a bunch more. We'll be shipping this alongside H-Cloud. More on that in the full explainer at https://hash.ai/about/mission
Thanks for giving the beta a spin! Happy to chat in more depth over on our public Slack.