The BranchAndBound type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | BranchAndBound |
Creates a new instance of BranchAndBound.
|
Methods
Name | Description | |
---|---|---|
![]() | BranchingMethodToString |
Gets a string representing the branching method used.
Useful for benchmarking purposes.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Permite que un objeto Object intente liberar recursos y realizar otras operaciones de limpieza antes de que el objeto Object sea reclamado por el recolector de elementos no utilizados. (Inherited from Object.) |
![]() | GetHashCode | Actúa como función hash para un tipo concreto. (Inherited from Object.) |
![]() | GetType | Obtiene el objeto Type de la instancia actual. (Inherited from Object.) |
![]() | InitializationTypeToStr |
Gets a string representing the type of initialization performed over the Initial State.BestValue.
Useful for benchmarking purposes.
|
![]() | MemberwiseClone | Crea una copia superficial del objeto Object actual. (Inherited from Object.) |
![]() | Run(String) |
Run the BranchAndBound algorithm with the graph at the specified path.
|
![]() | Run(Graph) |
Run the BranchAndBound algorithm with the specified graph.
|
![]() | ToString | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() | branchingMethod |
The branching method to use.
|
![]() | EndTime |
End date of the algorithm.
|
![]() | Interval |
Time interval that the algorithm has take.
|
![]() | iter |
Number of iterations done.
|
![]() | max_asl |
The maximun number active states that had been in the PriorityQueue
|
![]() | nbKClosestEdgesToTake |
Number of closest edges to take for each node.
0 means all the edges.
|
![]() | num_inserted |
The number of states inserted at the Active states structure.
|
![]() | StartTime |
Start date of the algorithm.
|
![]() | usePolynomialInitialization |
Gets a value indicating if use polynomial initialization.
If false, the Genetic Algorithm initialization is used.
|