|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucs.UCS
Main UCS class. Make an instance of this (providing a UCSconfig object) and call run(int) or run(int, int) to use UCS on your data.
| Field Summary | |
UCSconfig |
params
The configuration for this instance of UCS |
Population |
pop
The population in this instance of UCS |
| Constructor Summary | |
UCS(UCSconfig p)
Constructor for the main UCS class. |
|
| Method Summary | |
void |
run(int maxiterations)
Main method to be run. |
void |
run(int maxiterations,
int STEP)
Main method to be run. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public UCSconfig params
public Population pop
| Constructor Detail |
public UCS(UCSconfig p)
p - A UCSparams object specifying how this instance of UCS should function.| Method Detail |
public void run(int maxiterations)
maxiterations - The number of iterations to execute.
public void run(int maxiterations,
int STEP)
maxiterations - The number of iterations to execute.STEP - The regular number of iterations when output information is printed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||