sywang-20 / opt-greedy

Code and Dataset for 'Evolutionary Greedy Algorithm for Optimal Sensor Placement Problem in Urban Sewage Surveillance'
http://urban-computing.com/urbcomp2024/accept/paper_2.pdf
0 stars 0 forks source link

Code for Evolutionary Greedy Algorithm for Optimal Sensor Placement Problem in Urban Sewage Surveillance

  1. greedy\ the code which introduces the evolutionary mechanism into the greedy algorithm
  2. greedy-original\ the code which is the original greedy algorithm
  3. nsga_baseline\ the NSGA-II code

Experiment design

main idea

synthetic case

algorithm comparison and parameter sensitivity

RQ 1: how does the evolutionary greedy algorithm perform compared with the original greedy algorithm on the networks with different sizes?

can also consider other greedy family algorithms

RQ 2: how does the parameter 'new_plans' affect the performance of the evolutionary greedy algorithm?

test different values of 'new_plans' in the evolutionary greedy algorithm, and compare the performance of the algorithm with the original greedy algorithm (measure it using the difference between evolutionary and original greedy)

evolutionary greedy

original greedy

real-world case

RQ 3: how can the evolutionary greedy algorithm be applied to solve the real-world problem?