|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectalgo.api.AbstractSolver
public abstract class AbstractSolver
| Field Summary | |
|---|---|
static double |
bestObjective
|
static Solution |
bestSolution
|
| Constructor Summary | |
|---|---|
AbstractSolver()
|
|
| Method Summary | |
|---|---|
protected abstract void |
search(Solution initial)
|
Solution |
solve(Solution initial)
|
void |
updateBest(Solution solution)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static Solution bestSolution
public static double bestObjective
| Constructor Detail |
|---|
public AbstractSolver()
| Method Detail |
|---|
protected abstract void search(Solution initial)
public Solution solve(Solution initial)
solve in interface Solverpublic void updateBest(Solution solution)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||