Class DSENeighbor
- java.lang.Object
-
- de.uka.ipd.sdq.dsexplore.opt4j.representation.DSENeighbor
-
- All Implemented Interfaces:
org.opt4j.core.optimizer.Operator<DesignDecisionGenotype>
,org.opt4j.operator.neighbor.Neighbor<DesignDecisionGenotype>
public class DSENeighbor extends Object implements org.opt4j.operator.neighbor.Neighbor<DesignDecisionGenotype>
-
-
Constructor Summary
Constructors Constructor Description DSENeighbor(org.opt4j.operator.normalize.NormalizeDouble normalize, org.opt4j.common.random.Rand random)
-
-
-
Method Detail
-
neighbor
public void neighbor(DesignDecisionGenotype genotype)
- Specified by:
neighbor
in interfaceorg.opt4j.operator.neighbor.Neighbor<DesignDecisionGenotype>
-
-