|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjmetal.core.Operator
jmetal.operators.localSearch.LocalSearch
jmetal.operators.localSearch.MutationLocalSearch
public class MutationLocalSearch
This class implements an local search operator based in the use of a mutation operator. An archive is used to store the non-dominated solutions found during the search.
| Field Summary |
|---|
| Fields inherited from class jmetal.core.Operator |
|---|
parameters_ |
| Constructor Summary | |
|---|---|
MutationLocalSearch(java.util.HashMap<java.lang.String,java.lang.Object> parameters)
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.Object |
execute(java.lang.Object object)
Executes the local search. |
int |
getEvaluations()
Returns the number of evaluations maded |
| 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 MutationLocalSearch(java.util.HashMap<java.lang.String,java.lang.Object> parameters)
parameters - The parameters| Method Detail |
|---|
public java.lang.Object execute(java.lang.Object object)
throws JMException
execute in class Operatorobject - Object representing a solution
JMExceptionpublic int getEvaluations()
getEvaluations in class LocalSearch
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||