Files
AFRYCA/plugins/afryca.consensusmodel.palomares2014WF/plugin.xml
T
2026-05-22 11:14:29 +02:00

108 lines
3.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
<extension
point="afryca.consensusmodel">
<ConsensusModel
ConsensusModel="afryca.consensusmodel.Palomares2011WF"
Information="%afryca.consensusmodel.palomares2011.information"
MainFeatures="%afryca.consensusmodel.palomares2011.mainfeature"
Multicriteria="false"
Name="%afryca.consensusmodel.palomares2011.name"
Observations="%afryca.consensusmodel.palomares2011.observations"
Structure="afryca.fpr"
WithFeedback="false"
id="Palomares2011">
<Variable
array_default_element_value="0"
description="%afryca.consensusmodel.palomares2011.variable.weights.description"
id="weights"
is_array="true"
is_internal="false"
type="Float">
<Array_restriction
type="element_lower_limit"
value="0">
</Array_restriction>
<Array_restriction
type="element_upper_limit"
value="1">
</Array_restriction>
<Array_restriction
type="elements_sum_value"
value="1">
</Array_restriction>
<Array_relation
type="number_of_elements_equals_to"
variable="experts">
</Array_relation>
</Variable>
<Variable
default_value="15"
description="%afryca.consensusmodel.palomares2011.variable.max_rounds.description"
id="max_rounds"
is_internal="false"
is_array="false"
type="Integer">
<Restriction
type="lower_limit"
value="1">
</Restriction>
</Variable>
<Variable
default_value="0.85"
description="%afryca.consensusmodel.palomares2011.variable.mu.description"
id="mu"
is_internal="false"
is_array="false"
type="Float">
<Restriction
type="lower_limit"
value="0">
</Restriction>
<Restriction
type="upper_limit"
value="1">
</Restriction>
</Variable>
<Variable
default_value="0.05"
description="%afryca.consensusmodel.palomares2011.variable.epsilon.description"
id="epsilon"
is_internal="false"
is_array="false"
type="Float">
<Restriction
type="lower_limit"
value="0">
</Restriction>
<Restriction
type="upper_limit"
value="1">
</Restriction>
<Relation
type="lower_than"
variable="update_coefficient">
</Relation>
</Variable>
<Variable
default_value="0.1"
description="%afryca.consensusmodel.palomares2011.variable.update_coefficient.description"
id="update_coefficient"
is_internal="false"
is_array="false"
type="Float">
<Restriction
type="lower_limit"
value="0">
</Restriction>
<Restriction
type="upper_limit"
value="1">
</Restriction>
</Variable>
</ConsensusModel>
</extension>
</plugin>