프로퍼티 | 타입 | 설명 | |
---|---|---|---|
iterTimeout | long |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
iteration | int | ||
solver |
메소드 | 설명 | |
---|---|---|
LocalSearch ( Cream.Network network ) : System |
Constructs a random-walk solver for the given network. This constructor is equivalent to LocalSearch(network, Default, null).
|
|
LocalSearch ( Cream.Network network, String name ) : System |
Constructs a random-walk solver for the given network and name. This constructor is equivalent to LocalSearch(network, Default, name).
|
|
LocalSearch ( Cream.Network network, int option ) : System |
Constructs a random-walk solver for the given network and option. This constructor is equivalent to LocalSearch(network, option, null).
|
|
LocalSearch ( Cream.Network network, int option, String name ) : System |
Constructs a random-walk solver for the given network, option, and name.
|
|
Run ( ) : void | ||
Stop ( ) : void |
메소드 | 설명 | |
---|---|---|
EndSearch ( ) : void | ||
GetCandidate ( ) : |
||
NextSearch ( ) : void | ||
StartSearch ( ) : void |
public LocalSearch ( Cream.Network network ) : System | ||
network | Cream.Network | the constraint network /// |
리턴 | System |
public LocalSearch ( Cream.Network network, String name ) : System | ||
network | Cream.Network | the constraint network /// |
name | String | the name of the solver /// |
리턴 | System |
public LocalSearch ( Cream.Network network, int option ) : System | ||
network | Cream.Network | the constraint network /// |
option | int | the option for search strategy /// |
리턴 | System |
public LocalSearch ( Cream.Network network, int option, String name ) : System | ||
network | Cream.Network | the constraint network /// |
option | int | the option for search strategy, or Default for default search strategy /// |
name | String | the name of the solver, or null for a default name /// |
리턴 | System |