Files
AFRYCA/plugins/afryca.rcp/preloaded/module/Quality metric/function/Amount of experts whose preferred alternative matches the solution.script
2026-05-22 11:14:29 +02:00

10 lines
370 B
Plaintext

<function>
<subclass>afryca.ase.Function</subclass>
<file></file>
<category>Quality metric</category>
<name>Amount of experts whose preferred alternative matches the solution</name>
<description>Amount of experts whose preferred alternative matches the solution</description>
<code>
return metric.amountIndividualMatchesCollective(simulation);
</code>
</function>