C# 클래스 Cream.SimulatedAnneallingSearch

SA Solving Method
상속: LocalSearch
파일 보기 프로젝트 열기: kikoanis/CSharpCream 1 사용 예제들

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
NextSearch ( ) : void

The next search.

StartSearch ( ) : void

The start search.

메소드 상세

NextSearch() 보호된 메소드

The next search.
protected NextSearch ( ) : void
리턴 void

SimulatedAnneallingSearch() 공개 메소드

Initializes a new instance of the SimulatedAnneallingSearch class.
public SimulatedAnneallingSearch ( Cream.Network network ) : System
network Cream.Network /// The network. ///
리턴 System

SimulatedAnneallingSearch() 공개 메소드

Initializes a new instance of the SimulatedAnneallingSearch class.
public SimulatedAnneallingSearch ( Cream.Network network, int option ) : System
network Cream.Network /// The network. ///
option int /// The option. ///
리턴 System

SimulatedAnneallingSearch() 공개 메소드

Initializes a new instance of the SimulatedAnneallingSearch class.
public SimulatedAnneallingSearch ( Cream.Network network, int option, string name ) : System
network Cream.Network /// The network. ///
option int /// The option. ///
name string /// The solver name. ///
리턴 System

SimulatedAnneallingSearch() 공개 메소드

Initializes a new instance of the SimulatedAnneallingSearch class.
public SimulatedAnneallingSearch ( Cream.Network network, string name ) : System
network Cream.Network /// The network. ///
name string /// The solver name. ///
리턴 System

StartSearch() 보호된 메소드

The start search.
protected StartSearch ( ) : void
리턴 void