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

10 lines
362 B
Plaintext

<function>
<subclass>afryca.ase.Function</subclass>
<file></file>
<category>Cost metric</category>
<name>Difference between initial and final preferences of experts</name>
<description>Difference between initial and final preferences of experts</description>
<code>
return metric.individualDifferenceBetweenInitialAndFinal(simulation);
</code>
</function>