Compare rule execution across multiple topologies simultaneously.
Global Agent Count50
Logic Editor
[—]
iVariables: state: current val n_avg, n_sum, n_count centrality, topology agent: Persistent & mutable object. Properties: .id, .val, .type (default/bayesian/utility/market), .alpha, .beta, .isBiased, .strategy (0–3), .action, .payoff, .memory. Target by id: if (agent.id === 5) agent.alpha = 80; neighbors: Array of neighbor agents. agents, centralities: Global arrays. lib: Native Logic Library! Call lib.bayesian(agent, neighbors), lib.gameTheory(...), or lib.cellular(...). Runs on every node, every tick.
iVariables: states: Array of all node values agents: Array of rich agent objects (each has .id, .val, .type, .alpha, .beta, .isBiased, .strategy, .payoff, .memory) neighbors, centralities topology Track a node: agents[5].alpha Filter by type: agents.filter(a => a.type === 'market') Return a string or number. HTML tags allowed. Runs globally to populate the Dashboard.
Simvect
[—]
Simvect
Your local Specialist to all things Aquavect. Runs entirely in your browser.
Preparing...
Simvect Active (Local)
Activate Simvect, pick Node Heuristic or Global Metric in the Logic Editor, then describe what you want coded.