Package org.uma.jmetal.algorithm.impl
Class AbstractLocalSearch<S>
java.lang.Object
org.uma.jmetal.algorithm.impl.AbstractLocalSearch<S>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract voidprotected abstract booleanresult()voidrun()protected abstract SvoidsetCurrentSolution(S solution) protected abstract SupdateCurrentSolution(S currentSolution) protected abstract voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.uma.jmetal.algorithm.Algorithm
description, name
-
Constructor Details
-
AbstractLocalSearch
public AbstractLocalSearch()
-
-
Method Details
-
setCurrentSolution
-
initProgress
protected abstract void initProgress() -
updateProgress
protected abstract void updateProgress() -
isStoppingConditionReached
protected abstract boolean isStoppingConditionReached() -
updateCurrentSolution
-
run
-
result
-
setCurrentSolution
-
getCurrentSolution
-