|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectlio.memetic.SimulAnnealing
public class SimulAnnealing
| Constructor Summary | |
|---|---|
SimulAnnealing()
Creates a new instance of Simulated annealing |
|
| Method Summary | |
|---|---|
Individual |
doTestsNB(Individual individual,
double T)
|
LiOResourceDefinition |
getDefinition()
Return a LiOResDescription object which holds the name and all parameters that describe the resource. |
Neighbourhood |
getNeighbourhood()
Getter for property neighbourhood. |
static void |
main(java.lang.String[] args)
Main class to test the class. |
void |
setNeighbourhood(Neighbourhood neighbourhood)
Setter for property neighbourhood. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimulAnnealing()
| Method Detail |
|---|
public Individual doTestsNB(Individual individual,
double T)
public LiOResourceDefinition getDefinition()
LiOResource
getDefinition in interface LiOResourcepublic static void main(java.lang.String[] args)
public Neighbourhood getNeighbourhood()
public void setNeighbourhood(Neighbourhood neighbourhood)
neighbourhood - New value of property neighbourhood.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||