Files
2026-05-22 11:14:29 +02:00

10 lines
264 B
Plaintext

<function>
<subclass>afryca.ase.Function</subclass>
<file></file>
<category>Cost metric</category>
<name>Number of rounds</name>
<description></description>
<code>
return simulation.getResult().get(EResultElements.rounds_results).size();
</code>
</function>