New Ideas
After meeting with my supervisor, two things have been clarified.First, equipment type and so on is not going to be consideration. Two things that got into consideration are:
- Distance between nodes
- The location of the equipment
With this, we wouldn't implement Floyd Algorithm but we use GA straight to determined the best equipment position.
Matrix representation would be:
- an M x M matrix with M is the number of nodes involves in the network.
- the connection between nodes will be marked by the distance between the node
- if there are no connection, 0 will be filled into the respective position in the matrix.