Files
AFRYCA/plugins/afryca.rcp/preloaded/module/Cost metric/function/Difference between the initial and final group preference.script
2026-05-22 11:14:29 +02:00

10 lines
358 B
Plaintext

<function>
<subclass>afryca.ase.Function</subclass>
<file></file>
<category>Cost metric</category>
<name>Difference between the initial and final group preference</name>
<description>Difference between the initial and final group preference</description>
<code>
return metric.collectiveDifferenceBetweenInitialAndFinal(simulation);
</code>
</function>