Package | Description |
---|---|
org.uob.braveapi.signaller | |
org.uob.braveapi.signaller.algorithms.leichen.railml |
Modifier and Type | Class and Description |
---|---|
class |
ACO
Implementation of Any Colony Optimisation junction sequencing algorithm.
|
class |
BF
Result:
Brute Force algorithm run in 8525 milliseconds.
|
class |
DEJRM |
class |
DP
Dynamic Programming algorithm ran in 4730 milliseconds.
|
class |
DTBE
Decision Tree-based elimination algorithm.
|
class |
FCFS
First-come first-served algorithm.
|
class |
FCFS2
First-come first-served algorithm that will send an alternative train through if a route can
be set for the alternative.
|
class |
FLFS
First-come first-leave algorithm.
|
class |
GA |
class |
LocalSearch
Local search plugin.
|
class |
PermutationLogger |
class |
SA
Implementation of Simulated Annealing.
|
class |
TOE
Timetable Order Enforce
|
class |
TS
Implementation of the Tabu-search algorithm.
|
Modifier and Type | Class and Description |
---|---|
class |
RailMl |