Method | Description | |
---|---|---|
SimulatedAnneallingSearch ( Cream.Network network ) : System |
Initializes a new instance of the SimulatedAnneallingSearch class.
|
|
SimulatedAnneallingSearch ( Cream.Network network, int option ) : System |
Initializes a new instance of the SimulatedAnneallingSearch class.
|
|
SimulatedAnneallingSearch ( Cream.Network network, int option, string name ) : System |
Initializes a new instance of the SimulatedAnneallingSearch class.
|
|
SimulatedAnneallingSearch ( Cream.Network network, string name ) : System |
Initializes a new instance of the SimulatedAnneallingSearch class.
|
Method | Description | |
---|---|---|
NextSearch ( ) : void |
The next search.
|
|
StartSearch ( ) : void |
The start search.
|
public SimulatedAnneallingSearch ( Cream.Network network ) : System | ||
network | Cream.Network | /// The network. /// |
return | System |
public SimulatedAnneallingSearch ( Cream.Network network, int option ) : System | ||
network | Cream.Network | /// The network. /// |
option | int | /// The option. /// |
return | System |
public SimulatedAnneallingSearch ( Cream.Network network, int option, string name ) : System | ||
network | Cream.Network | /// The network. /// |
option | int | /// The option. /// |
name | string | /// The solver name. /// |
return | System |
public SimulatedAnneallingSearch ( Cream.Network network, string name ) : System | ||
network | Cream.Network | /// The network. /// |
name | string | /// The solver name. /// |
return | System |