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

136 lines
4.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
<extension
point="afryca.consensusmodel">
<ConsensusModel
ConsensusModel="afryca.consensusmodel.Palomares2014"
Information="%afryca.consensusmodel.palomares2014.information"
MainFeatures="%afryca.consensusmodel.palomares2014.mainfeature"
Multicriteria="false"
Name="%afryca.consensusmodel.palomares2014.name"
Observations="%afryca.consensusmodel.palomares2014.observations"
Structure="afryca.fpr"
WithFeedback="true"
id="Palomares2014">
<Variable
default_value="0.85"
description="%afryca.consensusmodel.palomares2014.variable.mu.description"
id="mu"
is_array="false"
is_internal="false"
type="Float">
<Restriction
type="lower_limit"
value="0">
</Restriction>
<Restriction
type="upper_limit"
value="1">
</Restriction>
</Variable>
<Variable
default_value="15"
description="%afryca.consensusmodel.palomares2014.variable.max_rounds.description"
id="max_rounds"
is_array="false"
is_internal="false"
type="Integer">
<Restriction
type="lower_limit"
value="1">
</Restriction>
</Variable>
<Variable
default_value="0.05"
description="%afryca.consensusmodel.palomares2014.variable.epsilon.description"
id="epsilon"
is_array="false"
is_internal="false"
type="Float">
<Restriction
type="lower_limit"
value="0">
</Restriction>
<Restriction
type="upper_limit"
value="1">
</Restriction>
</Variable>
<Variable
default_value="0.2"
description="%afryca.consensusmodel.palomares2014.variable.alpha.description"
id="alpha"
is_array="false"
is_internal="false"
type="Float">
<Restriction
type="lower_limit"
value="0">
</Restriction>
<Restriction
type="upper_limit"
value="0.9">
</Restriction>
<Relation
type="lower_than"
variable="beta">
</Relation>
</Variable>
<Variable
default_value="0.6"
description="%afryca.consensusmodel.palomares2014.variable.beta.description"
id="beta"
is_array="false"
is_internal="false"
type="Float">
<Restriction
type="lower_limit"
value="0.1">
</Restriction>
<Restriction
type="upper_limit"
value="1">
</Restriction>
<Relation
type="greater_than"
variable="alpha">
</Relation>
</Variable>
<Variable
default_value="0.1"
description="%afryca.consensusmodel.palomares2014.variable.increment.description"
id="increment"
is_array="false"
is_internal="false"
type="Float">
<Restriction
type="lower_limit"
value="0">
</Restriction>
<Restriction
type="upper_limit"
value="1">
</Restriction>
</Variable>
<Variable
default_value="4"
description="%afryca.consensusmodel.palomares2014.variable.h_start.description"
id="h_start"
is_array="false"
is_internal="false"
type="Integer">
<Restriction
type="lower_limit"
value="2">
</Restriction>
<Relation
type="lower_than"
variable="max_rounds">
</Relation>
</Variable>
</ConsensusModel>
</extension>
</plugin>