|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StateSkeleton
Basic interface for states. All states used with SimAnnealingSkeleton (and derived classes) must implement this interface.
Method Summary | |
---|---|
java.lang.Object |
clone()
Creates and returns a copy of this object. |
void |
findInitialState(double temp)
This function is called if algorithm finding initial state. |
void |
findNextState(double temp)
Called when algorithm finding next state. |
double |
getActualCost()
This function count optimalization criterion for the state. |
java.lang.String[] |
getSubmission()
This method return submission (problem instance) in text format. |
Method Detail |
---|
void findInitialState(double temp)
temp
- Starting temperaturevoid findNextState(double temp)
temp
- Actual temperaturedouble getActualCost()
java.lang.Object clone()
java.lang.String[] getSubmission()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |