Skip to content

Commit

Permalink
add the missing element to time_elapsed_ for noc biased centroid move
Browse files Browse the repository at this point in the history
  • Loading branch information
soheilshahrouz committed Aug 27, 2024
1 parent feb308b commit 748ce39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vpr/src/place/simpleRL_move_generator.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class KArmedBanditAgent {
/* Ratios of the average runtime to calculate each move type */
/* These ratios are useful for different reward functions *
* The vector is calculated by averaging many runs on different circuits */
const vtr::vector<e_move_type, double> time_elapsed_{1.0, 3.6, 5.4, 2.5, 2.1, 0.8, 2.2};
const vtr::vector<e_move_type, double> time_elapsed_{1.0, 3.6, 5.4, 2.5, 2.1, 0.8, 2.2, 5.4};

FILE* agent_info_file_ = nullptr;

Expand Down

0 comments on commit 748ce39

Please sign in to comment.