| Class | Description |
|---|---|
| ACO |
Implementation of Any Colony Optimisation junction sequencing algorithm.
|
| Analysis | |
| AppLockTest |
This plugin is used in the Advanced signalling demo.
|
| BF |
Result:
Brute Force algorithm run in 8525 milliseconds.
|
| DEJRM | |
| DP |
Dynamic Programming algorithm ran in 4730 milliseconds.
|
| DTBE |
Decision Tree-based elimination algorithm.
|
| FCFS |
First-come first-served algorithm.
|
| FCFS2 |
First-come first-served algorithm that will send an alternative train through if a route can
be set for the alternative.
|
| FLFS |
First-come first-leave algorithm.
|
| GA | |
| LocalSearch |
Local search plugin.
|
| PermutationLogger | |
| SA |
Implementation of Simulated Annealing.
|
| SignalFailExample |
This is an example of a signal failure.
|
| SigSightTest |
This plugin specifically used in the signal sighting tests.
|
| SimpleExample |
This is a simple example of a Brave signalling plugin.
|
| TOE |
Timetable Order Enforce
|
| TS |
Implementation of the Tabu-search algorithm.
|