|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjmetal.core.Operator
jmetal.operators.mutation.Mutation
jmetal.operators.mutation.PolynomialBitFlipMutation
public class PolynomialBitFlipMutation
Field Summary |
---|
Fields inherited from class jmetal.core.Operator |
---|
parameters_ |
Constructor Summary | |
---|---|
PolynomialBitFlipMutation(java.util.HashMap<java.lang.String,java.lang.Object> parameters)
Constructor |
Method Summary | |
---|---|
void |
doMutation(java.lang.Double realProbability,
java.lang.Double binaryProbability,
Solution solution)
doMutation method |
java.lang.Object |
execute(java.lang.Object object)
Abstract method that must be defined by all the operators. |
Methods inherited from class jmetal.core.Operator |
---|
getParameter, setParameter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PolynomialBitFlipMutation(java.util.HashMap<java.lang.String,java.lang.Object> parameters)
Method Detail |
---|
public java.lang.Object execute(java.lang.Object object) throws JMException
Operator
execute
in class Operator
object
- This param inherits from Object to allow different kinds
of parameters for each operator. For example, a selection
operator typically receives a SolutionSet
as
a parameter, while a mutation operator receives a
Solution
.
JMException
public void doMutation(java.lang.Double realProbability, java.lang.Double binaryProbability, Solution solution) throws JMException
realProbability
- binaryProbability
- solution
-
JMException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |